chore(deps): bump the ai-providers group with 7 updates - #890
Merged
Conversation
Bumps the ai-providers group with 7 updates: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchain) | `1.3.14` | `1.3.15` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.121.0` | `0.122.0` | | [langgraph](https://github.com/langchain-ai/langgraph) | `1.2.10` | `1.2.11` | | [langchain-core](https://github.com/langchain-ai/langchain) | `1.5.3` | `1.5.5` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `1.4.2` | `1.5.1` | | [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.5.4` | `1.5.6` | | [google-genai](https://github.com/googleapis/python-genai) | `2.17.0` | `2.18.1` | Updates `langchain` from 1.3.14 to 1.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.3.14...langchain==1.3.15) Updates `anthropic` from 0.121.0 to 0.122.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.121.0...v0.122.0) Updates `langgraph` from 1.2.10 to 1.2.11 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@1.2.10...1.2.11) Updates `langchain-core` from 1.5.3 to 1.5.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.5.3...langchain-core==1.5.5) Updates `langchain-openai` from 1.4.2 to 1.5.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.4.2...langchain-openai==1.5.1) Updates `langchain-anthropic` from 1.5.4 to 1.5.6 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-anthropic==1.5.4...langchain-anthropic==1.5.6) Updates `google-genai` from 2.17.0 to 2.18.1 - [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.17.0...v2.18.1) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: anthropic dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-providers - dependency-name: langgraph dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: langchain-core dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: langchain-openai dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-providers - dependency-name: langchain-anthropic dependency-version: 1.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-providers - dependency-name: google-genai dependency-version: 2.18.1 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-08-24 10:16:02 UTC ✅ All Tests Passed!111/111 tests passed Capture_V1 Tests✅ 94/94 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
turnipdabeets
enabled auto-merge (squash)
August 24, 2026 11:48
turnipdabeets
approved these changes
Aug 24, 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 7 updates:
1.3.141.3.150.121.00.122.01.2.101.2.111.5.31.5.51.4.21.5.11.5.41.5.62.17.02.18.1Updates
langchainfrom 1.3.14 to 1.3.15Release notes
Sourced from langchain's releases.
Commits
f4bc503release(langchain): 1.3.15 (#39595)5ff19c6release(core): 1.5.4 (#39592)1925966feat(langchain): exposetrace_policyonAgentMiddleware(#38910)ce8e8bdchore(model-profiles): refresh model profile data (#39579)a2a9b1bfix(anthropic): report reasoning tokens in usage metadata (#39590)39b4e0fchore(langchain): fix type errors in tests (#39589)f78df6dchore(model-profiles): refresh model profile data (#39430)56daaccrelease(openai): 1.4.3 (#39485)24e8d2bchore(model-profiles): refresh model profile data (#39344)9b4ef2afix(openai): filter invalid tool calls from content (#39366)Updates
anthropicfrom 0.121.0 to 0.122.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
ad53cacrelease: 0.122.0c71b2f5chore(tests): use pytest monkeypatch instead of unittest.mock932488dchore(internal): drop remaining references to blackde9fe77docs(api): clarify that user profile name is optional for resold profilesdb4581drefactor: use the not_given singleton instead of the legacy NOT_GIVEN alias36cbc3achore(tests): use pytest monkeypatch and fakes instead of unittest.mock05cdf07chore(ci): run breaking-change detection as a ci.yml job on every pushfd3eaa6fix(client): keep token exchange bound per client across copy() (#388)c18fcbfchore(internal): codegen related update57bc2cefix(streaming): keep omitted content block fields unset in accumulated messag...Updates
langgraphfrom 1.2.10 to 1.2.11Release notes
Sourced from langgraph's releases.
Commits
644815frelease(langgraph): 1.2.11 (#8595)7d6b579feat(langgraph): exposetrace_policyonadd_node(#8523)d56666fchore(deps): bump the minor-and-patch group across 1 directory with 7 updates...6a2822dchore(deps): bump the minor-and-patch group across 1 directory with 5 updates...fde3068release(checkpoint-postgres): 3.1.2 (#8565)f55e772release(checkpoint): 4.2.0 (#8563)a90ab44fix(checkpoint): collect writes at plain-value seed in delta channel history ...ea5f9ccchore: enforce PLC0415 in tests for the remaining packages (#8547)36a505atest(checkpoint-postgres,checkpoint-sqlite): run the conformance suite (#8537)d569e18fix(checkpoint-postgres): find plain-value seeds when walking delta history (...Updates
langchain-corefrom 1.5.3 to 1.5.5Release notes
Sourced from langchain-core's releases.
Commits
c197a7bchore(model-profiles): refresh model profile data (#39646)555702erelease(core): 1.5.5 (#39655)e32fa9achore(infra): add fields for social handles in issue templates (#39654)d6cd98arelease(openai): 1.5.1 (#39653)7b954aafix(openai): preserve streamed encrypted reasoning (#39635)0082ce0chore(infra): support langsmith gateway in CI (#39651)f9ee55dfix(core): make abatch_iterate consistent with batch_iterate for None and zer...162f9d9chore(model-profiles): refresh model profile data (#39625)a2f02abchore(langchain): update docs on error handling for json schema (#39632)cde5293fix(core): respect pydantic aliases when validating tool inputs (#39572)Updates
langchain-openaifrom 1.4.2 to 1.5.1Release notes
Sourced from langchain-openai's releases.
Commits
d6cd98arelease(openai): 1.5.1 (#39653)7b954aafix(openai): preserve streamed encrypted reasoning (#39635)0082ce0chore(infra): support langsmith gateway in CI (#39651)f9ee55dfix(core): make abatch_iterate consistent with batch_iterate for None and zer...162f9d9chore(model-profiles): refresh model profile data (#39625)a2f02abchore(langchain): update docs on error handling for json schema (#39632)cde5293fix(core): respect pydantic aliases when validating tool inputs (#39572)fb8853drelease(openai): 1.5.0 (#39629)ee88091feat(openai): support openai 3.0 SDK (#39613)c5b2f95release(anthropic): 1.5.6 (#39622)Updates
langchain-anthropicfrom 1.5.4 to 1.5.6Release notes
Sourced from langchain-anthropic's releases.
Commits
c5b2f95release(anthropic): 1.5.6 (#39622)3c6c3bafix(anthropic): normalizetool_search_tool_resultblocks (#39621)a648460fix(core): issues in merging chunks (#39535)13b2f8dfix(core): handle v1 base model validation in async path (#39576)7fb045bfix(fireworks): avoid repeatedservice_tier[closes #39619] (#39620)624fd03fix(core): handle tool descriptions for infer_schema=False (#39573)dff3b73fix(langchain): preserve final repeated schema ordering (#39284)1a2585efix(openrouter): preserve cost metadata in usage chunks (#39338)0a86934fix(core): clear usage metadata callback on exceptions in context manager (#3...2d47a5fchore(partners): bump langgraph floor in openai and huggingface lockfiles (#3...Updates
google-genaifrom 2.17.0 to 2.18.1Release notes
Sourced from google-genai's releases.
Changelog
Sourced from google-genai's changelog.
Commits
2dd9537chore(main): release 2.18.1 (#2866)f898b61fix: Add gemini 3.765b1890chore: refresh docs3d6b89bchore: Update GCS references to Cloud Storage in descriptions0a870c5Copybara import of the project:23e3b7fchore: remove deprecated Turn types661ddebchore: log warning when user uses automatic function calling directly in Mode...3299af6chore(main): release 2.18.0 (#2830)cc0d42efeat: Make speech_config a structured object.fe6118efix: improve AFC(automatic function calling) in chat including fixing bugs in...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