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 14 updates #2622

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

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

Package From To
autopep8 2.3.1 2.3.2
pytest 8.3.3 8.3.4
langchain 0.3.15 0.3.17
langchain-community 0.3.3 0.3.16
openai 1.59.9 1.61.1
vcrpy 6.0.2 7.0.0
pytest-asyncio 0.24.0 0.25.3
anthropic 0.37.1 0.45.2
boto3 1.36.3 1.36.14
langchain-anthropic 0.2.0 0.3.6
langchain-aws 0.2.11 0.2.12
langchain-openai 0.3.1 0.3.3
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 pytest from 8.3.3 to 8.3.4

Release notes

Sourced from pytest's releases.

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"}).

  • #12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #12497: Fixed two failing pdb-related tests on Python 3.13.
Commits
  • 53f8b4e Update pypa/gh-action-pypi-publish to v1.12.2
  • 98dff36 Prepare release version 8.3.4
  • 1b474e2 approx: use exact comparison for bool (#13013)
  • b541721 docs: Fix wrong statement about sys.modules with importlib import mode (#1298...
  • 16cb87b pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)
  • be6bc81 Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...
  • 7aeb72b Improve docs on basetemp and retention (#12912) (#12928)
  • c875841 Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...
  • 6502816 Merge pull request #12913 from jakkdl/dontfailonbadpath
  • 52135b0 Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)
  • Additional commits viewable in compare view

Updates langchain from 0.3.15 to 0.3.17

Release notes

Sourced from langchain's releases.

langchain-core==0.3.17

Changes since langchain-core==0.3.16

Added tools as optional parameter in signature for BaseLanguageModel.get_num_tokens_from_messages.

core[patch]: release 0.3.17 (#28060) anthropic[major]: support python 3.13 (#27916)

langchain==0.3.17

Changes since langchain==0.3.16

langchain: release 0.3.17 (#29485)

langchain-community==0.3.17rc1

Changes since langchain-community==0.3.16

x fix sqlite caching in test x x x x x x x x bound ruff x Merge branch 'master' into cc/migrate_uv [Bugfix langchain_community] Fix PyMuPDFLoader (#29550) [oci_generative_ai] Option to pass auth_file_location (#29481) update community: fix issue #29429 in age_graph.py (#29506) community: add standard tests for Perplexity (#29534) community[minor]: 03 - Refactoring PyPDF parser (#29330) community: Fix YahooFinanceNewsTool to handle updated yfinance data structure (#29498) added operator filter for supabase (#29475) community: Additional AWS deprecations (#29447)

langchain-community==0.3.16

Changes since langchain-community==0.3.15

community: release 0.3.16 (#29452) community(doc_loaders): allow any credential type in AzureAIDocumentI… (#29289) libs: add sambanova-lagchain integration package (#29417) fixed similarity search with score error #29407 (#29413) community: Fixed the procedure of initializing pad_token_id (#29434) community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) community: fix Google Scholar tool errors (#29371) community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378)

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.16

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.16

Changes since langchain-community==0.3.15

community: release 0.3.16 (#29452) community(doc_loaders): allow any credential type in AzureAIDocumentI… (#29289) libs: add sambanova-lagchain integration package (#29417) fixed similarity search with score error #29407 (#29413) community: Fixed the procedure of initializing pad_token_id (#29434) community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) community: fix Google Scholar tool errors (#29371) community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378) community; allow to set gitlab url in gitlab tool in constrictor (#29380) community: adds support for getting github releases for the configured repository (#29318) community: Fix for Pydantic model validator of GoogleApiClient (#29346)

langchain-community==0.3.15

Changes since langchain-community==0.3.14

community[patch]: Release 0.3.15 (#29325) core[patch]: 0.3.31 (#29320) community[minor]: Refactoring PyMuPDF parser, loader and add image blob parsers (#29063) community: fix some features on Naver ChatModel & embedding model 2 (#29243) docs: fix broken Appearance of langchain_community/document_loaders/recursive_url_loader API Reference (#29305) (Community): Changing the BaseURL and Model for MiniMax (#29299) chatperplexity stream-citations in additional kwargs (#29273) [langchain_community.llms.xinference]: Rewrite _stream() method and support stream() method in xinference.py (#29259) community: Add cost per 1K tokens for fine-tuned model cached input (#29248) add mode arg to OBSFileLoader.load() method (#29246) community(pypdfloader): added page_label in metadata for pypdf loader (#29225) [langchain_community.llms.xinference]: fix error in xinference.py (#29216) [fix] Convert table names to list for compatibility in SQLDatabase (#29229) community: Fix ConfluenceLoader load() failure caused by deleted pages (#29232) [Community]: AzureOpenAIWhisperParser Authenication Fix (#29135) community: Deprecate Amazon Neptune resources in langchain-community (#29191) community: Fix rank-llm import paths for new 0.20.3 version (#29154) community: add missing format specifier in error log in CubeSemanticLoader (#29172) fix chatperplexity: remove 'stream' from params in _stream method (#29173) community: add init for unstructured file loader (#29101) Langchain_community: Fix issue with missing backticks in arango client (#29110) community: add init for UnstructuredHTMLLoader to solve pathlib paths (#29091) community: fix "confluence-loader" enable include_labels for documents loaded via CQL (#29089) partner: Update Upstage Model Names and Remove Deprecated Model (#29093) community[patch]: Refactoring PDF loaders: 01 prepare (#29062) community: Fix redundancy in code. (#29022)

langchain-community==0.3.14

Changes since langchain-community==0.3.13

community[patch]: release 0.3.14 (#29019) community[patch]: additional check for prompt caching support (#29008)

... (truncated)

Commits

Updates openai from 1.59.9 to 1.61.1

Release notes

Sourced from openai's releases.

v1.61.1

1.61.1 (2025-02-05)

Full Changelog: v1.61.0...v1.61.1

Bug Fixes

  • api/types: correct audio duration & role types (#2091) (afcea48)
  • cli/chat: only send params when set (#2077) (688b223)

Chores

v1.61.0

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

v1.60.2

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

... (truncated)

Changelog

Sourced from openai's changelog.

1.61.1 (2025-02-05)

Full Changelog: v1.61.0...v1.61.1

Bug Fixes

  • api/types: correct audio duration & role types (#2091) (afcea48)
  • cli/chat: only send params when set (#2077) (688b223)

Chores

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

1.60.1 (2025-01-24)

... (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-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.45.2

Release notes

Sourced from anthropic's releases.

v0.45.2

0.45.2 (2025-01-27)

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

  • streaming: avoid invalid deser type error (#845) (72a2585)

v0.45.1

0.45.1 (2025-01-27)

Full Changelog: v0.45.0...v0.45.1

Bug Fixes

Chores

v0.45.0

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

v0.44.0

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.45.2 (2025-01-27)

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

  • streaming: avoid invalid deser type error (#845) (72a2585)

0.45.1 (2025-01-27)

Full Changelog: v0.45.0...v0.45.1

Bug Fixes

Chores

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#830) (f2c10ca)

Chores

... (truncated)

Commits

Updates boto3 from 1.36.3 to 1.36.14

Commits
  • d0e608d Merge branch 'release-1.36.14'
  • d42dbc7 Bumping version to 1.36.14
  • b4d1f35 Add changelog entries from botocore
  • a8f1f3d Merge branch 'release-1.36.13'
  • 29c5597 Merge branch 'release-1.36.13' into develop
  • 35836b3 Bumping version to 1.36.13
  • 44e7ee3 Add changelog entries from botocore
  • e3e8eb7 Merge branch 'release-1.36.12'
  • fd547c5 Merge branch 'release-1.36.12' into develop
  • 62729d8 Bumping version to 1.36.12
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.2.0 to 0.3.6

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.3.6

Changes since langchain-anthropic==0.3.5

anthropic[patch]: release 0.3.6 (#29606) anthropic[patch]: support citations in streaming (#29591)

langchain-anthropic==0.3.5

Changes since langchain-anthropic==0.3.4

partners/anthropic: release 0.3.5 (#29486) multiple: structured output tracing standard metadata (#29421)

langchain-anthropic==0.3.4

Changes since langchain-anthropic==0.3.3

anthropic[patch]: release 0.3.4 (#29399) anthropic[patch]: always return content blocks if citations are generated (#29398) [Doc] Improve api doc (#29324)

langchain-anthropic==0.3.3

Changes since langchain-anthropic==0.3.2

anthropic[patch]: update tool choice type (#29276)

langchain-anthropic==0.3.2

Changes since langchain-anthropic==0.3.1

anthropic[patch]: release 0.3.2 (#29275) anthropic[patch]: support parallel_tool_calls (#29257) anthropic: pydantic mypy plugin (#29144) anthropic: pdf integration test (#29142) multiple: disable socket for unit tests (#29080) Revert "integrations[patch]: remove non-required chat param defaults" (#29048) integrations[patch]: remove non-required chat param defaults (#26730) core,anthropic[patch]: fix with_structured_output typing (#28950)

langchain-anthropic==0.3.1

Changes since langchain-anthropic==0.3.0

anthropic: less pydantic for client (#28823) anthropic: sdk bump (#28820) partners/anthropic: release 0.3.1 (#28801) anthropic[patch]: increase timeouts for integration tests (#28767) anthropic: timeout in tests (10s) (#28488) multiple: push deprecation removals to 1.0 (#28236) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139) anthropic[patch]: add examples to API ref (#28065)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [autopep8](https://github.com/hhatto/autopep8) | `2.3.1` | `2.3.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.15` | `0.3.17` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.16` |
| [openai](https://github.com/openai/openai-python) | `1.59.9` | `1.61.1` |
| [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.45.2` |
| [boto3](https://github.com/boto/boto3) | `1.36.3` | `1.36.14` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.3.6` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.2.11` | `0.2.12` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.1` | `0.3.3` |
| [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 `pytest` from 8.3.3 to 8.3.4
- [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.4)

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

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

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

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.45.2
- [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.45.2)

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

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

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

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

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: 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-patch
  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 added the dependencies Pull requests that update a dependency file label Feb 6, 2025
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Feb 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #2624.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-db24fe8675 branch February 10, 2025 02:23
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 size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants