Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

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

Package From To
autopep8 2.3.1 2.3.2
flake8 7.1.1 7.1.2
pytest 8.3.3 8.3.5
langchain 0.3.15 0.3.20
langchain-community 0.3.3 0.3.19
openai 1.59.9 1.65.5
vcrpy 6.0.2 7.0.0
pytest-asyncio 0.24.0 0.25.3
anthropic 0.37.1 0.49.0
boto3 1.36.3 1.37.9
langchain-anthropic 0.2.0 0.3.9
langchain-aws 0.2.11 0.2.15
langchain-openai 0.3.1 0.3.8
langchain-cohere 0.3.1 0.4.2
pydantic 2.10.5 2.10.6

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

Commits
  • 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.20

Release notes

Sourced from langchain's releases.

langchain==0.3.20

Changes since langchain==0.3.19

langchain[patch]: release 0.3.20 (#30101) core[patch]: Fix FileCallbackHandler name resolution, Fixes #29941 (#29942) langchain[patch]: delete erroneous lock file (#30007) langchain: make numpy optional (#29182) docs: Correct grammatical typos in various documentation files (#29983) langchain[patch]: remove aiohttp (#29991) langchain[patch]: remove explicit dependency on tenacity (#29990) langchain: update extended test (#29988) _wait_for_run calling fix for OpenAIAssistantRunnable (#29927) core[patch]: set version="v2" as default in astream_events (#29894)

langchain==0.3.19

Changes since langchain==0.3.18

langchain[patch]: release 0.3.19 (#29851) langchain[patch]: add xai to extras (#29850) langchain[patch]: init_chat_model xai support (#29849) all: Bump blockbuster version to 1.5.18 (#29806) multiple: fix uv path deps (#29790) feat(langchain): Infer o3 modelstrings passed to init_chat_model as OpenAI (#29743) feat: add support for IBM WatsonX AI chat models (#29688) langchain: support the situation when action_input is null in json output_parser (#29680) langchain: Use Blockbuster to detect blocking calls in asyncio during tests (#29616) docs: use init_chat_model (#29623)

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855)

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.19

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855) community: Made some Jira fields optional for agent to work correctly (#29876) Handled a bug around empty query results differently (#29877) community: ConfluenceLoader: add a filter method for attachments (#29882)

langchain-community==0.3.18

Changes since langchain-community==0.3.17

community[patch]: release 0.3.18 (#29896) weaviate: Add-deprecation-warning (#29757) community: add custom model for OpenAIWhisperParser (#29831) community: add top_k as param to Needle Retriever (#29821) community: Adding IN Operator to AzureCosmosDBNoSQLVectorStore (#29805) langchain_community: add image support to DuckDuckGoSearchAPIWrapper (#29816) all: Bump blockbuster version to 1.5.18 (#29806) multiple: fix uv path deps (#29790) (Community): Added API Key for Jina Search API Wrapper (#29622) docs: update apify integration (#29553) Deprecating sql_database access for creating UC functions for agent tools (#29745) [WIP] chore: update ElevenLabs tool. (#29722) Deprecate langhchain community ucfunctiontoolkit in favor for databricks_langchain (#29746) (Community): Adding Structured Support for ChatPerplexity (#29361) Oraclevs integration (#29723) community: change wikidata rest api version from v0 to v1 (#29708) community: fix extended testing (#29715) community:Fix for Pydantic model validator of GoogleApiYoutubeLoader (#29694) community: Add configurable text key for indexing and the retriever in Pinecone Hybrid Search (#29697) using getattr and default value to prevent 'OpenSearchVectorSearch' has no attribute 'bulk_size' (#29682) community[minor]: 05 - Refactoring PyPDFium2 parser (#29625)

... (truncated)

Commits

Updates openai from 1.59.9 to 1.65.5

Release notes

Sourced from openai's releases.

v1.65.5

1.65.5 (2025-03-09)

Full Changelog: v1.65.4...v1.65.5

Chores

v1.65.4

1.65.4 (2025-03-05)

Full Changelog: v1.65.3...v1.65.4

Bug Fixes

  • api: add missing file rank enum + more metadata (#2164) (0387e48)

v1.65.3

1.65.3 (2025-03-04)

Full Changelog: v1.65.2...v1.65.3

Chores

  • internal: remove unused http client options forwarding (#2158) (76ec464)
  • internal: run example files in CI (#2160) (9979345)

v1.65.2

1.65.2 (2025-03-01)

Full Changelog: v1.65.1...v1.65.2

Bug Fixes

  • azure: azure_deployment use with realtime + non-deployment-based APIs (#2154) (5846b55)

Chores

v1.65.1

1.65.1 (2025-02-27)

Full Changelog: v1.65.0...v1.65.1

Documentation

  • update URLs from stainlessapi.com to stainless.com (#2150) (dee4298)

... (truncated)

Changelog

Sourced from openai's changelog.

1.65.5 (2025-03-09)

Full Changelog: v1.65.4...v1.65.5

Chores

1.65.4 (2025-03-05)

Full Changelog: v1.65.3...v1.65.4

Bug Fixes

  • api: add missing file rank enum + more metadata (#2164) (0387e48)

1.65.3 (2025-03-04)

Full Changelog: v1.65.2...v1.65.3

Chores

  • internal: remove unused http client options forwarding (#2158) (76ec464)
  • internal: run example files in CI (#2160) (9979345)

1.65.2 (2025-03-01)

Full Changelog: v1.65.1...v1.65.2

Bug Fixes

  • azure: azure_deployment use with realtime + non-deployment-based APIs (#2154) (5846b55)

Chores

1.65.1 (2025-02-27)

Full Changelog: v1.65.0...v1.65.1

Documentation

  • update URLs from stainlessapi.com to stainless.com (#2150) (dee4298)

1.65.0 (2025-02-27)

Full Changelog: v1.64.0...v1.65.0

... (truncated)

Commits
  • a6b4930 release: 1.65.5
  • 530f9b8 chore: move ChatModel type to shared (#2167)
  • dfc4cfa release: 1.65.4
  • 5608d64 fix(api): add missing file rank enum + more metadata (#2164)
  • d6bb8c1 release: 1.65.3
  • b31f4d4 chore(internal): run example files in CI (#2160)
  • 65f2c5c chore(internal): remove unused http client options forwarding (#2158)
  • 64af9e8 release: 1.65.2
  • c98d740 fix(azure): azure_deployment use with realtime + non-deployment-based APIs (#...
  • ba2a8a0 chore(docs): update client docstring (#2152)
  • 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.

  • 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-asyncio from 0.24.0 to 0.25.3

Release notes

Sourced from pytest-asyncio's releases.

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
  • 7c50192 fix: Avoid errors in cleanup of async generators when event loop is already c...
  • 2188cdb build: Prepare release of v0.25.2.
  • c3ad634 fix: Shutdown generators before closing event loops.
  • e8ffb10 [pre-commit.ci] pre-commit autoupdate
  • aae43d4 Build(deps): Bump hypothesis in /dependencies/default
  • 941e8b5 Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs
  • 623ab74 docs: Prepare release of v0.25.1.
  • c236550 docs: Fix broken link to the pytest.mark.asyncio reference.
  • 41c645b fix: Correct warning message when redefining the event_loop fixture.
  • 2fd10f8 docs: Clarify deprecation of event_loop fixture.
  • Additional commits viewable in compare view

Updates anthropic from 0.37.1 to 0.49.0

Release notes

Sourced from anthropic's releases.

v0.49.0

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

v0.48.0

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

v0.47.2

0.47.2 (2025-02-25)

Full Changelog: v0.47.1...v0.47.2

Bug Fixes

  • beta: add thinking to beta.messages.stream (69e3db1)

Chores

  • internal: properly set pydantic_private (#879) (3537a3b)

v0.47.1

0.47.1 (2025-02-24)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

0.47.2 (2025-02-25)

Full Changelog: v0.47.1...v0.47.2

Bug Fixes

  • beta: add thinking to beta.messages.stream (69e3db1)

Chores

  • internal: properly set pydantic_private (#879) (3537a3b)

0.47.1 (2025-02-24)

Full Changelog: v0.47.0...v0.47.1

Chores

... (truncated)

Commits
  • 8b24415 release: 0.49.0
  • 5e605db feat(api): add support for disabling tool calls (#888)
  • 810f434 chore(docs): update client docstring (#887)
  • 859993c docs: update URLs from stainlessapi.com to stainless.com (#885)
  • 6c08e05 release: 0.48.0
  • 9048173 feat(api): add URL source blocks for images and PDFs (#884)
  • b5aaa3c docs: add thinking examples
  • 599f2b9 release: 0.47.2
  • 8fe5f5c fix(beta): add thinking to beta.messages.stream
  • 7e49d85 chore(internal): properly set pydantic_private (#879)
  • Additional commits viewable in compare view

Updates boto3 from 1.36.3 to 1.37.9

Commits
  • b8854b4 Merge branch 'release-1.37.9'
  • aa5765c Bumping version to 1.37.9
  • 17ece95 Add changelog entries from botocore
  • b28f6f0 Merge branch 'release-1.37.8'
  • b1ddd3e Merge branch 'release-1.37.8' into develop
  • a47485e Bumping version to 1.37.8
  • e7b3c94 Add changelog entries from botocore
  • 835e609 Merge pull request #4455 from RyanFitzSimmonsAK/develop
  • 2f57a02 Merge branch 'release-1.37.7'
  • 989c100 Merge branch 'release-1.37.7' into develop
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.2.0 to 0.3.9

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.3.9

Changes since langchain-anthropic==0.3.8

anthropic[patch]: release 0.3.9 (#30103) anthropic[patch]: allow structured output when thinking is enabled (#30047) anthropic, mistral: return model_name in response metadata (#30048) docs: document anthropic features (#30030)

langchain-anthropic==0.3.8

Changes since langchain-anthropic==0.3.7

anthropic[patch]: release 0.3.8 (#29973) anthropic[patch]: support claude 3.7 sonnet (#29971) anthropic[patch]: update models for integration tests (#29938) core: basemessage.text() (#29078) multiple: fix uv path deps (#29790)

langchain-anthropic==0.3.7

Changes since langchain-anthropic==0.3.6

anthropic: release 0.3.7 (#29653) infra: add UV_FROZEN to makefiles (

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-483ed751fb branch from caca66b to 9cb2020 Compare March 17, 2025 02:41
Bumps the gha group with 15 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.1.2` |
| [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.20` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.19` |
| [openai](https://github.com/openai/openai-python) | `1.59.9` | `1.65.5` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.3` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.49.0` |
| [boto3](https://github.com/boto/boto3) | `1.36.3` | `1.37.9` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.3.9` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.2.11` | `0.2.15` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.1` | `0.3.8` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.1` | `0.4.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |



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.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

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.20
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.15...langchain==0.3.20)

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

Updates `openai` from 1.59.9 to 1.65.5
- [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.65.5)

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-asyncio` from 0.24.0 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.3)

Updates `anthropic` from 0.37.1 to 0.49.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.37.1...v0.49.0)

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

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

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

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

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

Updates `pydantic` from 2.10.5 to 2.10.6
- [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.10.6)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-community
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: vcrpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: boto3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: langchain-aws
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-openai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: langchain-cohere
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pydantic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-483ed751fb branch from 9cb2020 to fa48981 Compare March 24, 2025 02:48
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