Skip to content

build(deps): bump the all-python-deps group across 1 directory with 19 updates#537

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-python-deps-2f4009a684
Open

build(deps): bump the all-python-deps group across 1 directory with 19 updates#537
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-python-deps-2f4009a684

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the all-python-deps group with 19 updates in the / directory:

Package From To
rich 14.3.3 15.0.0
pydantic-ai 1.70.0 1.80.0
logfire 4.29.0 4.32.0
posthog 7.9.12 7.11.0
textual 8.1.1 8.2.3
real-ladybug 0.15.1 0.15.3
tree-sitter-rust 0.24.0 0.24.2
openai 2.29.0 2.31.0
anthropic 0.85.0 0.94.0
genai-prices 0.0.55 0.0.56
dependency-injector 4.48.3 4.49.0
claude-agent-sdk 0.1.48 0.1.58
mypy 1.19.1 1.20.1
pytest 9.0.2 9.0.3
pytest-cov 7.0.0 7.1.0
ruff 0.15.6 0.15.10
types-aiofiles 25.1.0.20251011 25.1.0.20260409
types-psutil 7.2.2.20260130 7.2.2.20260408
types-pyyaml 6.0.12.20250915 6.0.12.20260408

Updates rich from 14.3.3 to 15.0.0

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

The Faster Startup Release

No new features in this release, but there should be improved startup time for Rich apps, and potentially improved runtime if you have a lot of links.

[14.3.4] - 2026-04-11

Changed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

Commits

Updates pydantic-ai from 1.70.0 to 1.80.0

Release notes

Sourced from pydantic-ai's releases.

v1.80.0 (2026-04-10)

What's Changed

🚀 Features

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.79.0...v1.80.0

v1.79.0 (2026-04-09)

What's Changed

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.78.0...v1.79.0

v1.78.0 (2026-04-07)

What's Changed

🚀 Features

New Contributors

... (truncated)

Commits
  • 4dcfb01 fix: output validators see global retry counter on tool output path (#4956)
  • af03fc0 Fix output_mode/allow_text_output coupling in ModelRequestParameters (#...
  • 401e260 fix: unknown tool calls no longer exhaust global retry counter (#4940)
  • 943970a Add server-side compaction support via OpenAICompaction and `AnthropicCompa...
  • 3b8246a bug: Warn about Azure OpenAI completions file-incompatibility (#4048)
  • 558d5dd fix: make mcp optional for DBOS module import (#5050)
  • 339663d feat: Hooks ordering parameter and instance refs in wraps/wrapped_by (#...
  • 7389e51 refactor: move tool search wrapping into auto-injected ToolSearch capabilit...
  • 661752d fix: reverse get_wrapper_toolset iteration and add CapabilityOrdering (#5...
  • baa3a74 Moved imports from mistralai dependency to be compatible with version >= 2.0....
  • Additional commits viewable in compare view

Updates logfire from 4.29.0 to 4.32.0

Release notes

Sourced from logfire's releases.

v4.32.0

v4.31.2

v4.31.1

v4.31.0

v4.30.0

Changelog

Sourced from logfire's changelog.

[v4.32.0] (2026-04-10)

[v4.31.2] (2026-04-10)

[v4.31.1] (2026-04-09)

[v4.31.0] (2026-03-27)

[v4.30.0] (2026-03-23)

Commits

Updates posthog from 7.9.12 to 7.11.0

Release notes

Sourced from posthog's releases.

v7.11.0

What's Changed

Full Changelog: PostHog/posthog-python@v7.10.3...v7.11.0

v7.10.3

What's Changed

New Contributors

Full Changelog: PostHog/posthog-python@v7.10.2...v7.10.3

v7.10.2

What's Changed

New Contributors

Full Changelog: PostHog/posthog-python@v7.10.1...v7.10.2

v7.10.1

What's Changed

Full Changelog: PostHog/posthog-python@v7.10.0...v7.10.1

v7.10.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from posthog's changelog.

7.11.0 — 2026-04-10

Minor changes

Patch changes

  • 7c5cad8 fix: graceful fallback in claude_agent_sdk query wrapper when PostHog is not configured — Thanks @​andrewm4894!

7.10.3 — 2026-04-08

Patch changes

  • e22e893 fix: pass the module-level posthog.before_send callback into the lazily initialized default client — Thanks @​marandaneto!

7.10.2 — 2026-04-08

Patch changes

  • bae355c feat(flags): make local evaluation endpoint configurable via POSTHOG_LOCAL_EVALUATION_ENDPOINT env var with fallback to default endpoint — Thanks @​patricio-posthog for your first contribution 🎉!

7.10.1 — 2026-04-08

Patch changes

  • a5052b0 fix: Django middleware accidentally passed capture_exceptions as positional arg, setting fresh=True and resetting context state — Thanks @​marandaneto!

7.10.0 — 2026-04-07

Minor changes

Patch changes

  • 754c45f fix: propagate missing params in module-level wrapper functions (distinct_id for group_identify, flag_keys_to_evaluate for get_all_flags/get_all_flags_and_payloads) — Thanks @​dustinbyrne!
Commits
  • e46a0f9 chore: Release v7.11.0
  • b921fe3 feat: add Gemini embed_content tracking (#498)
  • 44b92a8 feat(llma): add $ai_stop_reason extraction for all providers (#499)
  • 7c5cad8 fix(llma): graceful fallback in claude_agent_sdk wrapper (#495)
  • 6a660b0 chore: Release v7.10.3
  • e22e893 chore: add sampo changeset for before_send module-level setup fix (#472) (#489)
  • 2fe179a fix: pass before_send through module-level setup (#472)
  • d3f48e6 chore: Release v7.10.2
  • bae355c chore: configurabel endpoint for flags local evaluation (#483)
  • c3f9cfc chore: Release v7.10.1
  • Additional commits viewable in compare view

Updates textual from 8.1.1 to 8.2.3

Release notes

Sourced from textual's releases.

The snappier resize Release

[8.2.3] - 2026-04-05

Changed

The Faster Resize Release

Fixed an issue where styles were being unneccesarily updated when resizing. Textual apps will now adapt to changes in the terminal size much more quickly.

[8.2.2] - 2026-04-03

Fixed

The Hot Select Release

Fixes a crash when a selected widget is removed while selecting

[8.2.1] - 2026-03-29

Fixed

The Select Release

This release enhances text selection, with auto-scrolling, and the ability to select across container widgets.

This work was sponsored by Mistral AI.

[8.2.0] - 2026-03-27

Added

Changelog

Sourced from textual's changelog.

[8.2.3] - 2026-04-05

Changed

[8.2.2] - 2026-04-03

Fixed

[8.2.1] - 2026-03-29

Fixed

[8.2.0] - 2026-03-27

Added

Commits

Updates real-ladybug from 0.15.1 to 0.15.3

Commits

Updates tree-sitter-rust from 0.24.0 to 0.24.2

Release notes

Sourced from tree-sitter-rust's releases.

v0.24.2

NOTE: Download tree-sitter-rust.tar.gz for the complete source code.

v0.24.1

NOTE: Download tree-sitter-rust.tar.gz for the complete source code.

Commits

Updates openai from 2.29.0 to 2.31.0

Release notes

Sourced from openai's releases.

v2.31.0

2.31.0 (2026-04-08)

Full Changelog: v2.30.0...v2.31.0

Features

  • api: add phase field to conversations message (3e5834e)
  • api: add web_search_call.results to ResponseIncludable type (ffd8741)
  • client: add support for short-lived tokens (#1608) (22fe722)
  • client: support sending raw data over websockets (f1bc52e)
  • internal: implement indices array format for query and form serialization (49194cf)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (92e109c)
  • types: remove web_search_call.results from ResponseIncludable (d3cc401)

Chores

  • tests: bump steady to v0.20.1 (d60e2ee)
  • tests: bump steady to v0.20.2 (6508d47)

Documentation

  • api: update file parameter descriptions in vector_stores files and file_batches (a9e7ebd)

v2.30.0

2.30.0 (2026-03-25)

Full Changelog: v2.29.0...v2.30.0

Features

  • api: add keys field to Click/DoubleClick/Drag/Move/Scroll computer actions (ee1bbed)

Bug Fixes

  • api: align SDK response types with expanded item schemas (f3f258a)
  • sanitize endpoint path params (89f6698)
  • types: make type required in ResponseInputMessageItem (cfdb167)

Chores

  • ci: skip lint on metadata-only changes (faa93e1)

... (truncated)

Changelog

Sourced from openai's changelog.

2.31.0 (2026-04-08)

Full Changelog: v2.30.0...v2.31.0

Features

  • api: add phase field to conversations message (3e5834e)
  • api: add web_search_call.results to ResponseIncludable type (ffd8741)
  • client: add support for short-lived tokens (#1608) (22fe722)
  • client: support sending raw data over websockets (f1bc52e)
  • internal: implement indices array format for query and form serialization (49194cf)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (92e109c)
  • types: remove web_search_call.results from ResponseIncludable (d3cc401)

Chores

  • tests: bump steady to v0.20.1 (d60e2ee)
  • tests: bump steady to v0.20.2 (6508d47)

Documentation

  • api: update file parameter descriptions in vector_stores files and file_batches (a9e7ebd)

2.30.0 (2026-03-25)

Full Changelog: v2.29.0...v2.30.0

Features

  • api: add keys field to Click/DoubleClick/Drag/Move/Scroll computer actions (ee1bbed)

Bug Fixes

  • api: align SDK response types with expanded item schemas (f3f258a)
  • sanitize endpoint path params (89f6698)
  • types: make type required in ResponseInputMessageItem (cfdb167)

Chores

  • ci: skip lint on metadata-only changes (faa93e1)
  • internal: update gitignore (c468477)
  • tests: bump steady to v0.19.4 (f350af8)

... (truncated)

Commits
  • 750354e release: 2.31.0
  • 5be9536 feat(client): add support for short-lived tokens (#1608)
  • f1fd4fa feat(client): support sending raw data over websockets
  • 73ea2f7 fix(client): preserve hardcoded query params when merging with user params
  • 454b257 feat(api): add web_search_call.results to ResponseIncludable type
  • de2c7b1 chore(tests): bump steady to v0.20.2
  • 6efca95 chore(tests): bump steady to v0.20.1
  • 2076d85 feat(api): add phase field to conversations message
  • c0c59af fix(types): remove web_search_call.results from ResponseIncludable
  • ad7cc79 docs(api): update file parameter descriptions in vector_stores files and file...
  • Additional commits viewable in compare view

Updates anthropic from 0.85.0 to 0.94.0

Release notes

Sourced from anthropic's releases.

v0.94.0

0.94.0 (2026-04-10)

Full Changelog: v0.93.0...v0.94.0

Features

Bug Fixes

  • ensure file data are only sent as 1 parameter (837b25b)

Documentation

v0.93.0

0.93.0 (2026-04-09)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: Add beta advisor tool (4297dca)

v0.92.0

0.92.0 (2026-04-08)

Full Changelog: v0.91.0...v0.92.0

Features

  • api: add support for Claude Managed Agents (5b879a7)

v0.91.0

0.91.0 (2026-04-07)

Full Changelog: v0.90.0...v0.91.0

Features

v0.90.0

0.90.0 (2026-04-07)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.94.0 (2026-04-10)

Full Changelog: v0.93.0...v0.94.0

Features

Bug Fixes

  • ensure file data are only sent as 1 parameter (837b25b)

Documentation

0.93.0 (2026-04-09)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: Add beta advisor tool (4297dca)

0.92.0 (2026-04-08)

Full Changelog: v0.91.0...v0.92.0

Features

  • api: add support for Claude Managed Agents (5b879a7)

0.91.0 (2026-04-07)

Full Changelog: v0.90.0...v0.91.0

Features

0.90.0 (2026-04-07)

Full Changelog: v0.89.0...v0.90.0

Features

  • api: Add support for claude-mythos-preview (fc7ddd8)

... (truncated)

Commits

Updates genai-prices from 0.0.55 to 0.0.56

Commits
  • 9ebd466 Prep 0.0.56 release (#318)
  • c5bd290 Add OpenRouter pricing for cl...

    Description has been truncated

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

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

@dependabot dependabot bot requested a review from scottfrasso as a code owner April 13, 2026 08:26
…9 updates

Bumps the all-python-deps group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rich](https://github.com/Textualize/rich) | `14.3.3` | `15.0.0` |
| [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `1.70.0` | `1.80.0` |
| [logfire](https://github.com/pydantic/logfire) | `4.29.0` | `4.32.0` |
| [posthog](https://github.com/posthog/posthog-python) | `7.9.12` | `7.11.0` |
| [textual](https://github.com/Textualize/textual) | `8.1.1` | `8.2.3` |
| [real-ladybug](https://github.com/lbugdb/lbug) | `0.15.1` | `0.15.3` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.24.0` | `0.24.2` |
| [openai](https://github.com/openai/openai-python) | `2.29.0` | `2.31.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.85.0` | `0.94.0` |
| [genai-prices](https://github.com/pydantic/genai-prices) | `0.0.55` | `0.0.56` |
| [dependency-injector](https://github.com/ets-labs/python-dependency-injector) | `4.48.3` | `4.49.0` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.1.48` | `0.1.58` |
| [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.6` | `0.15.10` |
| [types-aiofiles](https://github.com/python/typeshed) | `25.1.0.20251011` | `25.1.0.20260409` |
| [types-psutil](https://github.com/python/typeshed) | `7.2.2.20260130` | `7.2.2.20260408` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260408` |



Updates `rich` from 14.3.3 to 15.0.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.3.3...v15.0.0)

Updates `pydantic-ai` from 1.70.0 to 1.80.0
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](pydantic/pydantic-ai@v1.70.0...v1.80.0)

Updates `logfire` from 4.29.0 to 4.32.0
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v4.29.0...v4.32.0)

Updates `posthog` from 7.9.12 to 7.11.0
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v7.9.12...v7.11.0)

Updates `textual` from 8.1.1 to 8.2.3
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v8.1.1...v8.2.3)

Updates `real-ladybug` from 0.15.1 to 0.15.3
- [Commits](https://github.com/lbugdb/lbug/commits)

Updates `tree-sitter-rust` from 0.24.0 to 0.24.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
- [Commits](tree-sitter/tree-sitter-rust@v0.24.0...v0.24.2)

Updates `openai` from 2.29.0 to 2.31.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.29.0...v2.31.0)

Updates `anthropic` from 0.85.0 to 0.94.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.85.0...v0.94.0)

Updates `genai-prices` from 0.0.55 to 0.0.56
- [Release notes](https://github.com/pydantic/genai-prices/releases)
- [Changelog](https://github.com/pydantic/genai-prices/blob/main/RELEASE.md)
- [Commits](pydantic/genai-prices@v0.0.55...v0.0.56)

Updates `dependency-injector` from 4.48.3 to 4.49.0
- [Release notes](https://github.com/ets-labs/python-dependency-injector/releases)
- [Commits](ets-labs/python-dependency-injector@4.48.3...4.49.0)

Updates `claude-agent-sdk` from 0.1.48 to 0.1.58
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-python@v0.1.48...v0.1.58)

Updates `mypy` from 1.19.1 to 1.20.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.19.1...v1.20.1)

Updates `pytest` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

Updates `ruff` from 0.15.6 to 0.15.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.6...0.15.10)

Updates `types-aiofiles` from 25.1.0.20251011 to 25.1.0.20260409
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-psutil` from 7.2.2.20260130 to 7.2.2.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pyyaml` from 6.0.12.20250915 to 6.0.12.20260408
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-python-deps
- dependency-name: pydantic-ai
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: logfire
  dependency-version: 4.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: posthog
  dependency-version: 7.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: textual
  dependency-version: 8.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: real-ladybug
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: tree-sitter-rust
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: openai
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: anthropic
  dependency-version: 0.94.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: genai-prices
  dependency-version: 0.0.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: dependency-injector
  dependency-version: 4.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: mypy
  dependency-version: 1.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-python-deps
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: types-aiofiles
  dependency-version: 25.1.0.20260409
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: types-psutil
  dependency-version: 7.2.2.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/all-python-deps-2f4009a684 branch from 61bbbdd to d6e57eb Compare April 14, 2026 08:17
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