Skip to content

Build(deps): bump cyclopts from 3.24.0 to 4.22.1 - #225

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cyclopts-4.22.1
Closed

Build(deps): bump cyclopts from 3.24.0 to 4.22.1#225
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cyclopts-4.22.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps cyclopts from 3.24.0 to 4.22.1.

Release notes

Sourced from cyclopts's releases.

v4.22.1

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.22.0...v4.22.1

v4.22.0

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.21.2...v4.22.0

v4.21.2

Bug Fixes

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.21.1...v4.21.2

v4.21.1

Bug Fixes

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.21.0...v4.21.1

v4.21.0

Feature

  • Add Parameter.negative_alias to append extra names to a flag's negative form (e.g. a short -d) without dropping the generated --no-*/--empty-* names. Mirrors name/alias. By @​BrianPugh in BrianPugh/cyclopts#859

Bug Fixes

  • Fix [#857](https://github.com/BrianPugh/cyclopts/issues/857): a dataclass command with a default_factory field could raise a spurious "Input should be a valid list" validation error simply because pydantic was imported anywhere in the program. Factory defaults are now invoked during introspection, so the produced value (rather than the <factory> sentinel) is used as the default and shown in help text — consistent across dataclass, attrs, and pydantic. By @​BrianPugh in BrianPugh/cyclopts#858

Full Changelog: BrianPugh/cyclopts@v4.20.0...v4.21.0

v4.20.0

Features

Bug Fixes

... (truncated)

Commits
  • ce5fa71 Merge pull request #865 from chuenchen309/fix/bool-flag-equals-coercion-value
  • cd39d6f Merge pull request #866 from chuenchen309/env-var-split-iterables
  • 7a17e8e Add scalar passthrough tests for Parameter(env_var=) splitting
  • e913819 Split iterable Parameter(env_var=...) values via env_var_split
  • ca5af7a Report the offending value when a boolean flag gets a non-bool =value
  • a9e4159 Merge pull request #862 from chuenchen309/fix/negative-based-int
  • 1b6c57b Merge pull request #864 from chuenchen309/fix/config-search-parents-false
  • b470f0c fix: reject malformed duration strings instead of silently ignoring garbage
  • 0ef30dd Recognize negative base-prefixed numbers (-0xFF) as values, not options
  • 8195bef Collapse test docstring to one line to satisfy ruff D209
  • 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 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 3.24.0 to 4.22.1.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v3.24.0...v4.22.1)

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

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

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #231.

@dependabot dependabot Bot closed this Aug 10, 2026
auto-merge was automatically disabled August 10, 2026 06:30

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/uv/cyclopts-4.22.1 branch August 10, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants