Skip to content

build(deps): bump the minor-and-patch group with 7 updates - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-and-patch-b661702746
Open

build(deps): bump the minor-and-patch group with 7 updates#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-and-patch-b661702746

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 7 updates:

Package From To
pydantic-ai 2.31.0 2.33.0
langchain-core 1.5.5 1.6.0
openai 2.50.0 3.3.1
livekit-agents 1.6.10 1.6.9
livekit-plugins-openai 1.6.10 1.6.9
ty 0.0.72 0.0.74
zensical 0.0.55 0.0.57

Updates pydantic-ai from 2.31.0 to 2.33.0

Release notes

Sourced from pydantic-ai's releases.

v2.33.0 (2026-08-20)

⚠️ If Anthropic stopped working for you in the last day

anthropic 1.0.0 — rebuilt on httpx2, with legacy httpx support removed — reached PyPI on August 20. Every earlier pydantic-ai release, including v2.32.2 cut a few hours before this one, allowed that version without supporting it: a fresh or unpinned install of pydantic-ai[anthropic] could resolve anthropic 1.0.0 and then fail at runtime when using an Anthropic model. Apologies for the breakage window.

  • Fix: upgrade to pydantic-ai v2.33.0, which requires and supports anthropic>=1.0.0.
  • If you need to stay on an older pydantic-ai: pin anthropic<1.

If you pass your own http_client to AnthropicProvider, it must now be an httpx2.AsyncClient — the 1.x SDK rejects legacy httpx clients at construction.

What's Changed

⚠️ Compatibility Notes

Full Changelog: pydantic/pydantic-ai@v2.32.2...v2.33.0

v2.32.2 (2026-08-20)

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v2.32.1...v2.32.2

v2.32.1 (2026-08-19)

What's Changed

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v2.32.0...v2.32.1

v2.32.0 (2026-08-18)

... (truncated)

Commits
  • 1d7eb69 Use httpx2 for Anthropic clients (#7657)
  • 5e59fef Fail the workflow on UnexpectedModelBehavior and FallbackExceptionGroup u...
  • 9226bfd docs: deep-link the Logfire LLM-observability and evals pages (#7656)
  • 8a34441 Guard released API compatibility in CI (#7652)
  • 8296f26 Make documentation prose more concrete (#7644)
  • e5b2aa9 Normalize DeepSeek Responses function-call replay (#7448)
  • f66c07b Recognize m.youtube.com URLs in VideoUrl (#7592)
  • 07cb795 Fix dead link to xAI voice-agent guide in docs/realtime/xai.md (#7503)
  • 53aad1d Fix RunContext.cancel() in realtime sessions (#7528)
  • 57687af Await async callable instances in pydantic_evals tasks and the evaluate d...
  • Additional commits viewable in compare view

Updates langchain-core from 1.5.5 to 1.6.0

Release notes

Sourced from langchain-core's releases.

langchain-core==1.6.0

Changes since langchain-core==1.5.6

release(core): 1.6.0 (#39760) fix(core): resolve postponed annotations in StructuredTool._injected_args_keys (#39602) feat(core): add standard model exception types (#39538) fix(core): allow deserializing RunnablePick (#39753) fix(core): make convert_to_openai_function handle callables and non-dict mappings (#39750) fix(core): make subprocess and temporary file tests portable on Windows (#39664) fix(core): fail fast when tool schemas can't resolve forward refs during serialization (#39570) test(core): avoid version-dependent runnable snapshots (#39705) fix(core): require all nested properties for strict tool schemas (#39306) fix(core): remove stale sync-stream xfail [closes #39720] (#39723) perf(core): Lazily import transformers (#38037) fix(core): accept non-dict Mapping values in mustache templates (#39680) docs(core): clarify Runnable pipe coercion [closes #39075] (#39707) fix(core): finalize chain-group runs on BaseException (#39699)

langchain-core==1.5.6

Changes since langchain-core==1.5.5

chore(core): release 1.5.6 (#39704) feat(core): incorporate gateway metadata to traces (#39703)

Commits
  • 85602c3 release(core): 1.6.0 (#39760)
  • 5c3538e fix(core): resolve postponed annotations in `StructuredTool._injected_args_ke...
  • 9984a87 feat(core): add standard model exception types (#39538)
  • b3e9eef chore(model-profiles): refresh model profile data (#39751)
  • ded2a1f fix(core): allow deserializing RunnablePick (#39753)
  • 04ae744 fix(core): make convert_to_openai_function handle callables and non-dict ma...
  • 37f2662 feat(langchain): support custom token_counter in ContextEditingMiddleware (#3...
  • 2019bf5 fix(openai): raise clear error on unexpected response type in `_create_chat_r...
  • e92c6db fix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#3...
  • f368888 fix(partners): isolate unit tests from network [closes #39727] (#39729)
  • Additional commits viewable in compare view

Updates openai from 2.50.0 to 3.3.1

Release notes

Sourced from openai's releases.

v3.3.1

3.3.1 (2026-08-19)

Bug Fixes

  • deps: update dependencies with published security fixes (#3680) (53aa4fc)

Chores

  • build: migrate to uv (#3653) (b37e85d)
  • deps: remove jsonschema and unused fixture-validation dependencies (0dfdfdd)
  • lock the repository Pyright toolchain (#3678) (3079be2)
  • run the mock server from locked local tooling (#3679) (370fcc6)

Refactors

  • deps: use the standard library for platform detection (d5b0065)

Build System

  • replace the external README metadata hook (e673ca8)

v3.3.0

3.3.0 (2026-08-18)

Features

Bug Fixes

  • require patched optional networking dependencies (#3651) (40e56de)

Chores

  • remove unused dependencies and pin build tooling (#3650) (eee8e4a)

Documentation

  • strengthen Python SDK security contribution guidance (#3639) (6577709)

v3.2.0

... (truncated)

Changelog

Sourced from openai's changelog.

3.3.1 (2026-08-19)

Bug Fixes

  • deps: update dependencies with published security fixes (#3680) (53aa4fc)

Chores

  • build: migrate to uv (#3653) (b37e85d)
  • deps: remove jsonschema and unused fixture-validation dependencies (0dfdfdd)
  • lock the repository Pyright toolchain (#3678) (3079be2)
  • run the mock server from locked local tooling (#3679) (370fcc6)

Refactors

  • deps: use the standard library for platform detection (d5b0065)

Build System

  • replace the external README metadata hook (e673ca8)

3.3.0 (2026-08-18)

Features

Bug Fixes

  • require patched optional networking dependencies (#3651) (40e56de)

Chores

  • remove unused dependencies and pin build tooling (#3650) (eee8e4a)

Documentation

  • strengthen Python SDK security contribution guidance (#3639) (6577709)

3.2.0 (2026-08-17)

... (truncated)

Commits

Updates livekit-agents from 1.6.10 to 1.6.9

Commits
  • 02569a4 livekit-agents@1.6.9 (#6753)
  • 404a3b7 feat(expressive): expose expressive mode and add expressive_agent example (#6...
  • 78a8080 feat(inference): log gateway quota headers when LLM requests hit a 429 (#6736)
  • 2f218b6 fix(xai): emit one final user transcript per turn (#6729)
  • 54566fe (core): support duplicate tool policy specification (#6610)
  • c1224d8 feat(fishaudio): enable quality-guard on all TTS requests (#6734)
  • 1f2be0a feat(baseten): add Qwen3-ASR STT and Qwen3-TTS support, and language_options ...
  • 4d53305 fix(ipc): don't raise from is_alive after the inference process is closed (#6...
  • 3461f1f feat(voice): add session_host to AgentSession.start() (#6725)
  • e50625f fix(ipc): report actual consumed memory instead of RSS (#6082)
  • Additional commits viewable in compare view

Updates livekit-plugins-openai from 1.6.10 to 1.6.9

Commits
  • 02569a4 livekit-agents@1.6.9 (#6753)
  • 404a3b7 feat(expressive): expose expressive mode and add expressive_agent example (#6...
  • 78a8080 feat(inference): log gateway quota headers when LLM requests hit a 429 (#6736)
  • 2f218b6 fix(xai): emit one final user transcript per turn (#6729)
  • 54566fe (core): support duplicate tool policy specification (#6610)
  • c1224d8 feat(fishaudio): enable quality-guard on all TTS requests (#6734)
  • 1f2be0a feat(baseten): add Qwen3-ASR STT and Qwen3-TTS support, and language_options ...
  • 4d53305 fix(ipc): don't raise from is_alive after the inference process is closed (#6...
  • 3461f1f feat(voice): add session_host to AgentSession.start() (#6725)
  • e50625f fix(ipc): report actual consumed memory instead of RSS (#6082)
  • Additional commits viewable in compare view

Updates ty from 0.0.72 to 0.0.74

Release notes

Sourced from ty's releases.

0.0.74

Release Notes

Released on 2026-08-22.

Bug fixes

  • Avoid duplicate bindings in multi-target assignments (#27938)
  • Avoid panic on unpacked kwargs in string annotations (#27963)
  • Fix stack overflow in recursive TypedDict dictionary compatibility (#27951)
  • Handle assignment expressions in string annotations (#27921)
  • Handle dynamic classes in string annotations (#27883)
  • Preserve string annotation context in lambda defaults and TypedDict types (#27914)
  • Skip invalid subscript arguments in string annotations (#27917)
  • Skip invalid subscript operands in string annotations (#27882)

LSP server

  • Add untrustedWorkspace option to the LSP (#27828)
  • Add executable discovery to the server command (#27806)
  • Handle file-valued workspace folders from Zed (#27836)
  • Skip scripts with an invalid PEP 723 configuration (#27505)
  • Support pull diagnostics for notebook cells (#27778)

Documentation

  • Update mypy/pyright comparison table (#4165)

Diagnostics

  • Add an opt-in unsound-assignment rule for variables (#27874)
  • Fix variadic signature display (#27869)
  • Highlight declarations in invalid-assignment diagnostics (#27872)
  • Improve LiteralString suggestions in string annotations (#27931)
  • Use invalid-type-form for non-generic class annotations (#27889)

Core type checking

  • Add bounded constraint solution projections (#27949)
  • Fix invariant gradual tuple materialization ranges (#27946)
  • Guard recursive constructor bindings by receiver (#27958)
  • Preserve all alternatives in bounded intersections (#27898)
  • Preserve keyword safety for unpacked callables (#27517)
  • Preserve source protocol members and classify finite aliases (#27772)
  • Preserve type-variable order when reloading constraints (#27904)
  • Propagate narrowing through statically known branches (#27752)
  • Recognize ABC metaclass methods on protocols (#27897)
  • Support __slots__ (#27730)

Performance

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.74

Released on 2026-08-22.

Bug fixes

  • Avoid duplicate bindings in multi-target assignments (#27938)
  • Avoid panic on unpacked kwargs in string annotations (#27963)
  • Fix stack overflow in recursive TypedDict dictionary compatibility (#27951)
  • Handle assignment expressions in string annotations (#27921)
  • Handle dynamic classes in string annotations (#27883)
  • Preserve string annotation context in lambda defaults and TypedDict types (#27914)
  • Skip invalid subscript arguments in string annotations (#27917)
  • Skip invalid subscript operands in string annotations (#27882)

LSP server

  • Add untrustedWorkspace option to the LSP (#27828)
  • Add executable discovery to the server command (#27806)
  • Handle file-valued workspace folders from Zed (#27836)
  • Skip scripts with an invalid PEP 723 configuration (#27505)
  • Support pull diagnostics for notebook cells (#27778)

Documentation

  • Update mypy/pyright comparison table (#4165)

Diagnostics

  • Add an opt-in unsound-assignment rule for variables (#27874)
  • Fix variadic signature display (#27869)
  • Highlight declarations in invalid-assignment diagnostics (#27872)
  • Improve LiteralString suggestions in string annotations (#27931)
  • Use invalid-type-form for non-generic class annotations (#27889)

Core type checking

  • Add bounded constraint solution projections (#27949)
  • Fix invariant gradual tuple materialization ranges (#27946)
  • Guard recursive constructor bindings by receiver (#27958)
  • Preserve all alternatives in bounded intersections (#27898)
  • Preserve keyword safety for unpacked callables (#27517)
  • Preserve source protocol members and classify finite aliases (#27772)
  • Preserve type-variable order when reloading constraints (#27904)
  • Propagate narrowing through statically known branches (#27752)
  • Recognize ABC metaclass methods on protocols (#27897)
  • Support __slots__ (#27730)

Performance

... (truncated)

Commits

Updates zensical from 0.0.55 to 0.0.57

Release notes

Sourced from zensical's releases.

0.0.57

Summary

This version improves compatibility with markdown-exec by supporting pymdownx blocks, raises the maximum HTTP header value size to 8 KiB for proxy-generated cookies, and updates the UI dependency stack and bundled icons. UI performance and palette tooltip behavior were also improved, especially on large pages and in Safari.

Changelog

Bug fixes

  • 325758f ui – update ui to v0.0.26
  • 7372e5b compat – support pymdownx blocks in markdown exec (#871)

Refactorings

  • b020159 zensical-serve – increase max header size to 8kb (#875)

0.0.56

Summary

This version fixes a regression introduced in 0.0.55, making Zensical report false positives for the deprecated unresolved_references setting. Additionally, checking of autorefs is moved to the invalid_links setting. Please disable unresolved_references - it is not supported anymore, and will be replaced by the reference parser that we're currently testing in Zensical Studio.

Changelog

Bug fixes

  • 9973ac9 compat – regression reporting unresolved references (#866)

Refactorings

  • e6c56ce zensical, compat – report invalid autorefs under invalid_links validation setting
Commits
  • f18bb99 chore: release v0.0.57
  • 325758f fix: update ui to v0.0.26
  • b020159 refactor: increase max header size to 8kb (#875)
  • 7372e5b fix: support pymdownx blocks in markdown exec (#871)
  • ab17429 chore: release v0.0.56
  • e6c56ce refactor: report invalid autorefs under invalid_links validation setting
  • 9973ac9 fix: regression reporting unresolved references (#866)
  • See full diff 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 minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `2.31.0` | `2.33.0` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.5.5` | `1.6.0` |
| [openai](https://github.com/openai/openai-python) | `2.50.0` | `3.3.1` |
| [livekit-agents](https://github.com/livekit/agents) | `1.6.10` | `1.6.9` |
| [livekit-plugins-openai](https://github.com/livekit/agents) | `1.6.10` | `1.6.9` |
| [ty](https://github.com/astral-sh/ty) | `0.0.72` | `0.0.74` |
| [zensical](https://github.com/zensical/zensical) | `0.0.55` | `0.0.57` |


Updates `pydantic-ai` from 2.31.0 to 2.33.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@v2.31.0...v2.33.0)

Updates `langchain-core` from 1.5.5 to 1.6.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.5.5...langchain-core==1.6.0)

Updates `openai` from 2.50.0 to 3.3.1
- [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.50.0...v3.3.1)

Updates `livekit-agents` from 1.6.10 to 1.6.9
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.6.10...livekit-agents@1.6.9)

Updates `livekit-plugins-openai` from 1.6.10 to 1.6.9
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.6.10...livekit-agents@1.6.9)

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

Updates `zensical` from 0.0.55 to 0.0.57
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.55...v0.0.57)

---
updated-dependencies:
- dependency-name: pydantic-ai
  dependency-version: 2.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langchain-core
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: openai
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: livekit-agents
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: livekit-plugins-openai
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ty
  dependency-version: 0.0.74
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: zensical
  dependency-version: 0.0.57
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Aug 26, 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