Cyclopts

Latest version: v3.11.2

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

3.9.2

Features
* List available commands on `InvalidCommandError`. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/349

Bug Fixes
* Fix `dataclasses.default_factory` on the help-page. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/350


**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.9.1...v3.9.2

3.9.1

Bug Fixes
* Some typing fixes by kiyoon in https://github.com/BrianPugh/cyclopts/pull/343
* Mildly breaking: remove `config.Env.split` attribute; it wasn't actually used/performing it's intended functionality. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/344

Docs
* Exit non-zero on exception when `pprint` traceback with rich by thejcannon in https://github.com/BrianPugh/cyclopts/pull/340

New Contributors
* thejcannon made their first contribution in https://github.com/BrianPugh/cyclopts/pull/340
* kiyoon made their first contribution in https://github.com/BrianPugh/cyclopts/pull/343

**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.9.0...v3.9.1

3.9.0

Features
* Add `end_of_options_delimiter="--"` option to `App` (and parsing methods). by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/333

Bug Fixes
* Fix incorrectly parsing json `null` values as the string "None". by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/334


**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.8.1...v3.9.0

3.8.1

Bug Fixes
* Show choices in help output for `Sequence` by aneeshusa in https://github.com/BrianPugh/cyclopts/pull/331

New Contributors
* aneeshusa made their first contribution in https://github.com/BrianPugh/cyclopts/pull/331

**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.8.0...v3.8.1

3.8.0

Features
* Add extension checking to `cyclopts.validators.Path`. By BrianPugh in https://github.com/BrianPugh/cyclopts/pull/329
* e.g. `Annotated[Path, Parameter(validator=validators.Path(ext=(.jpg, .jpeg)))]`.
* Add some convenience types for common-extensions:

BinPath
ExistingBinPath
CsvPath
ExistingCsvPath
ImagePath
ExistingImagePath
JsonPath
ExistingJsonPath
Mp4Path
ExistingMp4Path
TomlPath
ExistingTomlPath
TxtPath
ExistingTxtPath
YamlPath
ExistingYamlPath

If you have a suggestion for a common file extension to add, please open an issue and we can handle it on a case-by-case basis.

Bug fixes
* Fix incorrect parsing of `-j` flag by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/330


**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.7.0...v3.8.0

3.7.0

This release primarily extends the features of v3.6.0

Features
* Json data can now be passed both positionally, and via keyword to **lists**. I.e.
bash
$ myscript '[1,2,3]'

This feature is enabled by default, EXCEPT for the case where each element is a string (e.g. `list[str]`). To enable it for these cases, see next bullet point.
* 2 new `Parameter` configurations:
* `Parameter.json_dict: Optional[bool]` - Whether or not to allow json-like data for dicts. `None` be default, which is the same as `True` except when the annotated class is union'd with a `str`.
* `Parameter.json_list: Optional[bool]` - Whether or not to allow json-like data for lists. `None` be default, which is the same as `True` except when each element of the annotated class is `str`.

**Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v3.6.0...v3.7.0

Page 2 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.