Skip to content

build(deps): Bump the python-deps group with 2 updates - #28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-deps-6e5072f5a4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-deps-6e5072f5a4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 2 updates: anthropic and openai.

Updates anthropic from 1.5.0 to 1.6.0

Release notes

Sourced from anthropic's releases.

v1.6.0

1.6.0 (2026-09-15)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add auto mode tool permissions for Managed Agents (909d92f)
  • api: add compaction parameter and signed compaction blocks (beta) (8689179)
  • api: add enum types for workspace data-residency geo fields (3dc6dbf)
  • api: add thinking_mismatch_allowed entries to input_transformations (beta) (14d1792)
  • api: add url_sources to the web fetch tool (4ba7115)
  • api: add workspace_id parameter to user profiles methods (1c359b2)
  • client: support async credential token providers (95e93f7)

Bug Fixes

  • api: mark usage iteration model as nullable (520d000)
  • api: use one input transformation type for message and delta event (ae86d7d)
  • client: honor Retry-After values above 60 seconds (2d03ba2)
  • client: ignore invalid Retry-After values and validate maxRetries (909d92f)
  • client: retry connection errors in the async client and stop blocking in the coroutine retry loop (909d92f)
  • client: use the default backoff when Retry-After is out of range (3d15f04)

Chores

  • deps: bump aiohttp, pygments and pytest in the dev lockfile (005ad11)
  • deps: require anyio 4.1 or later (79b4175)
  • docs: clarify that session_thread_id on tool use events is informational (2ac7b60)
  • docs: correct the compaction beta's parameter descriptions (5048c9a)
  • internal: sort the imports in beta_message.py (0a92f91)
  • tests: define the model tests' type alias at module level (98c3a7a)
  • tests: stop the mock server without failing a passing test run (d28aea7)

Documentation

  • api: clarify usage.iterations entry typing under server-side fallback (bb06629)
  • stop documenting unions with their first variant's description (7a94250)
  • use markdown formatting in most docstrings (25f344f)
Changelog

Sourced from anthropic's changelog.

1.6.0 (2026-09-15)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add auto mode tool permissions for Managed Agents (909d92f)
  • api: add compaction parameter and signed compaction blocks (beta) (8689179)
  • api: add enum types for workspace data-residency geo fields (3dc6dbf)
  • api: add thinking_mismatch_allowed entries to input_transformations (beta) (14d1792)
  • api: add url_sources to the web fetch tool (4ba7115)
  • api: add workspace_id parameter to user profiles methods (1c359b2)
  • client: support async credential token providers (95e93f7)

Bug Fixes

  • api: mark usage iteration model as nullable (520d000)
  • api: use one input transformation type for message and delta event (ae86d7d)
  • client: honor Retry-After values above 60 seconds (2d03ba2)
  • client: ignore invalid Retry-After values and validate maxRetries (909d92f)
  • client: retry connection errors in the async client and stop blocking in the coroutine retry loop (909d92f)
  • client: use the default backoff when Retry-After is out of range (3d15f04)

Chores

  • deps: bump aiohttp, pygments and pytest in the dev lockfile (005ad11)
  • deps: require anyio 4.1 or later (79b4175)
  • docs: clarify that session_thread_id on tool use events is informational (2ac7b60)
  • docs: correct the compaction beta's parameter descriptions (5048c9a)
  • internal: sort the imports in beta_message.py (0a92f91)
  • tests: define the model tests' type alias at module level (98c3a7a)
  • tests: stop the mock server without failing a passing test run (d28aea7)

Documentation

  • api: clarify usage.iterations entry typing under server-side fallback (bb06629)
  • stop documenting unions with their first variant's description (7a94250)
  • use markdown formatting in most docstrings (25f344f)
Commits
  • 7e5ca5c Merge pull request #1937 from anthropics/release-please--branches--main--chan...
  • b93968b release: 1.6.0
  • 5048c9a chore(docs): correct the compaction beta's parameter descriptions
  • 98c3a7a chore(tests): define the model tests' type alias at module level
  • 8689179 feat(api): add compaction parameter and signed compaction blocks (beta)
  • ae86d7d fix(api): use one input transformation type for message and delta event
  • 0a92f91 chore(internal): sort the imports in beta_message.py
  • 4ba7115 feat(api): add url_sources to the web fetch tool
  • d28aea7 chore(tests): stop the mock server without failing a passing test run
  • 14d1792 feat(api): add thinking_mismatch_allowed entries to input_transformations (beta)
  • Additional commits viewable in compare view

Updates openai from 3.13.0 to 3.14.0

Release notes

Sourced from openai's releases.

v3.14.0

3.14.0 (2026-09-14)

Features

  • streaming: normalize errors raised while reading streams (#3827) (d7c41ef)

Bug Fixes

  • bound vector store file polling (#3401) (ae41bc4)
  • example: refresh realtime push_to_talk_app session types (#2926) (0b7ad38)
  • files: normalize PathLike upload tuples (#3475) (90ac74c)
  • include completion in content filter errors (#3094) (e57a1b1)
  • logging: support standard OPENAI_LOG levels (#3734) (44000e0)
  • normalize API error codes to strings (#3532) (233d955), closes #3531
  • preserve response stream indexes after empty items (#3126) (8f84fbd)
  • responses: handle null text in output_text (#3019) (df6b72c)

Documentation

  • use the vision guide image in README example (#3849) (1ed8902)
Changelog

Sourced from openai's changelog.

3.14.0 (2026-09-14)

Features

  • streaming: normalize errors raised while reading streams (#3827) (d7c41ef)

Bug Fixes

  • bound vector store file polling (#3401) (ae41bc4)
  • example: refresh realtime push_to_talk_app session types (#2926) (0b7ad38)
  • files: normalize PathLike upload tuples (#3475) (90ac74c)
  • include completion in content filter errors (#3094) (e57a1b1)
  • logging: support standard OPENAI_LOG levels (#3734) (44000e0)
  • normalize API error codes to strings (#3532) (233d955), closes #3531
  • preserve response stream indexes after empty items (#3126) (8f84fbd)
  • responses: handle null text in output_text (#3019) (df6b72c)

Documentation

  • use the vision guide image in README example (#3849) (1ed8902)
Commits

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-deps group with 2 updates: [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [openai](https://github.com/openai/openai-python).


Updates `anthropic` from 1.5.0 to 1.6.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@v1.5.0...v1.6.0)

Updates `openai` from 3.13.0 to 3.14.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@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

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 Sep 18, 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