Skip to content

build(deps): bump cyclopts from 4.11.2 to 4.16.1#50

Merged
lwjohnst86 merged 1 commit into
mainfrom
dependabot/uv/cyclopts-4.16.1
Jun 4, 2026
Merged

build(deps): bump cyclopts from 4.11.2 to 4.16.1#50
lwjohnst86 merged 1 commit into
mainfrom
dependabot/uv/cyclopts-4.16.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps cyclopts from 4.11.2 to 4.16.1.

Release notes

Sourced from cyclopts's releases.

v4.16.1

Bug Fixes

Misc

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.16.0...v4.16.1

v4.16.0

Features

  • Return-value objects can now declare their own exit code by defining a __cyclopts_returncode__ method, which is honored by all built-in result_action handlers. Custom result_action callables can opt in via the new cyclopts.resolve_returncode helper. By @​BrianPugh in BrianPugh/cyclopts#818
  • PEP 692 support: when **kwargs is annotated as Unpack[SomeTypedDict], the TypedDict's fields are promoted to top-level CLI options instead of the generic --[KEYWORD] catch-all. Per-field Required / NotRequired markers are respected independently of the parent kwargs argument. By @​BrianPugh in BrianPugh/cyclopts#819
  • CycloptsError.msg now accepts a rich.Text instance. Cyclopts' error-message style palette is exposed as cyclopts.exceptions.STYLE_OFFENDING_VALUE, STYLE_NAME, STYLE_VALID_CHOICE, STYLE_SUGGESTION, and STYLE_SOURCE . By @​BrianPugh in BrianPugh/cyclopts#814

Full Changelog: BrianPugh/cyclopts@v4.15.0...v4.16.0

v4.15.0

Features

  • AddedApp.synonym, which declares alternate command name(s) that trigger a "Did you mean..." suggestion without registering the command under those names. Useful when a user types a semantically-equivalent word (e.g. remove vs uninstall) that the built-in fuzzy matcher would miss because the words aren't spelled similarly. Accepts a single str or an iterable of strings. Synonyms are not runnable and are hidden from --help.
    @app.command(synonym=["remove", "rm"])
    def uninstall(name: str): ...
    $ my-script remove mypackage
    Unknown command "remove". Did you mean "uninstall"? Available commands: uninstall.
    If multiple commands declare the same synonym, all matching commands are suggested (Did you mean "uninstall" or "purge"?). By @​BrianPugh in BrianPugh/cyclopts#815

Full Changelog: BrianPugh/cyclopts@v4.14.1...v4.15.0

v4.14.1

What's Changed

Full Changelog: BrianPugh/cyclopts@v4.14.0...v4.14.1

v4.14.0

What's Changed

... (truncated)

Commits
  • ea77abc fix zsh completion recursion when prog_name matches a builtin helper
  • e297647 Merge pull request #824 from SAY-5/docs-fix-typer-option-import
  • 923a564 docs: add missing typer Option imports in flag negation examples
  • ddb9cc2 Merge pull request #823 from BrianPugh/fish-fixes
  • bd56e32 fix fish completion for positional args and run fish tests in ci
  • fba7293 Merge pull request #822 from BrianPugh/arm-ci
  • 17e22f1 skip global zsh rcs in completion tests
  • 4cc78ac install zsh in linux ci runs
  • 5c87c27 add ubuntu-24.04-arm to the CI testing matrix
  • be2b429 Merge pull request #819 from BrianPugh/pep-692
  • 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 4.11.2 to 4.16.1.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v4.11.2...v4.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
Copy link
Copy Markdown
Member

@lwjohnst86 lwjohnst86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved and merged via a spaid helper command.

@lwjohnst86 lwjohnst86 merged commit 01209db into main Jun 4, 2026
4 of 5 checks passed
@lwjohnst86 lwjohnst86 deleted the dependabot/uv/cyclopts-4.16.1 branch June 4, 2026 07:08
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