Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

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

Package From To
autopep8 2.3.1 2.3.2
flake8 7.1.1 7.2.0
pytest 8.3.3 8.3.5
langchain 0.3.15 0.3.25
langchain-community 0.3.3 0.3.24
openai 1.59.9 1.82.0
vcrpy 6.0.2 7.0.0
pytest-recording 0.13.2 0.13.4
pytest-asyncio 0.24.0 0.26.0
anthropic 0.51.0 0.52.0
boto3 1.36.3 1.38.23
langchain-aws 0.2.11 0.2.23
langchain-openai 0.3.1 0.3.18
langchain-cohere 0.3.1 0.4.4
langchain-huggingface 0.1.2 0.2.0
pydantic 2.10.5 2.11.5

Updates autopep8 from 2.3.1 to 2.3.2

Release notes

Sourced from autopep8's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: hhatto/autopep8@v2.3.1...v2.3.2

Commits

Updates flake8 from 7.1.1 to 7.2.0

Commits
  • 16f5f28 Release 7.2.0
  • ebad305 Merge pull request #1974 from PyCQA/update-plugins
  • d56d569 update versions of pycodestyle / pyflakes
  • a7e8f62 Merge pull request #1973 from PyCQA/py39-plus
  • 9d55ccd py39+
  • e492aeb Merge pull request #1967 from PyCQA/unnecessary-mocks
  • fa2ed71 remove a few unnecessary mocks in test_checker_manager
  • fffee8b Release 7.1.2
  • 19001f7 Merge pull request #1966 from PyCQA/limit-procs-to-file-count
  • f35737a avoid starting unnecessary processes when file count is limited
  • See full diff in compare view

Updates pytest from 8.3.3 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.

8.3.4

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

... (truncated)

Commits

Updates langchain from 0.3.15 to 0.3.25

Release notes

Sourced from langchain's releases.

langchain==0.3.25

Changes since langchain==0.3.24

langchain: release 0.3.25 (#31101) langchain[patch]: Remove beta decorator from init_embeddings (#31098) packaging: remove Python upper bound for langchain and co libs (#31025) community: add 'get_col_comments' option for retrieve database columns comments (#30646) openai[patch]: add explicit attribute for service tier (#31005) langchain: return attachments in _get_response (#30853)

langchain==0.3.24

Changes since langchain==0.3.23

langchain: release 0.3.24 (#30959) langchain[lint]: fix mypy type ignores (#30894) langchain: infer Perplexity provider for sonar model prefix (#30861) langchain[lint]: use pyupgrade to get to 3.9 standards (#30782) langchain: remove langchain-server script (#30755) Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714)

langchain==0.3.23

Changes since langchain==0.3.22

langchain: release 0.3.23 (#30670) Revert "update langchain version and bump min core v" update langchain version and bump min core v Adding Perplexity extra and deprecating the community version of ChatPerplexity (#30649) partners: Add Perplexity Chat Integration (#30618)

langchain==0.3.22

Changes since langchain==0.3.21

langchain: release 0.3.22 (#30557) Fix incorrect import path for AzureAIChatCompletionsModel (#30417)

langchain-community==0.3.22

Changes since langchain-community==0.3.21

community: release 0.3.22 (#30962) community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899) Community: Add bind variable support for oracle adb docloader (#30937) langchain_community: OpenAIEmbeddings not respecting chunk_size argument (#30946) community: Add deprecation decorator to SingleStore community integrations (#30846) community: support usage_metadata for litellm streaming calls (#30683) community: change metadata in opensearch mmr (#30921) community: redis tool typos fix (#30811) community: Add ruff rule PGH003 (#30812) community[patch]: fix cost calculations for o3 in OpenAI callback (#30807) Community: Add Managed Identity support for Azure AI Search (#30730) feat(community): add oauth2 support for Jira toolkit (#30684)

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.24

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.22

Changes since langchain-community==0.3.21

community: release 0.3.22 (#30962) community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899) Community: Add bind variable support for oracle adb docloader (#30937) langchain_community: OpenAIEmbeddings not respecting chunk_size argument (#30946) community: Add deprecation decorator to SingleStore community integrations (#30846) community: support usage_metadata for litellm streaming calls (#30683) community: change metadata in opensearch mmr (#30921) community: redis tool typos fix (#30811) community: Add ruff rule PGH003 (#30812) community[patch]: fix cost calculations for o3 in OpenAI callback (#30807) Community: Add Managed Identity support for Azure AI Search (#30730) feat(community): add oauth2 support for Jira toolkit (#30684) community[patch]: simplify cache logic (#30760) community: deprecate AzureCosmosDBNoSqlVectorSearch in favor of langchain-azure-ai implementation (#30756) community: Google Vertex AI Search now returns the website title as part of the document metadata (#30688) Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714) docs: Update couchbase vector store docs (#30710) ChatTongyi reasoning_content fix (#30694) community[patch]: Fix empty producer in PDF Parsers (#30620) community[patch]: Redundant Parser checker for Webbaseloader (#30632) feature: removed pandas dataframe dependency for similary_search when using DuckDB as vector store (#30445) community: Add support for custom runtimes to Riza tools (#30664)

langchain-community==0.3.21

Changes since langchain-community==0.3.20

langchain-community: release 0.3.21 (#30673) Adding Perplexity extra and deprecating the community version of ChatPerplexity (#30649) community: support usage_metadata for litellm (#30625) community[minor]: Add custom sitemap URL parameter to GitbookLoader (#30549) community[major]: DynamoDBChatMessageHistory bulk add messages, raise errors (#30572) community: Fix attribute access for transcript text in YoutubeLoader (Fixes #30309) (#30582) community[minor]: Improve Brave Search Tool, allow api key in env var (#30364) docs,langchain-community: Fix typos in docs and code (#30541) community[patch]: Handle gray scale images in ImageBlobParser (Fixes 30261 and 29586) (#30493) community: add HANA dialect to SQLDatabase (#30475) community: fix perplexity response parameters not being included in model response (#30440) community: Azure Document Intelligence parser features not available fixed (#30370) community[patch]: update PyPDFParser to take into account filters returned as arrays (#30489) community: deprecate graph vector store (#30328) community: Add edge properties to the gremlin graph schema (#30449) community[patch]: update API ref for AmazonTextractPDFParser (#30468) community: update perplexity docstring (#30451) infra[patch]: remove pyspark from langchain-community extended testing requirements (#30466) Youtube Loader load method Fixed (#30314) community: uuidv1 is unsafe (#30432) feature: added warning when duckdb is used as a vectorstore without pandas (#30435)

... (truncated)

Commits
  • b8c454b langchain: release 0.3.24 (#30959)
  • a43df00 Support of openai reasoning summary streaming (#30909)
  • 0f6fa34 Community: Valyu Integration docs (#30926)
  • e8a84b0 Community: Adding tool calling and some new parameters to the langchain-predi...
  • 8574442 core[patch]: release 0.3.55 (#30952)
  • 920d504 fireworks[patch]: update model in LLM integration tests (#30951)
  • 1f30545 community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899)
  • 589bc19 anthropic[patch]: make description optional on AnthropicTool (#30935)
  • 27296bd core: Make Graph.Node.data optional (#30943)
  • 0e9d0db docs: dynamic copyright year in API ref (#30944)
  • Additional commits viewable in compare view

Updates openai from 1.59.9 to 1.82.0

Release notes

Sourced from openai's releases.

v1.82.0

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

v1.81.0

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

  • api: add container endpoint (054a210)

v1.80.0

1.80.0 (2025-05-21)

Full Changelog: v1.79.0...v1.80.0

Features

Chores

  • docs: grammar improvements (e746145)

v1.79.0

1.79.0 (2025-05-16)

Full Changelog: v1.78.1...v1.79.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

  • api: add container endpoint (054a210)

1.80.0 (2025-05-21)

Full Changelog: v1.79.0...v1.80.0

Features

Chores

  • docs: grammar improvements (e746145)

1.79.0 (2025-05-16)

Full Changelog: v1.78.1...v1.79.0

Features

  • api: further updates for evals API (32c99a6)
  • api: manual updates (25245e5)
  • api: responses x eval api (fd586cb)
  • api: Updating Assistants and Evals API schemas (98ba7d3)

... (truncated)

Commits

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.

  • 7.0.0

  • 6.0.2

  • 6.0.1

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

    • BREAKING: Fix issue with httpx support (thanks @​parkerhancock) in #784. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
    • BREAKING: Drop support for boto (vcrpy still supports boto3, but is dropping the deprecated boto support in this release. (thanks @​jairhenrique)
    • Fix compatibility issue with Python 3.12 (thanks @​hartwork)
    • Drop simplejson (fixes some compatibility issues) (thanks @​jairhenrique)
    • Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @​mgorny)
    • Various linting and docs improvements (thanks @​jairhenrique)
    • Tornado fixes (thanks @​graingert)
  • 5.1.0

  • 5.0.0

    • BREAKING CHANGE: Drop support for Python 3.7. 3.7 is EOL as of 6/27/23 Thanks @​jairhenrique
    • BREAKING CHANGE: Custom Cassette persisters no longer catch ValueError. If you have implemented a custom persister (has anyone implemented a custom persister? Let us know!) then you will need to throw a CassetteNotFoundError when unable to find a cassette. See #681 for discussion and reason for this change. Thanks @​amosjyng for the PR and the review from @​hartwork
  • 4.4.0

    • HUGE thanks to @​hartwork for all the work done on this release!
    • Bring vcr/unittest in to vcrpy as a full feature of vcr instead of a separate library. Big thanks to @​hartwork for doing this and to @​agriffis for originally creating the library
    • Make decompression robust towards already decompressed input (thanks @​hartwork)

... (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
  • a6698ed Fix aiohttp tests
  • 48d0a2e Fixed missing version_string attribute when used with urllib3>=2.3.0
  • 5b858b1 Fix lint
  • c8d99a9 Fix ruff configuration
  • ce27c63 Merge pull request #736 from kevin1024/drop-python38
  • ab8944d Drop python 3.8 support
  • Additional commits viewable in compare view

Updates pytest-recording from 0.13.2 to 0.13.4

Release notes

Sourced from pytest-recording's releases.

Release 0.13.4

Fixed

  • AttributeError on Windows. #174

Release 0.13.3

Fixed

  • Limit generated cassette names to prevent OSError. #172
Changelog

Sourced from pytest-recording's changelog.

0.13.4_ - 2025-04-24

  • AttributeError on Windows. [#174](https://github.com/kiwicom/pytest-recording/issues/174)_

0.13.3_ - 2025-04-24

  • Limit generated cassette names to prevent OSError. [#172](https://github.com/kiwicom/pytest-recording/issues/172)_
Commits
  • c2d2db7 chore: Release 0.13.4
  • cf919c9 test: Run tests on Windows
  • b8b45b7 fix: Use fallback for max filename length on Windows
  • 8a7e19f docs: Update README.rst
  • 3ad7910 chore: Release 0.13.3
  • 9a6e12c docs: Add a note for package maintainers
  • a70532b chore: Revert "test: Disable pretty plugin in pytest"
  • 6b84832 chore(deps): update codecov/codecov-action action to v5.4.2
  • 460a7f9 test: Add long_cassette_name test
  • 9822a50 fix: Check default_cassette to prevent it from being too long.
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.24.0 to 0.26.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.26.0

  • Adds configuration option that sets default event loop scope for all tests #793
  • Improved type annotations for pytest_asyncio.fixture #1045
  • Added typing-extensions as additional dependency for Python <3.10 #1045

pytest-asyncio 0.25.3

  • Avoid errors in cleanup of async generators when event loop is already closed #1040

pytest-asyncio 0.25.2

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #1034

pytest-asyncio 0.25.1

  • Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope #950
  • Improves test collection speed in auto mode #1020
  • Corrects the warning that is emitted upon redefining the event_loop fixture

pytest-asyncio 0.25.0

0.25.0 (2024-12-13)

  • Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio. #979
  • Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #1004
  • Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #990
  • Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #1008
Commits
  • 4f8ce45 docs: Prepare release of v0.26.0.
  • 498e8a7 Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default
  • 01c22ff build: Update project metadata to use SPDX license identifier
  • 78191c9 [pre-commit.ci] pre-commit autoupdate
  • 9a45551 Build(deps): Bump hypothesis in /dependencies/default
  • 6680409 Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/default
  • aa82c57 Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/default
  • cca587e [pre-commit.ci] pre-commit autoupdate
  • 5d90b29 Build(deps): Bump hypothesis in /dependencies/default
  • c262262 Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/default
  • Additional commits viewable in compare view

Updates anthropic from 0.51.0 to 0.52.0

Release notes

Sourced from anthropic's releases.

v0.52.0

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)
Changelog

Sourced from anthropic's changelog.

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)
Commits
  • e9f5e44 release: 0.52.0
  • 68d8226 feat(api): add claude 4 models, files API, code execution tool, MCP connector...
  • c79b65b chore(internal): codegen related update
  • 1de2f53 codegen metadata
  • 7a69c03 codegen metadata
  • 8106f36 codegen metadata
  • d11916c docs: add security warning for overriding parameters (#1008)
  • da3b082 chore(ci): fix installation instructions
  • 00f3c7d chore(ci): upload sdks to package manager
  • d979898 codegen metadata
  • Additional commits viewable in compare view

Updates boto3 from 1.36.3 to 1.38.23

Commits
  • 8c036e4 Merge branch 'release-1.38.23'
  • c1e90fc Bumping version to 1.38.23
  • 7f84e4d Add changelog entries from botocore
  • 373e03b Merge branch 'release-1.38.22'
  • 3415de4 Merge branch 'release-1.38.22' into develop
  • b19759d Bumping version to 1.38.22
  • 5f251bb Add changelog entries from botocore
  • 566b7d7 Merge pull request #4532 from boto/check-etag
  • 4f156a7 Merge branch 'release-1.38.21'
  • 9ef4493 Merge branch 'release-1.38.21' into develop
  • Additional commits viewable in compare view

Updates langchain-aws from 0.2.11 to 0.2.23

Release notes

Sourced from langchain-aws's releases.

langchain-aws==0.2.23

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [autopep8](https://github.com/hhatto/autopep8) | `2.3.1` | `2.3.2` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.5` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.15` | `0.3.25` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.24` |
| [openai](https://github.com/openai/openai-python) | `1.59.9` | `1.82.0` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |
| [pytest-recording](https://github.com/kiwicom/pytest-recording) | `0.13.2` | `0.13.4` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.26.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.51.0` | `0.52.0` |
| [boto3](https://github.com/boto/boto3) | `1.36.3` | `1.38.23` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.2.11` | `0.2.23` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.1` | `0.3.18` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.1` | `0.4.4` |
| [langchain-huggingface](https://github.com/langchain-ai/langchain) | `0.1.2` | `0.2.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.11.5` |



Updates `autopep8` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v2.3.1...v2.3.2)

Updates `flake8` from 7.1.1 to 7.2.0
- [Commits](PyCQA/flake8@7.1.1...7.2.0)

Updates `pytest` from 8.3.3 to 8.3.5
- [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.3.3...8.3.5)

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

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

Updates `openai` from 1.59.9 to 1.82.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.59.9...v1.82.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)

Updates `pytest-recording` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/kiwicom/pytest-recording/releases)
- [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
- [Commits](kiwicom/pytest-recording@v0.13.2...v0.13.4)

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

Updates `anthropic` from 0.51.0 to 0.52.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.52.0)

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

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

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

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

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

Updates `pydantic` from 2.10.5 to 2.11.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.11.5)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-version: 2.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: flake8
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain
  dependency-version: 0.3.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-community
  dependency-version: 0.3.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: openai
  dependency-version: 1.82.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: vcrpy
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pytest-recording
  dependency-version: 0.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: anthropic
  dependency-version: 0.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: boto3
  dependency-version: 1.38.23
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-aws
  dependency-version: 0.2.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-openai
  dependency-version: 0.3.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-cohere
  dependency-version: 0.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-huggingface
  dependency-version: 0.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 May 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

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

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-57e4be8032 branch June 2, 2025 02:32
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