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 11 updates #2443

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

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

Package From To
pytest 8.3.3 8.3.4
langchain 0.3.4 0.3.13
langchain-community 0.3.3 0.3.13
openai 1.52.2 1.58.1
pytest-asyncio 0.24.0 0.25.0
anthropic 0.37.1 0.42.0
boto3 1.35.49 1.35.90
langchain-anthropic 0.2.0 0.3.1
langchain-openai 0.2.3 0.2.14
langchain-cohere 0.3.1 0.3.4
pydantic 2.9.2 2.10.4

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.4 to 0.3.13

Release notes

Sourced from langchain's releases.

langchain-core==0.3.13

Changes since langchain-core==0.3.12

core[patch]: Release 0.3.13 (#27651) core: remove mustache in extended deps (#27629) core: add flake8-bandit (S) ruff rules to core (#27368) core[patch]: fix repr and str for Serializable (#26786) core[patch]: convert_to_openai_tool Anthropic support (#27591) core: fix Image prompt template hardcoded template format (#27495)

langchain==0.3.13

Changes since langchain==0.3.12

langchain: release 0.3.13 (#28797)

langchain-community==0.3.13

Changes since langchain-community==0.3.12

community: bump core (#28819) Community : Add OpenAI prompt caching and reasoning tokens tracking (#27135) community: tablestore vector store check the dimension of the embedding when writing it to store. (#28812) community: add new parameter default_headers (#28700) community: release 0.3.13 (#28798) Community: Fix with_structured_output for ChatSambaNovaCloud (#28796) Fixed adding float values into DynamoDB (#26562) community: DocumentLoaderAsParser wrapper (#27749) [Community]: Image Extraction Fixed for PDFPlumberParser (#28491) Fixes: community: fix LanceDB return no metadata (#27024) Add OCI Generative AI new model and structured output support (#28754) community: adding haiku 3.5 and opus callbacks (#28783) langchain_community: Add default None values to DocumentAttributeValue class properties (#28785) community: add trust_env at web_base_loader (#28514) community: support Confluence cookies (#28760) community: Apache AGE wrapper. Ensure Node Uniqueness by ID. (#28759) cosmosdbnosql: Added Cosmos DB NoSQL Semantic Cache Integration with tests and jupyter notebook (#24424) community: Fix ChatLiteLLMRouter runtime issues (#28163) community: recommend RedisVectorStore over Redis (#28749) community: Correctly handle multi-element rich text (#25762) community: added FalkorDB vector store support i.e implementation, test, docs an… (#26245) chore(community): update to OpenLLM 0.6 (#24609) community: support Hunyuan Embedding (#23160) core: add kwargs support to VectorStore (#25934) community: correct return type of get_files_from_directory in github tool (#27885) community: Add configurable VisualFeatures to the AzureAiServicesImageAnalysisTool (#27444) Fix Azure National Cloud authentication using token (RBAC) (Generated by Ana - AI SDE) (#25843) community: Remove all other keys in ChatLiteLLM and add api_key (#28097) community: Apache AGE wrapper additional edge cases. (#28151) [community][fix] Compatibility support to bump up wikibase-rest-api-client version (#27316) community: refactor opensearch query constructor to use wildcard instead of match in the contain comparator (#26653) community[patch]: update dynamodb chat history to update instead of overwrite (#22397)

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.13

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.13

Changes since langchain-community==0.3.12

community: bump core (#28819) Community : Add OpenAI prompt caching and reasoning tokens tracking (#27135) community: tablestore vector store check the dimension of the embedding when writing it to store. (#28812) community: add new parameter default_headers (#28700) community: release 0.3.13 (#28798) Community: Fix with_structured_output for ChatSambaNovaCloud (#28796) Fixed adding float values into DynamoDB (#26562) community: DocumentLoaderAsParser wrapper (#27749) [Community]: Image Extraction Fixed for PDFPlumberParser (#28491) Fixes: community: fix LanceDB return no metadata (#27024) Add OCI Generative AI new model and structured output support (#28754) community: adding haiku 3.5 and opus callbacks (#28783) langchain_community: Add default None values to DocumentAttributeValue class properties (#28785) community: add trust_env at web_base_loader (#28514) community: support Confluence cookies (#28760) community: Apache AGE wrapper. Ensure Node Uniqueness by ID. (#28759) cosmosdbnosql: Added Cosmos DB NoSQL Semantic Cache Integration with tests and jupyter notebook (#24424) community: Fix ChatLiteLLMRouter runtime issues (#28163) community: recommend RedisVectorStore over Redis (#28749) community: Correctly handle multi-element rich text (#25762) community: added FalkorDB vector store support i.e implementation, test, docs an… (#26245) chore(community): update to OpenLLM 0.6 (#24609) community: support Hunyuan Embedding (#23160) core: add kwargs support to VectorStore (#25934) community: correct return type of get_files_from_directory in github tool (#27885) community: Add configurable VisualFeatures to the AzureAiServicesImageAnalysisTool (#27444) Fix Azure National Cloud authentication using token (RBAC) (Generated by Ana - AI SDE) (#25843) community: Remove all other keys in ChatLiteLLM and add api_key (#28097) community: Apache AGE wrapper additional edge cases. (#28151) [community][fix] Compatibility support to bump up wikibase-rest-api-client version (#27316) community: refactor opensearch query constructor to use wildcard instead of match in the contain comparator (#26653) community[patch]: update dynamodb chat history to update instead of overwrite (#22397) community: Add FewShotSQLTool (#28232) Added bind_tools support for ChatMLX along with small fix in _stream (#28743) community: SamabaStudio Tool Calling and Structured Output (#28025) community: fix AzureSearch Oauth with azure_ad_access_token (#26995) community: O365Toolkit - send_event - fixed timezone error (#25876) Community: Azure CosmosDB No Sql Vector Store: Full Text and Hybrid Search Support (#28716) community: Passing the model_kwargs correctly while maintaing backward compatability (#28439) community: FAISS vectorstore - consistent Document id field (#28728)

langchain-community==0.3.12

Changes since langchain-community==0.3.11

community[patch]: Release 0.3.12 (#28725) community: fix an issue with deepinfra integration (#28715) [community]: Render documents to graphviz (#24830)

... (truncated)

Commits

Updates openai from 1.52.2 to 1.58.1

Release notes

Sourced from openai's releases.

v1.58.1

1.58.1 (2024-12-17)

Full Changelog: v1.58.0...v1.58.1

Documentation

  • readme: fix example script link (23ba877)

v1.58.0

1.58.0 (2024-12-17)

Full Changelog: v1.57.4...v1.58.0

Features

Bug Fixes

  • add reasoning_effort to all methods (8829c32)
  • assistants: correctly send include query param (9a4c69c)
  • cli/migrate: change grit binaries prefix (#1951) (1c396c9)

Chores

Documentation

  • add examples + guidance on Realtime API support (1cb00f8)
  • readme: example snippet for client context manager (#1953) (ad80255)

v1.57.4

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

v1.57.3

1.57.3 (2024-12-12)

... (truncated)

Changelog

Sourced from openai's changelog.

1.58.1 (2024-12-17)

Full Changelog: v1.58.0...v1.58.1

Documentation

  • readme: fix example script link (23ba877)

1.58.0 (2024-12-17)

Full Changelog: v1.57.4...v1.58.0

Features

Bug Fixes

  • add reasoning_effort to all methods (8829c32)
  • assistants: correctly send include query param (9a4c69c)
  • cli/migrate: change grit binaries prefix (#1951) (1c396c9)

Chores

Documentation

  • add examples + guidance on Realtime API support (1cb00f8)
  • readme: example snippet for client context manager (#1953) (ad80255)

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

1.57.3 (2024-12-12)

Full Changelog: v1.57.2...v1.57.3

Chores

... (truncated)

Commits
  • 19ecaaf release: 1.58.1
  • 6935dfd docs(readme): fix example script link
  • 1b78f22 release: 1.58.0
  • 488ec04 docs: add examples + guidance on Realtime API support
  • a6a94e0 fix: add reasoning_effort to all methods
  • 5fdba48 feat: add Realtime API support (#1958)
  • 575ff60 feat(api): new o1 and GPT-4o models + preference fine-tuning (#1956)
  • eba6781 chore(internal): fix some typos (#1955)
  • 588935e docs(readme): example snippet for client context manager (#1953)
  • 0bfd8c4 fix(assistants): correctly send include query param
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.24.0 to 0.25.0

Release notes

Sourced from pytest-asyncio's releases.

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
  • b24de08 build: Prepare release of v0.25.0
  • 9fd64da changelog += asyncio_default_fixture_loop_scope
  • f15b9c2 Add release note for #1008
  • 0184cba Refactor tests to use Pytester
  • 97c682f Copy context variables from non-generator fixtures
  • 62ab185 Improve contextvars test coverage
  • 3004bb7 Simplify contextvars support
  • 746c114 Maintain contextvars.Context in fixtures and tests
  • ebbd602 docs: describe when UsageError is raised for loop_scope="class" marker
  • c4c1b48 Build(deps): Bump hypothesis in /dependencies/default
  • Additional commits viewable in compare view

Updates anthropic from 0.37.1 to 0.42.0

Release notes

Sourced from anthropic's releases.

v0.42.0

0.42.0 (2024-12-17)

Full Changelog: v0.41.0...v0.42.0

Features

Bug Fixes

  • vertex: remove anthropic_version deletion for token counting (f613929)

Chores

v0.41.0

0.41.0 (2024-12-17)

Full Changelog: v0.40.0...v0.41.0

Features

  • api: general availability updates (5db8538)
  • api: general availability updates (#795) (c8d5e43)
  • vertex: support token counting (6c3eded)

Bug Fixes

  • internal: correct support for TypeAliasType (2f6ba9e)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.42.0 (2024-12-17)

Full Changelog: v0.41.0...v0.42.0

Features

Bug Fixes

  • vertex: remove anthropic_version deletion for token counting (f613929)

Chores

0.41.0 (2024-12-17)

Full Changelog: v0.40.0...v0.41.0

Features

  • api: general availability updates (5db8538)
  • api: general availability updates (#795) (c8d5e43)
  • vertex: support token counting (6c3eded)

Bug Fixes

  • internal: correct support for TypeAliasType (2f6ba9e)

Chores

Documentation

... (truncated)

Commits
  • 93cbbbd release: 0.42.0
  • 82e03de fix(vertex): remove anthropic_version deletion for token counting
  • dc651fd chore(internal): fix some typos (#799)
  • e33d250 release: 0.41.0
  • c17d68e chore(bedrock/vertex): explicit error for unsupported messages endpoints
  • 45c28dd feat(vertex): support token counting
  • 4e0b15e feat(api): general availability updates
  • df6f210 chore(internal): update spec (#793)
  • 3540987 chore(api): update spec version (#792)
  • 76ab5ae docs(readme): example snippet for client context manager (#791)
  • Additional commits viewable in compare view

Updates boto3 from 1.35.49 to 1.35.90

Commits
  • 65d95ad Merge branch 'release-1.35.90'
  • 33df750 Bumping version to 1.35.90
  • b54eb5d Add changelog entries from botocore
  • 0706ded Merge branch 'release-1.35.89'
  • 2b115a7 Merge branch 'release-1.35.89' into develop
  • 654390e Bumping version to 1.35.89
  • eca7cb7 Add changelog entries from botocore
  • 2693d3b Merge branch 'release-1.35.88'
  • bdae5ec Merge branch 'release-1.35.88' into develop
  • ff72dee Bumping version to 1.35.88
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.2.0 to 0.3.1

Release notes

Sourced from langchain-anthropic's releases.

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)

langchain-anthropic==0.3.0

Version 0.39.0 of the Anthropic Python SDK enables support for Python 3.13. This involved the deletion of a legacy client.count_tokens method. langchain-anthropic 0.3.0 drops support for token counting via this method on the Anthropic LLM.

Anthropic has replaced this functionality with the client.beta.messages.count_tokens() API. This release adds support for token counting using this API via ChatAnthropic.get_num_tokens_from_messages. This required adding an optional tools parameter to the signature of .get_num_tokens_from_messages.

Changes since langchain-anthropic==0.2.4

anthropic[major]: release 0.3.0 (#28063) anthropic[major]: support python 3.13 (#27916) anthropic[patch]: remove retired model from tests (#27965)

langchain-anthropic==0.2.4

Changes since langchain-anthropic==0.2.3

integrations[patch]: bump core to 0.3.15 (#27805) anthropic[patch]: allow multiple sys not at start (#27725) core[patch]: add convert_to_openai_messages util (#27263) multiple: rely on asyncio_mode auto in tests (#27200) [Anthropic] Shallow Copy (#27105) docs: fix anthropic max_tokens docstring (#27166)

Commits

Updates langchain-openai from 0.2.3 to 0.2.14

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.2.14

Changes since langchain-openai==0.2.13

patch openai json mode test (#28831) xfail openai image token count test (#28828) openai[patch]: Release 0.2.14 (#28826) openai[patch]: type reasoning_effort (#28825)

langchain-openai==0.2.13

Changes since langchain-openai==0.2.12

openai[patch]: Release 0.2.13 (#28800) core[patch], openai[patch]: Handle OpenAI developer msg (#28794) json mode standard test (#25497)

langchain-openai==0.2.12

Changes since langchain-openai==0.2.11

openai[patch]: release 0.2.12 (#28633) openai[patch]: bump minimum SDK version (#28632) multiple: fix xfailed signatures (#28597) openai[patch]: add standard tests for embeddings (#28540)

langchain-openai==0.2.11

Changes since langchain-openai==0.2.10

openai: dont populate logit_bias if None (#28482) partners/openai: release 0.2.11 (#28461) openai: set logit_bias to none instead of empty dict by default (#28460)

langchain-openai==0.2.10

Changes since langchain-openai==0.2.9

openai[patch]: bump core dep (#28361) openai[patch]: Release 0.2.10 (#28360) openai[patch]: use max_completion_tokens in place of max_tokens (#26917) groq,openai,mistralai: fix unit tests (#28279) openai[patch]: unskip test and relax tolerance in embeddings comparison (#28262) multiple: push deprecation removals to 1.0 (#28236) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203)

langchain-openai==0.2.9

Changes since langchain-openai==0.2.8

openai: release 0.2.9, o1 streaming (#28197) multiple: langchain-standard-tests -> langchain-tests (#28139)

langchain-openai==0.2.8

Changes since langchain-openai==0.2.7

... (truncated)

Commits

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 30, 2024
Bumps the gha group with 11 updates in the /packages/opentelemetry-instrumentation-langchain directory:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.4` | `0.3.13` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.13` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.58.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.42.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.49` | `1.35.90` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.3.1` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.14` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.1` | `0.3.4` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.4` |



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.4 to 0.3.13
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.4...langchain==0.3.13)

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

Updates `openai` from 1.52.2 to 1.58.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.52.2...v1.58.1)

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

Updates `anthropic` from 0.37.1 to 0.42.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.42.0)

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

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

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

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

Updates `pydantic` from 2.9.2 to 2.10.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.4)

---
updated-dependencies:
- 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: 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-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-patch
  dependency-group: gha
- dependency-name: pydantic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-c2e270e379 branch from cafe722 to 452949e Compare December 30, 2024 21:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2025

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

@dependabot dependabot bot closed this Jan 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-c2e270e379 branch January 3, 2025 20:53
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:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants