Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps cyclopts from 3.23.1 to 4.2.1.

Release notes

Sourced from cyclopts's releases.

v4.2.1

Bug Fixes

  • Resolve TypeAliasType (python >=3.12). by @​BrianPugh in BrianPugh/cyclopts#670
    • Fixes annotated parameter resolution for syntax like:
      type Foo = Annotated[int, cyclopts.Parameter(alias=-f”)]

Full Changelog: BrianPugh/cyclopts@v4.2.0...v4.2.1

v4.2.0

Features

Bug Fixes

Internal

Full Changelog: BrianPugh/cyclopts@v4.1.0...v4.2.0

v4.1.0

Features

  • Support pydantic Secret-types (SecretStr, SecretBytes, etc) by @​BrianPugh in BrianPugh/cyclopts#620

  • Parameter.count for int counting-flags (e.g., verbosity -vvv). by @​BrianPugh in BrianPugh/cyclopts#622

    from cyclopts import Parameter
    def main(verbose: Annotated[int, Parameter(alias="-v", count=True)] = 0):
    print(f"Verbosity level: {verbose}")  # -vvv → 3

  • Add App.help_epilogue, which prints a message at the bottom of the app's help-page. by @​BrianPugh in BrianPugh/cyclopts#628

    app = App(help_epilogue="For more info, visit: https://cyclopts.readthedocs.io")

... (truncated)

Commits
  • dc0c5c9 don't run debug-statements on python312 specific code.
  • 7c586ea resolve TypeAliasType (python >=3.12)
  • 550e130 Merge pull request #667 from BrianPugh/call-if-callable-result-action
  • 9ce7c8a Add call_if_callable result_action
  • 4bf5c81 Merge pull request #666 from BrianPugh/pascal-to-snake
  • 9fd837d deduplicate options in help-panel.
  • 3db542f Add fuzzy command matching for backward compatability.
  • 094800d Add PascalCase -> snake_case to the default_name_formatter. Backwards compata...
  • 215df3f Add _pascal_to_snake helper function.
  • b7310fa pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Nov 3, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 3.23.1 to 4.2.1.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v3.23.1...v4.2.1)

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/uv/cyclopts-4.2.1 branch from b16e5ef to acf1d3d Compare November 18, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant