Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
langchain 1.2.6 1.2.7
pytest-sugar 1.0.0 1.1.1
ruff 0.14.11 0.14.14
anthropic 0.75.0 0.77.0
boto3 1.42.28 1.42.39
langchain-aws 1.2.1 1.2.2
openai 1.109.1 2.16.0
opentelemetry-instrumentation-bedrock 0.50.1 0.51.1
opentelemetry-instrumentation-openai 0.50.1 0.51.1
pytest-asyncio 0.24.0 1.3.0

Updates langchain from 1.2.6 to 1.2.7

Release notes

Sourced from langchain's releases.

langchain-core==1.2.7

Changes since langchain-core==1.2.6

release: langchain-core 1.2.7 (#34678) fix: don't trace injected args only found in signature (#34670) feat(core): add more file extensions to ignore in HTML link extraction (#34552) refactor(core): improve docstrings for HTML link extraction utilities (#34550) test(core): add edge case for empty examples in LengthBasedExampleSelector (#34641) fix(core): fix strict schema generation for functions with optional args (#34599) feat(core): support custom message separator in get_buffer_string() (#34569) refactor(core): add warning for fallback GPT-2 tokenizer usage (#34621) fix(core,langchain): use get_buffer_string for message summarization (#34607) test(core): add tests for formatting utils and merge functions (#34511) fix(core): strip message IDs from cache keys using model_copy (#33915) fix(core): exclude injected args from tool schema (#34582) refactor(core): select chunk_id via ranking and remove extra allocation (#34588)

langchain==1.2.7

Changes since langchain==1.2.6

release: langchain 1.2.7 (#34854) feat: dynamic tool registration via middleware (#34842) fix(langchain): strip trailing whitespace from the summarization prompt (#34835) fix(langchain): improve grammar in SummarizationMiddleware system prompt (#34834) docs(langchain): nit (#34788) chore(deps): bump the uv group across 5 directories with 5 updates (#34785) chore(deps): bump the uv group across 8 directories with 6 updates (#34773) chore(core, langchain): add version consistency check pre-commit hooks (#34782)

Commits
  • cc72a8c release: langchain 1.2.7 (#34854)
  • bc86201 feat: dynamic tool registration via middleware (#34842)
  • d899681 feat(core): add XML format option for get_buffer_string (#34802)
  • 689ce96 docs: add missing module-level docstrings to partner integrations (#34838)
  • a1df299 fix(langchain): strip trailing whitespace from the summarization prompt (#34835)
  • 1d7a269 fix(langchain): improve grammar in SummarizationMiddleware system prompt (#...
  • 5fa708f chore(core): relax packaging constraints (#34832)
  • 6603838 chore(deps-dev): bump setuptools from 67.8.0 to 78.1.1 in /libs/core in the u...
  • 9b8c211 test(fireworks): fix model name (#34819)
  • a6e8c83 chore(deps): bump langgraph-checkpoint from 2.1.2 to 3.0.0 in /libs/cli in th...
  • Additional commits viewable in compare view

Updates pytest-sugar from 1.0.0 to 1.1.1

Release notes

Sourced from pytest-sugar's releases.

pytest-sugar 1.1.1

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins (#297 by @​TolstochenkoDaniil)

pytest-sugar 1.1.0

Add Playwright trace file detection and display support for failed tests (#296 by @​kiebak3r)

This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display
Changelog

Sourced from pytest-sugar's changelog.

1.1.1 - 2025-08-23 ^^^^^^^^^^^^^^^^^^

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins

Contributed by Daniil via [PR #297](Teemu/pytest-sugar#297)

1.1.0 - 2025-08-16 ^^^^^^^^^^^^^^^^^^

Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display

Contributed by kie via [PR #296](Teemu/pytest-sugar#296)

Commits
  • 8133503 Release pytest-sugar 1.1.1
  • 6798042 Fix conflict with other Pytest plugins (#297)
  • 43bbdd0 Release pytest-sugar 1.1.0
  • 855d661 Feature - Playwright Support for Trace Zip Mapping (#296)
  • 2a5862a Merge pull request #293 from cgoldberg/add-py313
  • ca26d98 Add support for Python 3.13
  • 69989eb Clarify license as BSD 3-Clause License
  • 3c86a5c Merge pull request #289 from deronnax/remove-packaging-dep
  • c123be0 remove 'packaging' package
  • efafd9c Merge pull request #282 from penguinpee/main
  • Additional commits viewable in compare view

Updates ruff from 0.14.11 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

Updates anthropic from 0.75.0 to 0.77.0

Release notes

Sourced from anthropic's releases.

v0.77.0

0.77.0 (2026-01-29)

Full Changelog: v0.76.0...v0.77.0

Features

  • api: add support for Structured Outputs in the Messages API (ad56677)
  • api: migrate sending message format in output_config rather than output_format (af405e4)
  • client: add custom JSON encoder for extended type support (7780e90)
  • use output_config for structured outputs (82d669d)

Bug Fixes

  • client: run formatter (2e4ff86)
  • remove class causing breaking change (#1333) (81ee953)
  • structured outputs: avoid including beta header if output_format is missing (#1121) (062077e)

Chores

  • ci: upgrade actions/github-script (34df616)
  • internal: update actions/checkout version (ea50de9)

v0.76.0

0.76.0 (2026-01-13)

Full Changelog: v0.75.0...v0.76.0

Features

  • allow raw JSON schema to be passed to messages.stream() (955c61d)
  • client: add support for binary request streaming (5302f27)
  • tool runner: add support for server-side tools (#1086) (1521316)

Bug Fixes

  • client: loosen auth header validation (5a0b89b)
  • ensure streams are always closed (388bd0c)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ede3242)
  • use async_to_httpx_files in patch method (718fa8e)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.77.0 (2026-01-29)

Full Changelog: v0.76.0...v0.77.0

Features

  • api: add support for Structured Outputs in the Messages API (ad56677)
  • api: migrate sending message format in output_config rather than output_format (af405e4)
  • client: add custom JSON encoder for extended type support (7780e90)
  • use output_config for structured outputs (82d669d)

Bug Fixes

  • client: run formatter (2e4ff86)
  • remove class causing breaking change (#1333) (81ee953)
  • structured outputs: avoid including beta header if output_format is missing (#1121) (062077e)

Chores

  • ci: upgrade actions/github-script (34df616)
  • internal: update actions/checkout version (ea50de9)

0.76.0 (2026-01-13)

Full Changelog: v0.75.0...v0.76.0

Features

  • allow raw JSON schema to be passed to messages.stream() (955c61d)
  • client: add support for binary request streaming (5302f27)
  • tool runner: add support for server-side tools (#1086) (1521316)

Bug Fixes

  • client: loosen auth header validation (5a0b89b)
  • ensure streams are always closed (388bd0c)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ede3242)
  • use async_to_httpx_files in patch method (718fa8e)

Chores

  • add missing docstrings (d306605)
  • bump required uv version (90634f3)
  • ci: Add Claude Code GitHub Workflow (#1293) (83d1c4a)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (21c6374)
  • docs: use environment variables for authentication in code snippets (87aa378)

... (truncated)

Commits
  • 9c485f6 release: 0.77.0 (#1117)
  • 9b5ab24 release: 0.76.0
  • e638d2e feat(client): add support for binary request streaming
  • 939a9aa codegen metadata
  • 1fb3773 fix(client): loosen auth header validation
  • 103dd1f chore(ci): Add Claude Code GitHub Workflow (#1293)
  • b9d03eb chore(internal): add --fix argument to lint script
  • 0e15b87 fix: use async_to_httpx_files in patch method
  • 981bbc7 chore(internal): add missing files argument to base client
  • 9d2a4cc codegen metadata
  • Additional commits viewable in compare view

Updates boto3 from 1.42.28 to 1.42.39

Commits
  • fd93dbb Merge branch 'release-1.42.39'
  • 0a13ecc Bumping version to 1.42.39
  • e6b1f89 Add changelog entries from botocore
  • f76522e Merge branch 'release-1.42.38'
  • c7ef3d3 Merge branch 'release-1.42.38' into develop
  • 24e7223 Bumping version to 1.42.38
  • 0b29f3a Add changelog entries from botocore
  • 68bd84f Update wheel to 0.46.3 (#4713)
  • bae9979 Merge branch 'release-1.42.37'
  • be2fdc5 Merge branch 'release-1.42.37' into develop
  • Additional commits viewable in compare view

Updates langchain-aws from 1.2.1 to 1.2.2

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.2.2

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-aws@langgraph-checkpoint-aws==1.0.4...langchain-aws==1.2.2

Commits
  • 304167e release(aws): 1.2.2 (#852)
  • ee83179 fix(aws): Ensure correct case of reasoningContent key in LC->Bedrock conversi...
  • d3d1848 fix(langgraph-checkpoint-aws): Update AgentCoreMemorySaver to patch tool_call...
  • 216a7ac release(langgraph-checkpoint-aws): 1.0.4 (#846)
  • c9549a1 fix(langgraph-checkpoint-aws): Update AgentCoreMemorySaver to patch instead...
  • 4aeb688 fix: rename _integration_test to integration_test.yml (#845)
  • 93bbb5c feat(aws): Be aware of "au" region prefix in Bedrock model_id (#840)
  • 2971616 release(langgraph-checkpoint-aws): 1.0.3 (#836)
  • See full diff in compare view

Updates langgraph from 1.0.6 to 1.0.7

Release notes

Sourced from langgraph's releases.

langgraph-prebuilt==1.0.7

Changes since prebuilt==1.0.6

  • release: langgraph and prebuilt 1.0.7 (#6712)
  • feat: support dynamic tool calling via tool override in wrap_model_call (#6711)
  • fix: aiosqlite's breaking change (#6699)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph==1.0.7

Changes since 1.0.6

  • release: langgraph and prebuilt 1.0.7 (#6712)
  • fix: aiosqlite's breaking change (#6699)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)
Commits

Updates openai from 1.109.1 to 2.16.0

Release notes

Sourced from openai's releases.

v2.16.0

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)

v2.15.0

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

v2.14.0

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

... (truncated)

Changelog

Sourced from openai's changelog.

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

... (truncated)

Commits

Updates opentelemetry-instrumentation-bedrock from 0.50.1 to 0.51.1

Release notes

Sourced from opentelemetry-instrumentation-bedrock's releases.

0.51.1

v0.51.1 (2026-01-26)

Fix

  • openai-agents: add support for realtime (#3533)

[main ad330e3] bump: version 0.51.0 → 0.51.1 62 files changed, 67 insertions(+), 61 deletions(-)

0.51.0

v0.51.0 (2026-01-20)

Feat

  • google-generativeai: Add metrics support (#3506)

Fix

  • traceloop-sdk: Add csv and json support to experiment (#3537)
  • evals: evals API supports input + config, generate mbt functions (#3534)
  • langchain: correct unknown role in completion spans (#3532)
  • evals: auto generate evals (#3529)
  • tracing: Add association property (#3524)
  • openai-agents: optional import of optional deps (#3488)

[main 73913ea] bump: version 0.50.1 → 0.51.0 62 files changed, 76 insertions(+), 61 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-bedrock's changelog.

v0.51.1 (2026-01-26)

Fix

  • openai-agents: add support for realtime (#3533)

v0.51.0 (2026-01-20)

Feat

  • google-generativeai: Add metrics support (#3506)

Fix

  • traceloop-sdk: Add csv and json support to experiment (#3537)
  • evals: evals API supports input + config, generate mbt functions (#3534)
  • langchain: correct unknown role in completion spans (#3532)
  • evals: auto generate evals (#3529)
  • tracing: Add association property (#3524)
  • openai-agents: optional import of optional deps (#3488)
Commits
  • ad330e3 bump: version 0.51.0 → 0.51.1
  • 92a4383 fix(openai-agents): add support for realtime (#3533)
  • 73913ea bump: version 0.50.1 → 0.51.0
  • a4c2eef feat(google-generativeai): Add metrics support (#3506)
  • ed4a9d2 chore(deps): remediate langchain & text-generation vulnerabilities (#3615)
  • adba2bf chore(deps): various cves remediation (#3565)
  • 86aa605 chore(ci): uv + ruff migration (#3538)
  • 25c1828 fix(traceloop-sdk): Add csv and json support to experiment (#3537)
  • 8e52c97 fix(evals): evals API supports input + config, generate mbt functions (#3534)
  • a528699 fix(langchain): correct unknown role in completion spans (#3532)
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation-openai from 0.50.1 to 0.51.1

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.51.1

v0.51.1 (2026-01-26)

Fix

  • openai-agents: add support for realtime (#3533)

[main ad330e3] bump: version 0.51.0 → 0.51.1 62 files changed, 67 insertions(+), 61 deletions(-)

0.51.0

v0.51.0 (2026-01-20)

Feat

  • google-generativeai: Add metrics support (#3506)

Fix

  • traceloop-sdk: Add csv and json support to experiment (#3537)
  • evals: evals API supports input + config, generate mbt functions (#3534)
  • langchain: correct unknown role in completion spans (#3532)
  • evals: auto generate evals (#3529)
  • tracing: Add association property (Ellipsis for d931e1b. 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 Feb 2, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

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 d931e1b in 40 seconds. Click for details.
  • Reviewed 37 lines of code in 1 files
  • Skipped 1 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_GzfIfWxjRMPpDRwR

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

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

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchain) | `1.2.6` | `1.2.7` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.14` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.75.0` | `0.77.0` |
| [boto3](https://github.com/boto/boto3) | `1.42.28` | `1.42.39` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `1.2.1` | `1.2.2` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.16.0` |
| [opentelemetry-instrumentation-bedrock](https://github.com/traceloop/openllmetry) | `0.50.1` | `0.51.1` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.50.1` | `0.51.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `1.3.0` |



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

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `ruff` from 0.14.11 to 0.14.14
- [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.14.14)

Updates `anthropic` from 0.75.0 to 0.77.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.77.0)

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

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

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

Updates `openai` from 1.109.1 to 2.16.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.16.0)

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

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

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: langchain
  dependency-version: 1.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: anthropic
  dependency-version: 0.77.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: boto3
  dependency-version: 1.42.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-aws
  dependency-version: 1.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langgraph
  dependency-version: 1.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: openai
  dependency-version: 2.16.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-bedrock
  dependency-version: 0.51.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: opentelemetry-instrumentation-openai
  dependency-version: 0.51.1
  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-1bcd6a76a0 branch from d931e1b to c30d73f Compare February 4, 2026 02:49
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