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 #2131

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

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

Package From To
flake8 7.0.0 7.1.1
langchain 0.3.0 0.3.3
langchain-community 0.3.0 0.3.2
openai 1.45.1 1.51.2
vcrpy 6.0.1 6.0.2
pytest-asyncio 0.23.8 0.24.0
anthropic 0.34.2 0.36.0
boto3 1.35.19 1.35.39
langchain-anthropic 0.2.0 0.2.3
langchain-openai 0.2.0 0.2.2
pydantic 2.9.1 2.9.2

Updates flake8 from 7.0.0 to 7.1.1

Commits

Updates langchain from 0.3.0 to 0.3.3

Release notes

Sourced from langchain's releases.

langchain-core==0.3.3

Changes since langchain-core==0.2.41

core: release 0.3.3 (#26713) core[patch]: Fix defusedxml import (#26718) core/langchain: fix version used in deprecation (#26724) core[patch],langchain[patch]: deprecate memory and entity abstractions and implementations (#26717) Avoid copying runs (#26689) core[patch]: support js chat model namespaces (#26688) core[patch]: Release 0.3.2 (#26686) core[patch]: Fix load of ChatBedrock (#26679) core[patch]: support load from path for default namespaces (#26675) core, community: move graph vectorstores to community (#26678) core: Add N(naming) ruff rules (#25362) core: use ruff.target-version instead (#26634) core: remove [project] tag from pyproject (#26633) core: Put Python version as a project requirement so it is considered by ruff (#26608) core[patch]: Add ruff rule UP006(use PEP585 annotations) (#26574) docs: pypi readme image links (#26590) core,openai,grow,fw[patch]: deprecate bind_functions, update chat mod… (#26584) core[patch]: Release 0.3.1 (#26581) core[patch]: Fix "argument of type 'NoneType' is not iterable" error in LangChainTracer (#26576) core[minor]: remove beta from RemoveMessage (#26579) core: release 0.3.0 (#26453) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain==0.3.3

Changes since langchain==0.3.2

langchain: release 0.3.3 (#27213) core[patch]: exclude model cache from ser (#27086)

langchain-core==0.3.2

Changes since langchain-core==0.3.1

core[patch]: Release 0.3.2 (#26686) core[patch]: Fix load of ChatBedrock (#26679) core[patch]: support load from path for default namespaces (#26675) core, community: move graph vectorstores to community (#26678) core: Add N(naming) ruff rules (#25362) core: use ruff.target-version instead (#26634) core: remove [project] tag from pyproject (#26633) core: Put Python version as a project requirement so it is considered by ruff (#26608) core[patch]: Add ruff rule UP006(use PEP585 annotations) (#26574) docs: pypi readme image links (#26590) core,openai,grow,fw[patch]: deprecate bind_functions, update chat mod… (#26584)

langchain==0.3.2

Changes since langchain==0.3.1

... (truncated)

Commits

Updates langchain-community from 0.3.0 to 0.3.2

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.2

Changes since langchain-community==0.3.1

community: release 0.3.2 (#27214) [community] Add timeout control and retry for UC tool execution (#26645) community: Fix database connections for neo4j (#27190) community[patch]: fix structured_output in llamacpp integration (#27202) Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029) community: AzureSearch: fix reranking for empty lists (#27104) core[minor]: Improve support for id in VectorStore (#26660) community: sambastudio chat model (#27056) community[patch]: update gpt-4o cost (#27038) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) community[patch]: Fix missing protected_namespaces (#27076) community[patch]: chore warn deprecate the wandb callback handler (#27062) community: deprecate community ollama integrations (#26733) Bug-Fix[Community] Fix FastEmbedEmbeddings (#26764) multiple: update docs urls to latest 2 (#26837) Update neo4j vector procedures (#26775) core[patch]: Add kwargs to Runnable (#27008) community[patch]: Add docstring for Links (#25969) community: Add conversions from GVS to networkx (#26906) community[patch]: callback before yield for cloudflare (#26927) Fix typo in mlflow code example in mlflow.py (#26931) community[patch]: callback before yield for mlx pipeline (#26928) community[patch]: callback before yield for textgen (#26929) community[patch]: callback before yield for titan takeoff (#26930) community: add sqlite-vec vectorstore (#25003) community[patch]: callback before yield for gigachat (#26881) community[patch]: callback before yield for google palm (#26882)

langchain-community==0.3.1

Changes since langchain-community==0.3.0

community: bump langchain version (#26876) community: bump core versoin (#26875) 0.3.1 release community (#26872) community[patch]: Fix validation error in SettingsConfigDict across multiple Langchain modules (#26852) community[minor]: [Pebblo] Enhance PebbloSafeLoader to take anonymize flag (#26812) community[patch]: [SharePointLoader] Fix validation error in _O365Settings due to extra fields in .env file (#26851) community[patch]: callback before yield for friendli (#26842) community[patch]: callback before yield for deepsparse llm (#26822) community: Add Sambanova Cloud Chat model community integration (#26333) community[patch]: Fix tool_calls parsing when streaming from DeepInfra (#26813) community[patch]: callback before yield for bedrock llm (#26804) Remove pydantic restricted namespaces from HuggingFaceInferenceAPIEmbedings (#26744) community[patch]: Handle empty PR body in get_pull_request in Github utility (#26739) community: Fix links in GraphVectorStore pydoc (#25959) core: Add docstring for GraphVectorStoreRetriever (#26224) community[patch]: add web loader tests (#26728)

... (truncated)

Commits

Updates openai from 1.45.1 to 1.51.2

Release notes

Sourced from openai's releases.

v1.51.2

1.51.2 (2024-10-08)

Full Changelog: v1.51.1...v1.51.2

Chores

v1.51.1

1.51.1 (2024-10-07)

Full Changelog: v1.51.0...v1.51.1

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#1779) (fb1dacf)

Chores

  • internal: add support for parsing bool response content (#1774) (aa2e25f)

Documentation

  • fix typo in fenced code block language (#1769) (57bbc15)
  • improve and reference contributing documentation (#1767) (a985a8b)

v1.51.0

1.51.0 (2024-10-01)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)

Chores

Documentation

v1.50.2

... (truncated)

Changelog

Sourced from openai's changelog.

1.51.2 (2024-10-08)

Full Changelog: v1.51.1...v1.51.2

Chores

1.51.1 (2024-10-07)

Full Changelog: v1.51.0...v1.51.1

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#1779) (fb1dacf)

Chores

  • internal: add support for parsing bool response content (#1774) (aa2e25f)

Documentation

  • fix typo in fenced code block language (#1769) (57bbc15)
  • improve and reference contributing documentation (#1767) (a985a8b)

1.51.0 (2024-10-01)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)

Chores

Documentation

1.50.2 (2024-09-27)

Full Changelog: v1.50.1...v1.50.2

... (truncated)

Commits
  • af8e0ad release: 1.51.2
  • cfd99e7 chore: add repr to PageInfo class (#1780)
  • 8467d41 release: 1.51.1
  • 4d8fb73 fix(client): avoid OverflowError with very large retry counts (#1779)
  • a7d9731 chore(internal): add support for parsing bool response content (#1774)
  • 50de514 docs: fix typo in fenced code block language (#1769)
  • a3001d8 docs: improve and reference contributing documentation (#1767)
  • b7d9ce7 release: 1.51.0
  • 7c8c111 feat(api): support storing chat completions, enabling evals and model distill...
  • 94bfe19 docs(helpers): fix method name typo (#1764)
  • Additional commits viewable in compare view

Updates vcrpy from 6.0.1 to 6.0.2

Release notes

Sourced from vcrpy's releases.

v6.0.2

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.

  • 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)
    • Bugfix: Add read1 method (fixes compatibility with biopython), thanks @​mghantous
    • Bugfix: Prevent filters from corrupting request (thanks @​abramclark)
    • Bugfix: Add support for response.raw.stream() to fix urllib v2 compat
    • Bugfix: Replace assert with raise AssertionError: fixes support for PYTHONOPTIMIZE=1
    • Add pytest.mark.online to run test suite offline, thanks @​jspricke

... (truncated)

Commits
  • 1d100dd release v6.0.2
  • c6be705 Merge pull request #871 from kevin1024/precommit-autoupdate
  • 10b7f4e pre-commit: Autoupdate
  • 7a6ef00 Merge pull request #870 from kevin1024/dependabot/github_actions/peter-evans/...
  • 3bf6ac7 Merge pull request #867 from kevin1024/precommit-autoupdate
  • 983b220 pre-commit: Autoupdate
  • 15a6b71 build(deps): bump peter-evans/create-pull-request from 6 to 7
  • 1ca708d Merge pull request #862 from kevin1024/test-on-313
  • f5597fa use pytest_httbin.certs.where() for cafile
  • 2b3247b remove redundant load_cert_chain
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.23.8 to 0.24.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.24.0

0.24.0 (2024-08-22)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #862 #668

pytest-asyncio 0.24.0a1

0.24.0 (UNRELEASED)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #862 #668

pytest-asyncio 0.24.0a0

0.24.0 (UNRELEASED)

  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
Commits
  • fb5422f docs: Set release date for v0.24 in changelog.
  • 6dc7f58 docs: Add migration guides for pytest-asyncio v0.21 and v0.23.
  • 1bfc181 Wire Sphinx builds into the RTD config via tox
  • f03cf13 Build(deps): Bump hypothesis in /dependencies/default
  • 69540bf Build(deps): Bump attrs from 24.1.0 to 24.2.0 in /dependencies/default
  • b0ccfc5 Build(deps): Bump hypothesis in /dependencies/default
  • 574f1db Build(deps): Bump babel from 2.15.0 to 2.16.0 in /dependencies/docs
  • ae30dac Update .readthedocs.yaml to install pytest-asyncio
  • 972a704 Derive project version using importlib
  • d587a52 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates anthropic from 0.34.2 to 0.36.0

Release notes

Sourced from anthropic's releases.

v0.36.0

0.36.0 (2024-10-08)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: add message batches api (cd1ffcb)

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#676) (93d6eeb)

Chores

Refactors

v0.35.0

0.35.0 (2024-10-04)

Full Changelog: v0.34.2...v0.35.0

Features

  • api: support disabling parallel tool use (#674) (9079a99)
  • bedrock: add profile argument to client (#648) (6ea5fce)
  • client: allow overriding retry count header (#670) (1fb081f)
  • client: send retry count header (#664) (17c26d5)

Bug Fixes

  • client: handle domains with underscores (#663) (84ad451)
  • types: correctly mark stream discriminator as optional (#657) (2386f98)

Chores

  • add docstrings to raw response properties (#654) (35e6cf7)
  • internal: add support for parsing bool response content (#675) (0bbc0a3)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.36.0 (2024-10-08)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: add message batches api (cd1ffcb)

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#676) (93d6eeb)

Chores

Refactors

0.35.0 (2024-10-04)

Full Changelog: v0.34.2...v0.35.0

Features

  • api: support disabling parallel tool use (#674) (9079a99)
  • bedrock: add profile argument to client (#648) (6ea5fce)
  • client: allow overriding retry count header (#670) (1fb081f)
  • client: send retry count header (#664) (17c26d5)

Bug Fixes

  • client: handle domains with underscores (#663) (84ad451)
  • types: correctly mark stream discriminator as optional (#657) (2386f98)

Chores

  • add docstrings to raw response properties (#654) (35e6cf7)
  • internal: add support for parsing bool response content (#675) (0bbc0a3)
  • internal: bump pyright / mypy version (#662) (c03a71f)
  • internal: bump ruff (#660) (0a34018)

... (truncated)

Commits
  • da840f1 release: 0.36.0
  • cf8702b feat(api): add message batches api
  • 3bffe7e refactor(types): improve metadata types (#682)
  • e83894f refactor(types): improve tool type names (#680)
  • 7d49992 refactor(types): improve tool type names (#679)
  • 5aa7d61 chore: add repr to PageInfo class (#678)
  • 2c0b7d0 fix(client): avoid OverflowError with very large retry counts (#676)
  • bbf9fc7 release: 0.35.0
  • bf315ab chore(internal): add support for parsing bool response content (#675)
  • 20f5224 feat(api): support disabling parallel tool use (#674)
  • Additional commits viewable in compare view

Updates boto3 from 1.35.19 to 1.35.39

Commits
  • 9dd723f Merge branch 'release-1.35.39'
  • dff7abc Bumping version to 1.35.39
  • b29280c Add changelog entries from botocore
  • b03916d Merge branch 'release-1.35.38'
  • c92c039 Merge branch 'release-1.35.38' into develop
  • c2a060e Bumping version to 1.35.38
  • 158a84b Add changelog entries from botocore
  • 2d4aaf0 Merge branch 'release-1.35.37'
  • ffb3d1c Merge branch 'release-1.35.37' into develop
  • 3089cd9 Bumping version to 1.35.37
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.2.0 to 0.2.3

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.2.3

Changes since langchain-anthropic==0.2.2

anthropic[patch]: Release 0.2.3 (#27126) anthropic[patch]: fix input_tokens when cached (#27125) standard-tests[patch]: fix oai usage metadata test (#27122)

langchain-anthropic==0.2.2

Changes since langchain-anthropic==0.2.1

anthropic[patch]: Release 0.2.2 (#27118) anthropic[patch]: correctly handle tool msg with empty list (#27109) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) anthropic[patch]: add usage_metadata details (#27087)

langchain-anthropic==0.2.1

Changes since langchain-anthropic==0.2.0

anthropic[patch]: Release 0.2.1 (#26592) anthropic[patch]: fix tool call and tool res image_url handling (#26587) docs: anthropic api ref nit (#26591)

Commits

Updates langchain-openai from 0.2.0 to 0.2.2

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.2.2

Changes since langchain-openai==0.2.1

standard-tests[patch]: fix oai usage metadata test (#27122) openai[patch]: Release 0.2.2 (#27119) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) openai: fix None token detail (#27091) openai[patch]: add usage metadata details (#27080) openai[patch]: exclude http client (#26891) openai[patch]: update deprecation target in API ref (#26921) openai[patch]: increase token limit in azure integration tests (

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

| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.1` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.3` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.2` |
| [openai](https://github.com/openai/openai-python) | `1.45.1` | `1.51.2` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.1` | `6.0.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.34.2` | `0.36.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.19` | `1.35.39` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.2.3` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.2.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.1` | `2.9.2` |



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

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

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

Updates `openai` from 1.45.1 to 1.51.2
- [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.45.1...v1.51.2)

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

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

Updates `anthropic` from 0.34.2 to 0.36.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.34.2...v0.36.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-patch
  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-patch
  dependency-group: gha
- dependency-name: langchain-openai
  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-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 Oct 14, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

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

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-8fdb55402b branch October 15, 2024 11:28
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