Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

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

Package From To
pytest-sugar 1.0.0 1.1.1
ruff 0.14.11 0.14.12
anthropic 0.51.0 0.76.0
langchain-anthropic 0.3.13 0.3.22
langchain-cohere 0.3.1 0.4.6
langchain-huggingface 0.1.2 0.3.1
langgraph 0.4.10 0.6.11
openai 1.109.1 2.15.0
pytest-asyncio 0.24.0 1.2.0
vcrpy 6.0.2 7.0.0

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.12

Changelog

Sourced from ruff's changelog.

0.14.12

Released on 2026-01-15.

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

Commits

Updates anthropic from 0.51.0 to 0.76.0

Release notes

Sourced from anthropic's releases.

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

  • 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)
  • fix docstring (51fca79)
  • internal: add --fix argument to lint script (8914b7a)
  • internal: add missing files argument to base client (6285abc)
  • internal: avoid using unstable Python versions in tests (4547171)
  • update lockfile (d7ae1fc)
  • update uv.lock (746ac05)

v0.75.0

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

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)
  • fix docstring (51fca79)
  • internal: add --fix argument to lint script (8914b7a)
  • internal: add missing files argument to base client (6285abc)
  • internal: avoid using unstable Python versions in tests (4547171)
  • update lockfile (d7ae1fc)
  • update uv.lock (746ac05)

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

... (truncated)

Commits
  • 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
  • c7f9600 codegen metadata
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.3.13 to 0.3.22

Commits

Updates langchain-cohere from 0.3.1 to 0.4.6

Release notes

Sourced from langchain-cohere's releases.

libs/cohere/v0.4.6

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.5...libs/cohere/v0.4.6

libs/cohere/v0.4.5

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.3...libs/cohere/v0.4.5

libs/cohere/v0.4.3

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.2...libs/cohere/v0.4.3

libs/cohere/v0.4.2

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.1...libs/cohere/v0.4.2

libs/cohere/v0.4.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.5...libs/cohere/v0.4.1

... (truncated)

Commits

Updates langchain-huggingface from 0.1.2 to 0.3.1

Commits

Updates langgraph from 0.4.10 to 0.6.11

Release notes

Sourced from langgraph's releases.

0.6.11

Changes since 0.6.10

  • chore: Allow checkpoint 3.0 in 0.6.* (#6315)

0.6.10

Changes since 0.6.9

  • chore(langgraph): bump langgraph version (#6257)
  • fix(langgraph): revert selective interrupt task scheduling (#6252)

0.6.9

Changes since 1.0.0a4

  • chore(langgraph): bump version (#6245)
  • chore(checkpoint): bump patch version (#6244)
  • fix(langgraph): selective interrupt task scheduling (#6158)
  • fix(langgraph): task result from stream mode debug / tasks should match format from get_state_history / get_state (#6233)
  • fix(langgraph): don't use rst code blocks in docstrings (#6231)
  • docs(langgraph): standardize version-added admonitions (#6230)
  • fix(langgraph): fix supersteps not populating task.result field (#6195)
  • fix(langgraph): revert -- reuse cached writes on nested resume to prevent task re-execution (#6227)
  • chore(checkpoint-postgres): bump version (#6222)

0.6.8

Changes since 1.0.0a3

  • release(langgraph): 0.6.8 (#6215)
  • fix(langgraph): handle multiple annotations w/ BaseChannel detection (#6210)
  • fix(langgraph): CheckpointTask.state can be a StateSnapshot (#6201)
  • chore(langgraph): clean up ruff format config (#6188)
  • fix(langgraph): cleanup orphaned waiter task in AsyncPregelLoop (#6167)
  • fix(langgraph): fix graph rendering for defer=True (#6130)
  • fix(langgraph): reuse cached writes on nested resume to prevent task re-execution (#6161)
  • chore(sdk-py): allow UUIDs in config (#6151)
  • revert(langgraph): restore logic to surface interrupts for stream_mod… (#6141)
  • chore(langgraph): Log when no values event is emitted from RemoteGraph (#6140)
  • chore(cli): Add config schema (#6142)
  • fix(langgraph): get_graph generates unexpected conditional edge (#6122)
  • fix(langgraph): type checking for async w/ functional API (#6126)
  • feat(langgraph): prevent arbitrary resumes w/ multiple pending interrupts (#6108)
  • fix(langgraph): key error on runtime for config w/o configurable (#6106)

0.6.7

Changes since 1.0.0a2

  • chore: update emphemeral local (#6091)
  • fix: Unwrap Required/NotRequired special forms before resolving channel/reducer annotations (#6080)
  • monorepo support in CLI (#6028)

... (truncated)

Commits
  • dc0ee40 chore: Allow checkpoint 3.0 in 0.6.* (#6315)
  • c2bc6ab chore(langgraph): bump langgraph version (#6257)
  • 4205505 fix(langgraph): revert selective interrupt task scheduling (#6252)
  • a059913 fix(cli): rename studio to debugger (#6246)
  • c2f359f chore(cli): bump to 0.4.3 (#6251)
  • 7f78a01 chore(langgraph): bump version (#6245)
  • 7d166bf chore(checkpoint): bump patch version (#6244)
  • 6cc8899 fix(langgraph): selective interrupt task scheduling (#6158)
  • 1ba96f4 fix(checkpoint): handle metadata.writes when serializing old checkpoints with...
  • b095811 fix(langgraph): task result from stream mode debug / tasks should match forma...
  • Additional commits viewable in compare view

Updates openai from 1.109.1 to 2.15.0

Release notes

Sourced from openai's releases.

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)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

v2.13.0

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

v2.12.0

2.12.0 (2025-12-15)

... (truncated)

Changelog

Sourced from openai's changelog.

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

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

2.12.0 (2025-12-15)

Full Changelog: v2.11.0...v2.12.0

Features

... (truncated)

Commits
  • 722d3ff release: 2.15.0
  • 5da8c5f feat(api): add new Response completed_at prop
  • 032e6cb chore(internal): codegen related update
  • d3e6321 release: 2.14.0
  • 4547f1a codegen metadata
  • a3c27a2 chore(internal): add --fix argument to lint script
  • 51c6885 feat(api): slugs for new audio models; make all model params accept strings
  • 62699d9 fix: use async_to_httpx_files in patch method
  • 20af6aa codegen metadata
  • f94256d release: 2.13.0
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.24.0 to 1.2.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.2.0

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#1189)
  • Compatibility with the Pyright type checker (#731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

pytest-asyncio 1.1.1

v1.1.1 - 2025-09-12

Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#1192)

pytest-asyncio 1.1.0

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

pytest-asyncio 1.1.0a1

1.1.0a1 - 2025-06-30

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

... (truncated)

Commits
  • 0d3988f ci: Create GitHub release before publishing to PyPI.
  • 07c5a0b docs: Include orphaned news fragment in changelog.
  • be24582 chore: Prepare release of v1.2.0.
  • 7aeb296 docs: Streamline news fragments
  • 7b8311c ci: Fixes a bug that prevented SSH signature from being stripped from release...
  • 9d4c2bd docs: Add changelog entry for Pyright compatibility.
  • 94f6106 test: Added tests which assert that the event loop is reinstated if unset by ...
  • df61991 [pre-commit.ci] pre-commit autoupdate
  • f1f7941 Build(deps): Bump pytest from 8.4.1 to 8.4.2
  • c77d3d3 Build(deps): Bump twine from 6.1.0 to 6.2.0
  • Additional commits viewable in compare view

Updates vcrpy from 6.0.2 to 7.0.0

Release notes

Sourced from vcrpy's releases.

v7.0.0

What's Changed

- Drop support for python 3.8 (major version bump) - thanks @jairhenrique
- Various linting and test fixes - thanks @jairhenrique
- Bugfix for urllib2>=2.3.0 - missing version_string ([#888](https://github.com/kevin1024/vcrpy/issues/888))
- Bugfix for asyncio.run - thanks @alekeik1

New Contributors

Changelog

Sourced from vcrpy's changelog.

Changelog

For a full list of triaged issues, bugs and PRs and what release they are targeted for please see the following link.

ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>_

All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.

  • 8.1.1

    • Fix sync requests in async contexts for HTTPX (#965) - thanks @​seowalex
    • CI: bump peter-evans/create-pull-request from 7 to 8 (#969)
  • 8.1.0

  • 8.0.0

    • BREAKING: Drop support for Python 3.9 (major version bump) - thanks @​jairhenrique
    • BREAKING: Drop support for urllib3 < 2 - fixes CVE warnings from urllib3 1.x (#926, #880) - thanks @​jairhenrique
    • New feature: drop_unused_requests option to remove unused interactions from cassettes (#763) - thanks @​danielnsilva
    • Rewrite httpx support to patch httpcore instead of httpx (#943) - thanks @​seowalex
      • Fixes httpx.ResponseNotRead exceptions (#832, #834)
      • Fixes KeyError: 'follow_redirects' (#945)
      • Adds support for custom httpx transports
    • Fix HTTPS proxy handling - proxy address no longer ends up in cassette URIs (#809, #914) - thanks @​alga
    • Fix iscoroutinefunction deprecation warning on Python 3.14 - thanks @​kloczek
    • Only log message if response is appended - thanks @​talfus-laddus
    • Optimize urllib.parse calls - thanks @​Martin-Brunthaler
    • Fix CI for Ubuntu 24.04 - thanks @​hartwork
    • Various CI improvements: migrate to uv, update GitHub Actions - thanks @​jairhenrique
    • Various linting and test improvements - thanks @​jairhenrique and @​hartwork
  • 7.0.0

  • 6.0.2

  • 6.0.1

    • Bugfix with to Tornado cassette generator (thanks @​graingert)
  • 6.0.0

... (truncated)

Commits
  • 3278619 Release v7.0.0
  • 3fb62e0 fix: correctly handle asyncio.run when loop exists
  • 8197865 build(deps): update sphinx requirement from <8 to <9
  • be651bd pre-commit: Autoupdate
  • Description has been truncated


    [!IMPORTANT]
    Bumps multiple dependencies in pyproject.toml for opentelemetry-instrumentation-langchain, including pytest-sugar, ruff, anthropic, and others.

    • Dependency Updates:
      • pytest-sugar updated from 1.0.0 to 1.1.1.
      • ruff updated from 0.14.11 to 0.14.12.
      • anthropic updated from 0.51.0 to 0.76.0.
      • langchain-anthropic updated from 0.3.13 to 0.3.22.
      • langchain-cohere updated from 0.3.1 to 0.4.6.
      • langchain-huggingface updated from 0.1.2 to 0.3.1.
      • langgraph updated from 0.4.10 to 0.6.11.
      • openai updated from 1.109.1 to 2.15.0.
      • pytest-asyncio updated from 0.24.0 to 1.2.0.
      • vcrpy updated from 6.0.2 to 7.0.0.

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

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

| Package | From | To |
| --- | --- | --- |
| [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.12` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.51.0` | `0.76.0` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.3.13` | `0.3.22` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.1` | `0.4.6` |
| [langchain-huggingface](https://github.com/langchain-ai/langchain) | `0.1.2` | `0.3.1` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `0.4.10` | `0.6.11` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.15.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `1.2.0` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |



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.12
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/commits)

Updates `anthropic` from 0.51.0 to 0.76.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.51.0...v0.76.0)

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

Updates `langchain-cohere` from 0.3.1 to 0.4.6
- [Release notes](https://github.com/langchain-ai/langchain-cohere/releases)
- [Commits](langchain-ai/langchain-cohere@libs/cohere/v0.3.1...libs/cohere/v0.4.6)

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

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

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

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

Updates `vcrpy` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0)

---
updated-dependencies:
- 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.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: anthropic
  dependency-version: 0.76.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-anthropic
  dependency-version: 0.3.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-cohere
  dependency-version: 0.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-huggingface
  dependency-version: 0.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langgraph
  dependency-version: 0.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: openai
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: vcrpy
  dependency-version: 7.0.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 added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 15, 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.


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 fc073e2 in 2 minutes and 40 seconds. Click for details.
  • Reviewed 47 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 10 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.
1. packages/opentelemetry-instrumentation-langchain/pyproject.toml:32
  • Draft comment:
    Bumped pytest-sugar to 1.1.1 in the dev group. Ensure its reporter signature changes don’t conflict with other pytest plugins.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is related to a dependency change, specifically bumping the version of pytest-sugar. It asks the PR author to ensure that the reporter signature changes don't conflict with other pytest plugins. This falls under the rule of not asking the author to ensure compatibility or test changes, which is not allowed.
2. packages/opentelemetry-instrumentation-langchain/pyproject.toml:37
  • Draft comment:
    Expanded the upper bound for 'anthropic' to <0.77.0. Verify that any API changes in versions >=0.52.0 are compatible with our tests.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is asking the PR author to verify compatibility with API changes, which violates the rule against asking for confirmation or verification of behavior. It does not provide a specific suggestion or point out a specific issue with the code.
3. packages/opentelemetry-instrumentation-langchain/pyproject.toml:41
  • Draft comment:
    Updated langchain-cohere to 0.4.6. Confirm that its API changes have been integrated properly.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is asking the PR author to confirm that API changes have been integrated properly, which falls under the rule of not asking the author to confirm or ensure things. It does not provide a specific suggestion or point out a specific issue.
4. packages/opentelemetry-instrumentation-langchain/pyproject.toml:43
  • Draft comment:
    Broadened version range for langchain-huggingface to <0.4.0. Ensure newer releases remain backward compatible with our instrumentation.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is related to dependency changes, specifically the version range for langchain-huggingface. The comment suggests ensuring backward compatibility, which is a general caution and not a specific actionable suggestion. According to the rules, comments on dependency changes or general cautions about compatibility should be removed.
5. packages/opentelemetry-instrumentation-langchain/pyproject.toml:47
  • Draft comment:
    Extended langgraph's version range to <0.7.0. Verify that any changes in versions 0.5.x or 0.6.x don’t break our instrumentation.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is asking the PR author to verify that changes in certain versions don't break the instrumentation, which is against the rules. It doesn't provide a specific suggestion or point out a specific issue with the code.
6. packages/opentelemetry-instrumentation-langchain/pyproject.toml:48
  • Draft comment:
    Updated openai dependency to allow versions up to <3. Confirm that changes in OpenAI v2.x are handled appropriately.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is asking the PR author to confirm that changes in OpenAI v2.x are handled appropriately. This falls under the rule of not asking the author to confirm or ensure behavior, which is not allowed.
7. packages/opentelemetry-instrumentation-langchain/pyproject.toml:53
  • Draft comment:
    pytest-asyncio's upper bound is now <1.3.0, supporting newer releases. Verify that async tests work properly with any changes in the event loop behavior.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is about a dependency change, specifically the upper bound of pytest-asyncio. It asks the PR author to verify that async tests work properly, which is a general request for verification and not a specific code suggestion or issue. This violates the rule against asking the author to ensure behavior is intended or tested.
8. packages/opentelemetry-instrumentation-langchain/pyproject.toml:58
  • Draft comment:
    vcrpy's version range has been updated to <8 to include v7 releases. Ensure cassette formats remain compatible.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is related to a dependency change, specifically the version range of vcrpy. It suggests ensuring compatibility of cassette formats, which is a general cautionary note. According to the rules, comments on dependency changes or general cautions about compatibility should be removed.
9. packages/opentelemetry-instrumentation-langchain/pyproject.toml:55
  • Draft comment:
    Duplicate 'pytest-sugar' dependency found in the test group. Consider consolidating to avoid redundancy unless intentional.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 20% vs. threshold = 50% This comment is about code that exists in the file (the duplicate pytest-sugar dependency), but it's not specifically about a change made in this PR. The PR simply updated the version numbers of both instances from 1.0.0 to 1.1.1, but the duplication already existed before this PR. According to the rules, comments should be about changes made by the diff. The comment is also somewhat speculative ("unless intentional") and doesn't clearly indicate a required code change - it says "consider consolidating" which is more of a suggestion. This appears to be a code quality observation about pre-existing structure rather than an issue introduced by the changes. The duplication might be intentional since 'dev' and 'test' are separate dependency groups that might be used independently. The comment could be valid if the duplication is truly problematic, and the PR author did touch both lines, so they could have consolidated them during this update. While the PR author did update both lines, the duplication was pre-existing and not introduced by this change. The comment is about the structure of the dependency groups rather than the version update itself. According to the rules, I should only keep comments about changes made by the diff, and this is more about unchanged structure. This comment should be deleted because it's about pre-existing code structure (the duplication) rather than the actual change made in the PR (version updates). The comment is also not clearly actionable - it uses "consider" language and includes "unless intentional" which makes it speculative.
10. packages/opentelemetry-instrumentation-langchain/pyproject.toml:56
  • Draft comment:
    Duplicate 'pytest>=8.3.3,<9' dependency appears in the test group. Confirm if this redundancy is necessary for different dependency groups.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_iMIJNQwfpamhTI1G

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 Jan 18, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 18, 2026
@dependabot dependabot bot deleted the dependabot/uv/packages/opentelemetry-instrumentation-langchain/gha-35af071678 branch January 18, 2026 09:51
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.

1 participant