Skip to content

chore(deps)(deps): Bump the python-runtime group with 2 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-runtime-5954ed033d
Open

chore(deps)(deps): Bump the python-runtime group with 2 updates#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-runtime-5954ed033d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-runtime group with 2 updates: cyclopts and polars.

Updates cyclopts from 4.14.1 to 4.16.0

Release notes

Sourced from cyclopts's releases.

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

Commits
  • be2b429 Merge pull request #819 from BrianPugh/pep-692
  • d4ecee4 Merge pull request #814 from BrianPugh/rich-renderable-error-msg
  • 7a4b743 Support PEP-692 (kwargs Unpack)
  • 008a702 Merge pull request #818 from BrianPugh/cyclopts_returncode
  • 1451c00 Tighten synonym help-output assertion
  • af8d318 Clean up test import placement
  • f3b3b74 Fix synonym matching edge case and docs spacing
  • d0bfaf7 Add tests replicating pep-692 for #817
  • e127e96 Merge origin/main and resolve exceptions conflict
  • e935c88 Implement cyclopts_returncode protocol
  • Additional commits viewable in compare view

Updates polars from 1.40.1 to 1.41.0

Release notes

Sourced from polars's releases.

Python Polars 1.41.0

🏆 Highlights

  • Add LazyFrame.gather (#27501)
  • Nested common subplan elimination (#27340)
  • Stabilize streaming engine (#27497)
  • Speed up parquet metadata decode with hand-written Thrift (#27427)

⚠️ Deprecations

  • Deprecate the StringCache (#27580)

🚀 Performance improvements

  • Dispatch {list,arr}.{unique,n_unique,reverse} to group_by engine (#27278)
  • Improve in-memory grouped non-null count (#27702)
  • Factor shared conjuncts out of OR-of-ANDs predicates (#27627)
  • Skip downloading IPC batches exceeding slice bounds (#27683)
  • Avoid materializing broadcast list in list.shift (#27628)
  • Optimise json_decode Datetime string parsing (#27559)
  • Speed up to_numpy C-order via cache-blocked transpose (#27522)
  • Optimize select(len()) for non-strict horizontal concat (#27516)
  • Pushdown slices to inputs on left/right/full join (#27508)
  • Don't infer CSV schema if schema is set (#27507)
  • Nested common subplan elimination (#27340)
  • Make is_in row-group pruning precise on null-containing haystacks (#27495)
  • Don't do fused-multiply-add on scalars (#27479)
  • List full fast path (#27477)
  • Make is_in row-group pruning precise on multi-value lists (#27475)
  • Add streaming GatherNode (#27465)
  • Lower non-elementwise FunctionExprIR to ColumnarFunctionNode (#27462)
  • Speed up parquet metadata decode with hand-written Thrift (#27427)

✨ Enhancements

  • Use true division for the / operator in Polars SQL (#27391)
  • Add Rust backend for Expr.has_nulls (#27590)
  • Stabilize float16 (#27607)
  • Add Expr.is_empty (#27583)
  • Add support for the SQL FILTER clause for aggregate functions, and STRING_AGG (#27564)
  • Make parquet FileMetadata prunable for IR-plan dispatch (#27535)
  • Broadcast scalar input for list.slice (#27487)
  • Add LazyFrame.gather (#27501)
  • Add null_on_oob in {Expr/Series}.gather (#27327)
  • Stabilize streaming engine (#27497)
  • Process batched arr.eval on overflow boundaries (#27496)
  • Process batched list.eval on overflow boundaries (#27483)
  • Print SLICED UNION in LazyFrame explain (#27467)

🐞 Bug fixes

... (truncated)

Commits
  • 5fceb9c chore: Remove redundant DSL::AGG::Unique (#27718)
  • ff62eb5 perf: Dispatch {list,arr}.{unique,n_unique,reverse} to group_by engine (#27...
  • ff616e6 feat(rust): Add is_inherently_nondeterministic helper for AExpr (#27687)
  • fe5955a Python Polars 1.41.0 (#27710)
  • ebcb5a9 docs: Document Expr.list.getitem (#27689)
  • 58939bc fix: Panic in scan of empty IPC with slice (#27708)
  • d7befeb Revert "chore: Harden against async blocking deadlocks" (#27709)
  • 83e2b79 fix: Persist object_store rebuild state in cache (#27707)
  • 0d00d44 chore: Harden against async blocking deadlocks (#27653)
  • 8adc2a8 chore: Print Python traceback when POLARS_TIMEOUT_MS is exceeded (#27657)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-runtime group with 2 updates: [cyclopts](https://github.com/BrianPugh/cyclopts) and [polars](https://github.com/pola-rs/polars).


Updates `cyclopts` from 4.14.1 to 4.16.0
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v4.14.1...v4.16.0)

Updates `polars` from 1.40.1 to 1.41.0
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.40.1...py-1.41.0)

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
- dependency-name: polars
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime
...

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 May 25, 2026
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.

0 participants