* fix: preserve comma-separated values for flagged CLI arguments
The CLI argument parser was splitting all comma-separated values into
separate positional args before argparse could process them. This caused
multi-symbol queries like --symbol AAPL,MSFT,GOOGL to fail with
'args couldn't be interpreted' for all symbols after the first.
Flag values are now identified by checking whether the preceding token
is a known option string with nargs != 0, and their commas are preserved
so the provider receives the original comma-separated string.
* test: add coverage for comma-split fix in parse_known_args_and_warn
---------
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
* add support for Python 3.14
* escape % in argparse_translator in help strings
* black
* cli python version string
* fix test param placeholder
* fix integration_tests_testers
* add 3.14 to ODP Desktop environment creation choices
* partial lock update
* update lock files
* and the rest of the locks
---------
Co-authored-by: deeleeramone <>
* remove python 3.9 support and code
* black
* more cli lint
* more linting
* more lint
* fix for tests
* docstring grammar police
* add lock to to build function to avoid async import race conditions
* grammar police
* lots more linting
* relock
* lint
* fix version
* add url functionality to the charting extension
* small adjustments and removing unused function
* remove svg
* remove unused function
* better messages
* version can't be asserted bc will change