Skip to content

Comments

chore(deps): bump the gha group in /packages/opentelemetry-instrumentation-langchain with 12 updates#3726

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

chore(deps): bump the gha group in /packages/opentelemetry-instrumentation-langchain with 12 updates#3726
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/packages/opentelemetry-instrumentation-langchain/gha-b8d1bed045

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

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

Package From To
opentelemetry-semantic-conventions-ai 0.4.13 0.4.14
pytest 8.4.2 9.0.2
ruff 0.15.1 0.15.2
anthropic 0.82.0 0.83.0
boto3 1.42.52 1.42.56
langchain-anthropic 1.3.3 1.3.4
langchain-aws 1.2.5 1.3.0
langchain-openai 1.1.7 1.1.10
langgraph 1.0.8 1.0.9
openai 2.21.0 2.24.0
opentelemetry-instrumentation-bedrock 0.52.4 0.52.5
opentelemetry-instrumentation-openai 0.52.3 0.52.5

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

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.15.1 to 0.15.2

Release notes

Sourced from ruff's releases.

0.15.2

Release Notes

Released on 2026-02-19.

Preview features

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.2

Released on 2026-02-19.

Preview features

... (truncated)

Commits

Updates anthropic from 0.82.0 to 0.83.0

Release notes

Sourced from anthropic's releases.

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)
Changelog

Sourced from anthropic's changelog.

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)
Commits

Updates boto3 from 1.42.52 to 1.42.56

Commits
  • cd7ad1c Merge branch 'release-1.42.56'
  • bcf5fbb Bumping version to 1.42.56
  • 0534486 Add changelog entries from botocore
  • 77c52e2 Merge branch 'release-1.42.55'
  • 8689f99 Merge branch 'release-1.42.55' into develop
  • 2024b09 Bumping version to 1.42.55
  • 3cc8917 Add changelog entries from botocore
  • ae39e43 Merge branch 'release-1.42.54'
  • 2fd0261 Merge branch 'release-1.42.54' into develop
  • f07efd3 Bumping version to 1.42.54
  • Additional commits viewable in compare view

Updates langchain-anthropic from 1.3.3 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)

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.5 to 1.3.0

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.3.0

What's Changed

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

Commits
  • 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)
  • 7fb50d5 fix(aws): convert string tool_use input to dict in _lc_content_to_bedrock (#880)
  • 1b25464 feat(langgraph-checkpoint-aws): add DynamoDB store (#764)
  • 09302ae fix: Bedrock Cohere uses query embedding for documents instead of document em...
  • 04c987a fix(aws): Handle thinking + forced tools gracefully in ChatBedrock `with_stru...
  • ef31809 chore: bump the uv group across 2 directories with 1 update (#878)
  • See full diff 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 the uv group across 20 directories with 3 updates (#34941) chore(openai): update model profiles (#34960) chore: upgrade urllib3 to 2.6.3 (#34940) 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) chore(openai): delete outdated test (#34682)

Commits
  • 6fe7845 release(openai): 1.1.10 (#35292)
  • ba3ad67 fix(core): preserve index and timestamp fields when merging (#34731)
  • 0a56124 docs(core): add security warnings and best practices for deserialization (#35...
  • f7dbdab docs: fix docstring inaccuracies and update outdated LangSmith URLs (#35283)
  • 8f1bc0d feat(openai): support automatic server-side compaction (#35212)
  • 32c6ab3 fix(openai): add model property (#35284)
  • 4150bb5 fix(mistralai): update test (#35270)
  • dba5266 chore: bump langchainhub from 0.1.18 to 0.1.21 in /libs/langchain in the lang...
  • 338fd02 chore: bump transformers from 5.1.0 to 5.2.0 in /libs/text-splitters in the o...
  • c997955 chore(infra): updates for openrouter/ollama (#35278)
  • Additional commits viewable in compare view

Updates langgraph from 1.0.8 to 1.0.9

Release notes

Sourced from langgraph's releases.

langgraph==1.0.9

Changes since 1.0.8

  • release: langgraph + prebuilt (#6875)
  • fix: sequential interrupt handling w/ functional API (#6863)
  • chore: state_updated_at sort by (#6857)
  • chore: bump orjson (#6852)
  • chore: conformance testing (#6842)
  • chore(deps): bump the all-dependencies group in /libs/langgraph with 6 updates (#6815)
  • chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /libs/langgraph (#6833)
  • chore(deps): bump cryptography from 46.0.3 to 46.0.5 in /libs/langgraph (#6837)
  • chore(deps): bump nbconvert from 7.16.6 to 7.17.0 in /libs/langgraph (#6832)
  • chore: server runtime type (#6774)
  • refactor: replace bare except with BaseException in AsyncQueue (#6765)
Commits
  • 73cebea release: langgraph + prebuilt (#6875)
  • b73b2d1 fix: inject ToolRuntime for dynamically registered tools (#6874)
  • ca26805 fix: sequential interrupt handling w/ functional API (#6863)
  • 5ac837d feat(sdk-py): improve store auth type safety and docstrings (#6867)
  • 172238b fix(sdk-py): allow reset of config/context in assistants update (#6862)
  • 095da17 chore: state_updated_at sort by (#6857)
  • 666c224 chore: bump orjson (#6852)
  • 21a6f41 chore: add testpypi index (#6853)
  • acdf85a chore(deps): bump langgraph-sdk from 0.3.5 to 0.3.6 in /libs/cli in the all-d...
  • 9b18243 chore(deps): bump the all-dependencies group in /libs/checkpoint with 2 updat...
  • Additional commits viewable in compare view

Updates openai from 2.21.0 to 2.24.0

Release notes

Sourced from openai's releases.

v2.24.0

2.24.0 (2026-02-24)

Full Changelog: v2.23.0...v2.24.0

Features

Bug Fixes

Chores

  • internal: make test_proxy_environment_variables more resilient to env (65af8fd)
  • internal: refactor sse event parsing (2344600)

v2.23.0

2.23.0 (2026-02-24)

Full Changelog: v2.22.0...v2.23.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime calls (3300b61)

Chores

  • internal: make test_proxy_environment_variables more resilient (6b441e2)

v2.22.0

2.22.0 (2026-02-23)

Full Changelog: v2.21.0...v2.22.0

Features

  • api: websockets for responses api (c01f6fb)

Chores

  • internal: add request options to SSE classes (cdb4315)
  • update mock server docs (91f4da8)

... (truncated)

Changelog

Sourced from openai's changelog.

2.24.0 (2026-02-24)

Full Changelog: v2.23.0...v2.24.0

Features

Bug Fixes

Chores

  • internal: make test_proxy_environment_variables more resilient to env (65af8fd)
  • internal: refactor sse event parsing (2344600)

2.23.0 (2026-02-24)

Full Changelog: v2.22.0...v2.23.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime calls (3300b61)

Chores

  • internal: make test_proxy_environment_variables more resilient (6b441e2)

2.22.0 (2026-02-23)

Full Changelog: v2.21.0...v2.22.0

Features

  • api: websockets for responses api (c01f6fb)

Chores

  • internal: add request options to SSE classes (cdb4315)
  • update mock server docs (91f4da8)

Documentation

... (truncated)

Commits
  • 656e3ca release: 2.24.0 (#2890)
  • 921c330 release: 2.23.0
  • 650ccd9 codegen metadata
  • 9e9a4f1 feat(api): add gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime c...
  • 588d239 chore(internal): make test_proxy_environment_variables more resilient
  • 481ff6e release: 2.22.0
  • e273d62 feat(api): websockets for responses api
  • c612cfb chore(internal): add request options to SSE classes
  • 849c8df docs(api): add batch size limit to file_batches parameter descriptions
  • 5e5bc78 docs(api): update safety_identifier documentation in chat completions and res...
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation-bedrock from 0.52.4 to 0.52.5

Release notes

Sourced from opentelemetry-instrumentation-bedrock's releases.

0.52.5

v0.52.5 (2026-02-23)

Fix

  • traceloop-sdk: Add evaluator config to the evaluator validator (#3706)
  • anthropic: restore accidentally lost cache tokens attributes (#3648)

[main c2974c9] bump: version 0.52.4 → 0.52.5 64 files changed, 70 insertions(+), 63 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-bedrock's changelog.

v0.52.5 (2026-02-23)

Fix

  • traceloop-sdk: Add evaluator config to the evaluator validator (#3706)
  • anthropic: restore accidentally lost cache tokens attributes (#3648)
Commits
  • c2974c9 bump: version 0.52.4 → 0.52.5
  • 4cd6a97 fix(traceloop-sdk): Add evaluator config to the evaluator validator (#3706)
  • f35f06b chore(deps): bump the gha group across 1 directory with 41 updates (#3670)
  • b202e35 chore(deps-dev): bump the gha group across 1 directory with 4 updates (#3690)
  • 35f9f2b chore(deps): bump pypdf from 6.6.2 to 6.7.1 in /packages/opentelemetry-instru...
  • 742aa61 chore(deps): bump the uv group across 2 directories with 5 updates (#3699)
  • b77977c chore(deps-dev): bump the gha group across 1 directory with 13 updates (#3700)
  • 03d49ae fix(anthropic): restore accidentally lost cache tokens attributes (#3648)
  • a7ce980 bump(semantic-conventions-ai): version 0.4.13 → 0.4.14 (#3704)
  • See full diff in compare view

Updates opentelemetry-instrumentation-openai from 0.52.3 to 0.52.5

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.52.5

v0.52.5 (2026-02-23)

Fix

  • traceloop-sdk: Add evaluator config to the evaluator validator (#3706)
  • anthropic: restore accidentally lost cache tokens attributes (#3648)

[main c2974c9] bump: version 0.52.4 → 0.52.5 64 files changed, 70 insertions(+), 63 deletions(-)

0.52.4

v0.52.4 (2026-02-19)

Fix

  • openai-agents: fix realtime session event handling for prompts, completions, and usage (#3688)
  • preserve return values for RealtimeSession context manager methods (#3681)
  • openai-agents: add functools.wraps to dont_throw decorator (#3687)

[main ae9c348] bump: version 0.52.3 → 0.52.4 64 files changed, 71 insertions(+), 63 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-openai's changelog.

v0.52.5 (2026-02-23)

Fix

  • traceloop-sdk: Add evaluator config to the evaluator validator (#3706)
  • anthropic: restore accidentally lost cache tokens attributes (#3648)

v0.52.4 (2026-02-19)

Fix

  • openai-agents: fix realtime session event handling for prompts, completions, and usage (#3688)
  • preserve return values for RealtimeSession context manager methods (#3681)
  • openai-agents: add functools.wraps to dont_throw decorator (#3687)
Commits
  • c2974c9 bump: version 0.52.4 → 0.52.5
  • 4cd6a97 fix(traceloop-sdk): Add evaluator config to the evaluator validator (#3706)
  • f35f06b chore(deps): bump the gha group across 1 directory with 41 updates (#3670)
  • b202e35 chore(deps-dev): bump the gha group across 1 directory with 4 updates (#3690)
  • 35f9f2b chore(deps): bump pypdf from 6.6.2 to 6.7.1 in /packages/opentelemetry-instru...
  • 742aa61 chore(deps): bump the uv group across 2 directories with 5 updates (#3699)
  • b77977c chore(deps-dev): bump the gha group across 1 directory with 13 updates (#3700)
  • 03d49ae fix(anthropic): restore accidentally lost cache tokens attributes (#3648)
  • a7ce980 bump(semantic-conventions-ai): version 0.4.13 → 0.4.14 (#3704)
  • ae9c348 bump: version 0.52.3 → 0.52.4
  • Additional commits viewable in compare view

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

Important

Bumps multiple dependencies in opentelemetry-instrumentation-langchain to newer versions for compatibility and feature updates.

  • Dependency Updates:
    • Bumps opentelemetry-semantic-conventions-ai from 0.4.13 to 0.4.14.
    • Updates pytest from 8.4.2 to 9.0.2, ruff from 0.15.1 to 0.15.2, and anthropic from 0.82.0 to 0.83.0.
    • Updates boto3 from 1.42.52 to 1.42.56, langchain-anthropic from 1.3.3 to 1.3.4, and langchain-aws from 1.2.5 to 1.3.0.
    • Updates langchain-openai from 1.1.7 to 1.1.10, langgraph from 1.0.8 to 1.0.9, and openai from 2.21.0 to 2.24.0.
    • Updates opentelemetry-instrumentation-bedrock from 0.52.4 to 0.52.5 and opentelemetry-instrumentation-openai from 0.52.3 to 0.52.5.
  • Configuration Changes:
    • Updates pyproject.toml to reflect new dependency versions.
    • Removes pytest-sugar from dev dependencies in uv.lock.

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

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

| Package | From | To |
| --- | --- | --- |
| opentelemetry-semantic-conventions-ai | `0.4.13` | `0.4.14` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.2` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.82.0` | `0.83.0` |
| [boto3](https://github.com/boto/boto3) | `1.42.52` | `1.42.56` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.3.3` | `1.3.4` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `1.2.5` | `1.3.0` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.7` | `1.1.10` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `1.0.8` | `1.0.9` |
| [openai](https://github.com/openai/openai-python) | `2.21.0` | `2.24.0` |
| [opentelemetry-instrumentation-bedrock](https://github.com/traceloop/openllmetry) | `0.52.4` | `0.52.5` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.52.3` | `0.52.5` |


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

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.15.1 to 0.15.2
- [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.15.1...0.15.2)

Updates `anthropic` from 0.82.0 to 0.83.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.82.0...v0.83.0)

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

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

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

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 `langgraph` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.0.8...1.0.9)

Updates `openai` from 2.21.0 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@v2.21.0...v2.24.0)

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

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

---
updated-dependencies:
- dependency-name: opentelemetry-semantic-conventions-ai
  dependency-version: 0.4.14
  dependency-type: direct:production
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: anthropic
  dependency-version: 0.83.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: boto3
  dependency-version: 1.42.56
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: langgraph
  dependency-version: 1.0.9
  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-minor
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-bedrock
  dependency-version: 0.52.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-openai
  dependency-version: 0.52.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 25, 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 25f64ec in 16 seconds. Click for details.
  • Reviewed 400 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_3Hc1offuqA8cf5Fv

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

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