Skip to content

chore(deps): bump the gha group across 1 directory with 16 updates#3757

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/packages/opentelemetry-instrumentation-langchain/gha-06dfe4df6e
Open

chore(deps): bump the gha group across 1 directory with 16 updates#3757
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/packages/opentelemetry-instrumentation-langchain/gha-06dfe4df6e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps the gha group with 13 updates in the /packages/opentelemetry-instrumentation-langchain directory:

Package From To
opentelemetry-semantic-conventions-ai 0.4.14 0.4.15
langchain 1.2.6 1.2.10
pytest 8.4.2 9.0.2
ruff 0.14.11 0.15.4
anthropic 0.75.0 0.84.0
boto3 1.42.28 1.42.60
langchain-anthropic 1.3.1 1.3.4
langchain-aws 1.2.1 1.3.1
langchain-huggingface 1.2.0 1.2.1
langchain-openai 1.1.7 1.1.10
langchain-text-splitters 1.1.0 1.1.1
opentelemetry-instrumentation-bedrock 0.50.1 0.52.6
opentelemetry-instrumentation-openai 0.50.1 0.52.6

Updates opentelemetry-semantic-conventions-ai from 0.4.14 to 0.4.15

Updates langchain from 1.2.6 to 1.2.10

Release notes

Sourced from langchain's releases.

langchain-core==1.2.10

Changes since langchain-core==1.2.9

release(core): 1.2.10 (#35136) chore(deps): bump the langchain-deps group across 3 directories with 40 updates (#35129) chore(deps): bump the langchain-deps group across 3 directories with 11 updates (#35121) feat(core): add ContextOverflowError, raise in anthropic and openai (#35099) feat(model-profiles): add text_inputs and text_outputs (#35084) feat(core): count tokens from tool schemas in count_tokens_approximately (#35098) docs(core): add missing name docstring for RunnableSerializable (#35088)

langchain==1.2.10

Changes since langchain==1.2.9

release(langchain): 1.2.10 (#35137) chore(deps): bump the langchain-deps group across 3 directories with 40 updates (#35129) chore(deps): bump the langchain-deps group across 3 directories with 11 updates (#35121) fix(langchain): fix token counting on partial message sequences (#35101) refactor(langchain): rename _SUPPORTED_PROVIDERS -> _BUILTIN_PROVIDERS (#35100)

langchain-core==1.2.9

Changes since langchain-core==1.2.8

release(core): 1.2.9 (#35025) fix(core): adjust cap when scaling approximate token counts (#35017) revert: precompile hex color regex pattern at module level (#35016) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) fix(core): apply cap when scaling approximate token counts (#35005) feat(core): allow scaling by reported usage when counting tokens approximately (#34996) test(core): increase delta_time for flaky test (#34982) chore: enrich pyproject.toml files (#34980)

langchain==1.2.9

Changes since langchain==1.2.8

fix(langchain): normalize raw schemas in middleware response_format override (#35019) feat: support state updates from wrap_model_call with command(s) (#35033) test(langchain): types in test_tool_call_limit and test_model_retry (#34629) fix(langchain): bump min core version and improve approximate token counting (#35026) release: langchain 1.2.9 (#35023) feat: threading context through create_agent flows + middleware (#34978) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) revert: use usage metadata scaling in SummarizationMiddleware default token counter (#35002) fix(langchain): use usage metadata scaling in SummarizationMiddleware default token counter (#35001) fix(langchain): avoid UnboundLocalError when no AIMessage exists (#34816) chore: enrich pyproject.toml files (#34980)

... (truncated)

Commits
  • 74dffca release(langchain): 1.2.10 (#35137)
  • f41e049 release(core): 1.2.10 (#35136)
  • de05838 chore(deps): bump the langchain-deps group across 3 directories with 40 updat...
  • d6e86aa chore(deps): bump the other-deps group across 3 directories with 12 updates (...
  • 444904f chore: update dependabot.yml to comply with posture checks (#35125)
  • 7e4536c chore(deps): bump the langchain-deps group across 3 directories with 11 updat...
  • e96c706 chore: dependabot config (#35124)
  • 83070bb chore(deps): bump the other-deps group across 3 directories with 8 updates (#...
  • 462acb7 fix: separating groups of directories (#35109)
  • 084d83a chore(standard-tests): test suite for sandbox only (#35111)
  • Additional commits viewable in compare view

Updates pytest from 8.4.2 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.

9.0.1

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by bluetech and webknjaz.
  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

... (truncated)

Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Updates ruff from 0.14.11 to 0.15.4

Release notes

Sourced from ruff's releases.

0.15.4

Release Notes

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

Install ruff 0.15.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.ps1 | iex"

Download ruff 0.15.4

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.4

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

0.15.3

Released on 2026-02-26.

Preview features

  • Drop explicit support for .qmd file extension (#23572)

    This can now be enabled instead by setting the extension option:

    # ruff.toml
    extension = { qmd = "markdown" }
    pyproject.toml
    [tool.ruff]
    extension = { qmd = "markdown" }

  • Include configured extensions in file discovery (#23400)

  • [flake8-bandit] Allow suspicious imports in TYPE_CHECKING blocks (S401-S415) (#23441)

  • [flake8-bugbear] Allow B901 in pytest hook wrappers (#21931)

  • [flake8-import-conventions] Add missing conventions from upstream (ICN001, ICN002) (#21373)

... (truncated)

Commits
  • f14edd8 Bump 0.15.4 (#23595)
  • fd09d37 Fix panic on access to definitions after analyzing definitions (#23588)
  • 81d655f [pyflakes] suppress false positive in F821 for names used before del in...
  • 625b4f5 [ruff] docs: Clarify first-party import detection in Ruff (#23591)
  • 60facfa one word typo fix in a while_loop.md test case (#23589)
  • fbb9fa7 docs: fix incorrect import-heading example (#23568)
  • 5bc49a9 Increase the ruleset size to 16 bits (#23586)
  • a62ba8c [ty] Fix overloaded callable assignability for unary Callable targets (#23277)
  • e5f2f36 Bump 0.15.3 (#23585)
  • 0e19fc9 [ty] defer calculating conjunctions in narrowing constraints (#23552)
  • Additional commits viewable in compare view

Updates anthropic from 0.75.0 to 0.84.0

Release notes

Sourced from anthropic's releases.

v0.84.0

0.84.0 (2026-02-25)

Full Changelog: v0.83.0...v0.84.0

Features

  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#1383) (9489751)

Chores

  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)

Documentation

  • rebrand to Claude SDK and streamline README (6b54405)

v0.83.0

0.83.0 (2026-02-19)

Full Changelog: v0.82.0...v0.83.0

Features

  • api: Add top-level cache control (automatic caching) (a940123)

Chores

  • update mock server docs (34ef48c)

v0.82.0

0.82.0 (2026-02-18)

Full Changelog: v0.81.0...v0.82.0

Features

  • api: fix shared UserLocation and error code types (da3b931)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.84.0 (2026-02-25)

Full Changelog: v0.83.0...v0.84.0

Features

  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#1383) (9489751)

Chores

  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)

Documentation

  • rebrand to Claude SDK and streamline README (6b54405)

0.83.0 (2026-02-19)

Full Changelog: v0.82.0...v0.83.0

Features

  • api: Add top-level cache control (automatic caching) (a940123)

Chores

  • update mock server docs (34ef48c)

0.82.0 (2026-02-18)

Full Changelog: v0.81.0...v0.82.0

Features

  • api: fix shared UserLocation and error code types (da3b931)

Bug Fixes

  • add backward-compat aliases for removed nested UserLocation classes (#1409) (56db1e3)

... (truncated)

Commits
  • 49d639a release: 0.84.0
  • 4d73b21 feat(helpers): add conversion helpers for MCP tools, prompts, and resources (...
  • 0e40921 docs: rebrand to Claude SDK and streamline README
  • c3017a2 chore(internal): simplify http snapshots (#1092)
  • 470fda9 chore(internal): make test_proxy_environment_variables more resilient to env
  • c30c72d chore: add missing raw jsonl results method
  • 9d9a5a1 chore(internal): make test_proxy_environment_variables more resilient
  • c28d2d5 codegen metadata
  • bb13f1e chore(internal): add request options to SSE classes
  • ab0ccb9 codegen metadata
  • Additional commits viewable in compare view

Updates boto3 from 1.42.28 to 1.42.60

Commits
  • bc8f795 Merge branch 'release-1.42.60'
  • fe0879d Bumping version to 1.42.60
  • 40331c7 Add changelog entries from botocore
  • cef3033 Merge branch 'release-1.42.59'
  • 791a3e8 Merge branch 'release-1.42.59' into develop
  • 463794a Bumping version to 1.42.59
  • 591d881 Add changelog entries from botocore
  • d327a89 Merge branch 'release-1.42.58'
  • 8727558 Merge branch 'release-1.42.58' into develop
  • 14eee00 Bumping version to 1.42.58
  • Additional commits viewable in compare view

Updates langchain-anthropic from 1.3.1 to 1.3.4

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==1.3.4

Changes since langchain-anthropic==1.3.3

release(anthropic): 1.3.4 (#35418) fix(anthropic): filter out common OpenAI Responses block types (#35417) fix(anthropic): update integration tests (#35396) revert: add ChatAnthropicBedrockWrapper (#35371) fix(anthropic): replace retired model IDs in tests and docstrings (#35365) feat(anthropic): add ChatAnthropicBedrock wrapper (#35091) fix(model-profiles): sort generated profiles by model ID for stable diffs (#35344) fix(anthropic): set max input tokens based on 1m context beta header (#35341) chore: bump model profiles (#35294) feat(anthropic): add User-Agent header for Anthropic API calls (#35268) chore(anthropic): add version (#35293) fix(anthropic): hoist cache_control from tool_result content sub-blocks to tool_result level (#35126) chore(deps): bump langsmith from 0.4.43 to 0.6.3 in /libs/partners/anthropic (#35150)

langchain-anthropic==1.3.3

Changes since langchain-anthropic==1.3.2

release(anthropic): 1.3.3 (#35146) fix(anthropic): support effort="max" and remove beta headers (#35141) feat(core): add ContextOverflowError, raise in anthropic and openai (#35099) feat(model-profiles): add text_inputs and text_outputs (#35084) fix(anthropic): strip trailing whitespace from final assistant message (#35072)

langchain-anthropic==1.3.2

Changes since langchain-anthropic==1.3.1

fix(anthropic): support output_config (#35036) chore(anthropic): update model profiles (#35039) release(anthropic): 1.3.2 (#35035) fix(anthropic): support automatic compaction (Opus 4.6) (#35034) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) chore: enrich pyproject.toml files (#34980) chore(deps): bump the uv group across 20 directories with 3 updates (#34941) chore: upgrade urllib3 to 2.6.3 (#34940) chore: update twitter URLs (#34736) chore: ban relative imports on all packages (#34691)

Commits
  • 4ffb584 release(anthropic): 1.3.4 (#35418)
  • cdb9742 fix(anthropic): filter out common OpenAI Responses block types (#35417)
  • 0b975d4 chore: bump the other-deps group across 3 directories with 2 updates (#35407)
  • 2d1492a fix(core): improve error message for non-JSON-serializable tool schemas (#34376)
  • d6e46bb fix(core): improve typing/docs for on_chat_model_start to clarify required po...
  • 875c3c5 chore: bump google-cloud-aiplatform from 1.127.0 to 1.133.0 in /libs/langchai...
  • 32725b3 chore: bump google-cloud-aiplatform from 1.117.0 to 1.133.0 in /libs/langchai...
  • 2fa460d fix(anthropic): update integration tests (#35396)
  • 6199525 perf(core): defer specific langsmith imports to reduce import time (#35298)
  • 00538ff revert: add ChatAnthropicBedrockWrapper (#35371)
  • Additional commits viewable in compare view

Updates langchain-aws from 1.2.1 to 1.3.1

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.3.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.3.0...langchain-aws==1.3.1

langchain-aws==1.3.0

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.2.5...langchain-aws==1.3.0

langchain-aws==1.2.5

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.2.4...langchain-aws==1.2.5

langchain-aws==1.2.4

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.2.3...langchain-aws==1.2.4

langchain-aws==1.2.3

What's Changed

... (truncated)

Commits
  • 2bec09d release(aws): 1.3.1 (#902)
  • 7166abc fix(aws): Preserve input format of ChatBedrockConverse additional_model_reque...
  • 81fdf34 feat(aws): Support strict parameter in ChatBedrockConverse bind_tools (#882)
  • b0cab47 fix(aws): handle video blocks in _format_data_content_block (#898)
  • 42edadb fix(langgraph-checkpoint-aws): shorten session_id when checkpoint_ns is set t...
  • 558aeea fix(langgraph-checkpoint-aws): Update to work with parallelized integration t...
  • a2759dd release(aws): 1.3.0 (#894)
  • 96212b5 feat(aws): add ChatAnthropicBedrock (#891)
  • 5ab89a8 chore: update model IDs (#890)
  • da9cc74 release(langgraph-checkpoint-aws): 1.0.5 (#887)
  • Additional commits viewable in compare view

Updates langchain-huggingface from 1.2.0 to 1.2.1

Release notes

Sourced from langchain-huggingface's releases.

langchain-huggingface==1.2.1

Changes since langchain-huggingface==1.2.0

fix(huggingface): switch integration test provider to together (#35525) fix(huggingface): resolve huggingface-hub 1.x compat (#35524) fix(huggingface): bump transformers and sentence-transformers lower bounds (#35522) chore: bump langgraph-checkpoint from 3.0.0 to 4.0.0 in /libs/partners/huggingface (#35447) fix(model-profiles): sort generated profiles by model ID for stable diffs (#35344) chore: bump model profiles (#35294) release(huggingface): 1.2.1 (#35182) chore(huggingface): version bump for huggingface-hub and transformers deps (#35061) chore(deps): bump pillow from 11.3.0 to 12.1.1 in /libs/partners/huggingface (#35179) chore(deps): bump langsmith from 0.4.32rc0 to 0.6.3 in /libs/partners/huggingface (#35152) feat(model-profiles): add text_inputs and text_outputs (#35084) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) chore: enrich pyproject.toml files (#34980) chore(deps): bump the uv group across 20 directories with 3 updates (#34941) chore: upgrade urllib3 to 2.6.3 (#34940) docs: add missing module-level docstrings to partner integrations (#34838) chore(deps): bump the uv group across 8 directories with 6 updates (#34773) chore: update twitter URLs (#34736) chore: ban relative imports on all packages (#34691)

Commits
  • d2c86df fix(huggingface): switch integration test provider to together (#35525)
  • da092cf Change logo width in README.md
  • ac92957 fix(huggingface): resolve huggingface-hub 1.x compat (#35524)
  • 357fbdd Update heading in README to reflect platform focus
  • a0bc522 Swap logo images for light and dark themes
  • 8450b51 Add files via upload
  • cf51821 Add files via upload
  • 6d39b72 fix(huggingface): bump transformers and sentence-transformers lower bounds (#...
  • 93d63b9 Update README.md
  • 0898e10 Add files via upload
  • Additional commits viewable in compare view

Updates langchain-openai from 1.1.7 to 1.1.10

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.1.10

Changes since langchain-openai==1.1.9

release(openai): 1.1.10 (#35292) feat(openai): support automatic server-side compaction (#35212) fix(openai): add model property (#35284) fix(nomic,openai,perplexity): update pillow version to >= 12.1.1, <13.0.0 (#35254) docs(openai): more nits (#35277) docs(openai): clarify reasoning config for openai-compatible endpoints (#35202) fix(openai): gpt-5.2-pro Model Profile structured_output key fixed (#35216) chore(openai): extend model_token_mapping till gpt-5.2 for modelname_to_contextsize (#35214) fix(openai): enhance error message for non-OpenAI embedding providers (#35252) fix(openai): sanitize chat completions text content blocks (#35217) fix(openai): improve error message for null choices in OpenAI-compatible APIs (#35236) feat(openrouter): add langchain-openrouter provider package (#35211) chore: bump pillow from 11.3.0 to 12.1.1 in /libs/partners/openai (#35177) chore(deps): bump langsmith from 0.4.37 to 0.6.3 in /libs/partners/openai (#35151)

langchain-openai==1.1.9

Changes since langchain-openai==1.1.8

release(openai): 1.1.9 (#35145) fix(openai): sanitize urls when counting tokens in images (#35143) feat(core): add ContextOverflowError, raise in anthropic and openai (#35099) feat(model-profiles): add text_inputs and text_outputs (#35084)

langchain-openai==1.1.8

Changes since langchain-openai==1.1.7

release(openai): 1.1.8 (#35097) fix(openai): detect codex models for responses api preference (#35058) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) chore: enrich pyproject.toml files (#34980) chore(deps): bump ...

Description has been truncated


[!IMPORTANT]
Bumps 13 dependencies in opentelemetry-instrumentation-langchain to newer versions, updating pyproject.toml and uv.lock.

  • Dependency Updates:
    • Bumps langchain from 1.2.6 to 1.2.10.
    • Updates pytest from 8.4.2 to 9.0.2.
    • Updates ruff from 0.14.11 to 0.15.4.
    • Updates anthropic from 0.75.0 to 0.84.0.
    • Updates boto3 from 1.42.28 to 1.42.60.
    • Updates langchain-anthropic from 1.3.1 to 1.3.4.
    • Updates langchain-aws from 1.2.1 to 1.3.1.
    • Updates langchain-huggingface from 1.2.0 to 1.2.1.
    • Updates langchain-openai from 1.1.7 to 1.1.10.
    • Updates langchain-text-splitters from 1.1.0 to 1.1.1.
    • Updates opentelemetry-instrumentation-bedrock from 0.50.1 to 0.52.6.
    • Updates opentelemetry-instrumentation-openai from 0.50.1 to 0.52.6.
    • Updates opentelemetry-semantic-conventions-ai from 0.4.14 to 0.4.15.
  • File Changes:
    • Modifies pyproject.toml to reflect new version constraints.
    • Updates uv.lock with new package versions and hashes.

This description was created by Ellipsis for b3c2728. You can customize this summary. It will automatically update as commits are pushed.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2026
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to b3c2728 in 14 seconds. Click for details.
  • Reviewed 459 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_b4UOMZMBggNsk0Ki

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Bumps the gha group with 13 updates in the /packages/opentelemetry-instrumentation-langchain directory:

| Package | From | To |
| --- | --- | --- |
| opentelemetry-semantic-conventions-ai | `0.4.14` | `0.4.15` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.2.6` | `1.2.10` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.15.4` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.75.0` | `0.84.0` |
| [boto3](https://github.com/boto/boto3) | `1.42.28` | `1.42.60` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.3.1` | `1.3.4` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `1.2.1` | `1.3.1` |
| [langchain-huggingface](https://github.com/langchain-ai/langchain) | `1.2.0` | `1.2.1` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.7` | `1.1.10` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `1.1.0` | `1.1.1` |
| [opentelemetry-instrumentation-bedrock](https://github.com/traceloop/openllmetry) | `0.50.1` | `0.52.6` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.50.1` | `0.52.6` |



Updates `opentelemetry-semantic-conventions-ai` from 0.4.14 to 0.4.15

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

Updates `pytest` from 8.4.2 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.2...9.0.2)

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

Updates `anthropic` from 0.75.0 to 0.84.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.75.0...v0.84.0)

Updates `boto3` from 1.42.28 to 1.42.60
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.28...1.42.60)

Updates `langchain-anthropic` from 1.3.1 to 1.3.4
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==1.3.1...langchain-anthropic==1.3.4)

Updates `langchain-aws` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@langchain-aws==1.2.1...langchain-aws==1.3.1)

Updates `langchain-huggingface` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-huggingface==1.2.0...langchain-huggingface==1.2.1)

Updates `langchain-openai` from 1.1.7 to 1.1.10
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==1.1.7...langchain-openai==1.1.10)

Updates `langchain-text-splitters` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-text-splitters==1.1.0...langchain-text-splitters==1.1.1)

Updates `langgraph` from 1.0.6 to 1.0.10
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.0.6...1.0.10)

Updates `openai` from 1.109.1 to 2.24.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@v1.109.1...v2.24.0)

Updates `opentelemetry-instrumentation-bedrock` from 0.50.1 to 0.52.6
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](0.50.1...0.52.6)

Updates `opentelemetry-instrumentation-openai` from 0.50.1 to 0.52.6
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](0.50.1...0.52.6)

Updates `pytest-asyncio` from 0.24.0 to 1.3.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.3.0)

---
updated-dependencies:
- dependency-name: opentelemetry-semantic-conventions-ai
  dependency-version: 0.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain
  dependency-version: 1.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: anthropic
  dependency-version: 0.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: boto3
  dependency-version: 1.42.60
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-anthropic
  dependency-version: 1.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-aws
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-huggingface
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-openai
  dependency-version: 1.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-text-splitters
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langgraph
  dependency-version: 1.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: openai
  dependency-version: 2.24.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-bedrock
  dependency-version: 0.52.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-openai
  dependency-version: 0.52.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/packages/opentelemetry-instrumentation-langchain/gha-06dfe4df6e branch from b3c2728 to 7b3a4a5 Compare March 4, 2026 07:52
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants