chore(deps): bump the ai-providers group with 6 updates#730
Merged
Conversation
Bumps the ai-providers group with 6 updates: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchain) | `1.3.10` | `1.3.11` | | [openai](https://github.com/openai/openai-python) | `2.43.0` | `2.44.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.111.0` | `0.112.0` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `1.3.2` | `1.3.3` | | [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.4.6` | `1.4.8` | | [google-genai](https://github.com/googleapis/python-genai) | `2.9.0` | `2.10.0` | Updates `langchain` from 1.3.10 to 1.3.11 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.3.10...langchain==1.3.11) Updates `openai` from 2.43.0 to 2.44.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.43.0...v2.44.0) Updates `anthropic` from 0.111.0 to 0.112.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.111.0...v0.112.0) Updates `langchain-openai` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.3.2...langchain-openai==1.3.3) Updates `langchain-anthropic` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-anthropic==1.4.6...langchain-anthropic==1.4.8) Updates `google-genai` from 2.9.0 to 2.10.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.9.0...v2.10.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: openai dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-providers - dependency-name: anthropic dependency-version: 0.112.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-providers - dependency-name: langchain-openai dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: langchain-anthropic dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: google-genai dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-providers ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
posthog-python Compliance ReportDate: 2026-07-06 10:14:45 UTC ✅ All Tests Passed!46/46 tests passed Capture Tests✅ 29/29 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
ioannisj
approved these changes
Jul 6, 2026
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 ai-providers group with 6 updates:
1.3.101.3.112.43.02.44.00.111.00.112.01.3.21.3.31.4.61.4.82.9.02.10.0Updates
langchainfrom 1.3.10 to 1.3.11Release notes
Sourced from langchain's releases.
Commits
83e8249release(langchain): 1.3.11 (#38377)6dd45c9hotfix(anthropic): regenerate cassette (#38376)4a83756release(openai): 1.3.3 (#38375)792c1a7fix(openai): drop response item ids whenstoreis false (#38372)9f7e46frelease(anthropic): 1.4.7 (#38373)9ef324cfix(langchain,openai): only setstrict=Trueon tools for OpenAI-compatible ...05b5af1chore(infra): update workflow key name (#38367)8e81774test(groq): xfail flaky tool choice test (#38365)946fbbbfix(groq): replace deprecated Groq llama models (#38363)d11b1fcchore(model-profiles): refresh model profile data (#38341)Updates
openaifrom 2.43.0 to 2.44.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
6d9262drelease: 2.44.0d356275[codex] Add AWS Bedrock provider authentication (#3398)f47f9a2fix(auth): prioritize first auth headerUpdates
anthropicfrom 0.111.0 to 0.112.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
c986624release: 0.112.0e633dffchore(api): add support for new refusal categorya28468echore(api): add support for sending User Profile ID in request headers97d3d9bfix(memory tool): create parent directories with the correct permissions (#135)0868a68feat(client): add support for system.message streaming eventsUpdates
langchain-openaifrom 1.3.2 to 1.3.3Release notes
Sourced from langchain-openai's releases.
Commits
4a83756release(openai): 1.3.3 (#38375)792c1a7fix(openai): drop response item ids whenstoreis false (#38372)9f7e46frelease(anthropic): 1.4.7 (#38373)9ef324cfix(langchain,openai): only setstrict=Trueon tools for OpenAI-compatible ...05b5af1chore(infra): update workflow key name (#38367)8e81774test(groq): xfail flaky tool choice test (#38365)946fbbbfix(groq): replace deprecated Groq llama models (#38363)d11b1fcchore(model-profiles): refresh model profile data (#38341)9d14a5efeat(groq): addperformanceservice tier (#38339)cc6b125test(openai): clarify expected strict schema error (#38338)Updates
langchain-anthropicfrom 1.4.6 to 1.4.8Release notes
Sourced from langchain-anthropic's releases.
Commits
e495651release(anthropic): 1.4.8 (#38490)bfc65ccfix(anthropic): keep initial text oncontent_block_start(#38442)00ad96cchore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/partners/huggin...e7c3834chore: bump langgraph-checkpoint from 4.0.3 to 4.1.1 in /libs/langchain (#38477)9b245dechore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/partners/openai...0a71a1dchore: bump langgraph-sdk from 0.3.13 to 0.3.15 in /libs/langchain (#38475)5f99048chore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/model-profiles ...3e6f1e3chore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/partners/anthro...d3eb229fix(core): avoiddictshadowing in language models (#38480)20ba43drelease(fireworks): 1.4.3Updates
google-genaifrom 2.9.0 to 2.10.0Release notes
Sourced from google-genai's releases.
Changelog
Sourced from google-genai's changelog.
Commits
e41801cchore(main): release 2.10.0 (#2636)ab37930chore: Disable ComputerUse.disabled_safety_policies in Gemini Enterprise APIec8f22bfeat: add video generation and response format parameters.7bb6c72feat: add usage fields for steps732368ffeat: Add ComputerUse.disabled_safety_policiesa359406feat: Add ComputerUse.disabled_safety_policiesa4772ccfeat: Add Agent Platform MCP support to async generate_content_stream67703bfchore: Fix comment.63ec5bbdocs: fix typos across docstrings3260c6fchore: Upgrade stalebot action to use v10 (due to Node20 deprecation)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