chore(deps): bump the python-minor-and-patch group with 7 updates#795
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-minor-and-patch group with 7 updates#795dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.137.0` | `0.138.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.50` | `2.0.51` | | [anyio](https://github.com/agronholm/anyio) | `4.13.0` | `4.14.0` | | [langgraph](https://github.com/langchain-ai/langgraph) | `1.2.5` | `1.2.6` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.109.1` | `0.111.0` | | [openai](https://github.com/openai/openai-python) | `2.41.1` | `2.43.0` | | [google-genai](https://github.com/googleapis/python-genai) | `2.8.0` | `2.9.0` | Updates `fastapi` from 0.137.0 to 0.138.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.137.0...0.138.0) Updates `sqlalchemy` from 2.0.50 to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `anyio` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.13.0...4.14.0) Updates `langgraph` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@1.2.5...1.2.6) Updates `anthropic` from 0.109.1 to 0.111.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.109.1...v0.111.0) Updates `openai` from 2.41.1 to 2.43.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.41.1...v2.43.0) Updates `google-genai` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: anyio dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: langgraph dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: anthropic dependency-version: 0.111.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: google-genai dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-minor-and-patch group with 7 updates:
0.137.00.138.02.0.502.0.514.13.04.14.01.2.51.2.60.109.10.111.02.41.12.43.02.8.02.9.0Updates
fastapifrom 0.137.0 to 0.138.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
4b83b0d🔖 Release version 0.138.0 (#15808)041cb0c📝 Update release notes1039384📝 Fix typo in release notes (#15807)0303491📝 Update release notes190f6e2📝 Add Frontend instructions to Agent Library Skill (#15805)17945e5📝 Update release notes2260afa🐛 Fix failing test, update format for raised errors (#15804)0cd5001📝 Update release notes7cb1ab6👷 Fix test-alls-green (#15803)9c7eceb📝 Update release notesUpdates
sqlalchemyfrom 2.0.50 to 2.0.51Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
anyiofrom 4.13.0 to 4.14.0Release notes
Sourced from anyio's releases.
... (truncated)
Commits
ffe9133Bumped up the versionf8b9f01Fixed asyncio lock waiter deadlocks after cancellation (#1145)d517ee1[pre-commit.ci] pre-commit autoupdate (#1176)550b68eMakeanyio.runsupportAwaitableat runtime on all backends (#1171)29a5e04Fixed FastAPI test run4d752acUpdated downstream test setups for FastAPI and Anthropic MCPebdc950Added task handle support to start() and start_soon() (#1153)f32bfb8Fixed test suite compatibility issues with Pytest 9.1.085f7e8eAdded__slots__to several classesb7ea84c[pre-commit.ci] pre-commit autoupdate (#1165)Updates
langgraphfrom 1.2.5 to 1.2.6Release notes
Sourced from langgraph's releases.
Commits
ce6c8b2release(langgraph): 1.2.6 (#8139)9100f2cfeat: add delta-channel-dump recovery script as examples to dump from Postgre...79befe6fix: nested subgraph inherits parent checkpoint_ns (regression in 1.2.3) (#8053)9af2521fix: cancel running subgraphs on v3 stream abort [closes #8029] (#8057)1a9baaerelease(cli): 0.4.30 (#8101)916025dfeat(cli): support compatible api version ranges (#8023)9732084ci(deps): pin GitHub Actions to commit SHAs (#8065)8558481docs: standardize packageREADME.mdstructure (#8064)4cf120dchore(deps): bump tornado from 6.5.5 to 6.5.6 in /libs/langgraph (#8063)Updates
anthropicfrom 0.109.1 to 0.111.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
5d6fd8drelease: 0.111.09fdf2effeat(helpers): tag refusal-fallback middleware requests with fallback-refusal...af2b702release: 0.110.0a10dbaafeat(api): add support for new code_execution_20260120 tool9d49b63fix(helpers): single source of truth for x-stainless-helper key + closed valu...e8a5c84fix: append x-stainless-helper across header merges instead of clobbering (#105)ed0af5bfix(bedrock): preserve stream event type (#1682)ebb1715release: 0.109.237a7d36chore(api): remove retired models from API and SDKsUpdates
openaifrom 2.41.1 to 2.43.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
e20b6b8release: 2.43.04d35453feat(api): update OpenAPI spec or Stainless config2bba15erelease: 2.42.01ec3e82codegen metadata93c2ecafeat(api): manual updatesb269f88codegen metadataee821d6feat(api): admin spend_alerts60002e5feat(api): update OpenAPI spec or Stainless configd64d811build: Use CI environment for examples API key (#3394)a526ee8build: fix release workflow permissions (#3389)Updates
google-genaifrom 2.8.0 to 2.9.0Release notes
Sourced from google-genai's releases.
... (truncated)
Changelog
Sourced from google-genai's changelog.
... (truncated)
Commits
84aa3aechore(main): release 2.9.0 (#2635)6119dd3feat: Interactions is no longer in preview.02921e1chore: Remove experimental warnings for interactionsf63d1dcchore: internal update85fbda3Copybara import of the project:f91f359Copybara import of the project:eee7ddcchore: Update version.py (#2628)04677a8chore(main): release 2.9.0-rc1 (#2618)b95f2a8chore: release 2.9.0-rc1749f8a1feat: Add gemini-3-flash-preview (gemini-3.1, gemini-3.5, gemini-4 are alread...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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