Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps cyclopts from 4.2.1 to 4.3.0.

Release notes

Sourced from cyclopts's releases.

v4.3.0

Features

  • Introduce Paramter.n_tokens to control number of tokens consumed/provided to custom converters. by @​BrianPugh in BrianPugh/cyclopts#695
    • converter functions can now also be directly decorated with @Parameter(...).
    • When decorating a class, Parameter.converter can now be a string indicating a forward-reference to a classmethod in the class.

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.2.5...v4.3.0

v4.2.5

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.2.4...v4.2.5

v4.2.4

Features

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.2.3...v4.2.4

v4.2.3

Bug Fixes

  • Improve datetime converter to use datetime.fromisoformat by @​BrianPugh in BrianPugh/cyclopts#687
    • Now correctly handles cases like 2025-11-11T13Z (no minute, second or fractional second).

Full Changelog: BrianPugh/cyclopts@v4.2.2...v4.2.3

v4.2.2

Bug Fixes

Docs

... (truncated)

Commits
  • 523ad7d Merge pull request #695 from BrianPugh/n-token
  • 8691f55 Merge pull request #703 from BrianPugh/collections-set
  • d2ef390 Handle bare abstract type
  • 2a77477 convert collections.abc types to their concrete equivalents.
  • 7f6d12e tests replicating issue 702
  • a2deeac Merge branch 'main' into n-token
  • 979e208 forward reference converter classmethod.
  • dd433ff Add docs about decorating converter-functions with Parameter
  • a6a9d44 Allow direct decorating of conversion functions.
  • b7062e7 Merge pull request #701 from BrianPugh/bugfix/help-lazy-command
  • 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)

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

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2025

Labels

The following labels could not be found: area/ci, bot, kind/dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant