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 10 updates #2352

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
pytest 8.3.3 8.3.4
langchain 0.3.4 0.3.9
langchain-community 0.3.3 0.3.8
openai 1.52.2 1.55.3
anthropic 0.37.1 0.40.0
boto3 1.35.49 1.35.71
langchain-anthropic 0.2.0 0.3.0
langchain-openai 0.2.3 0.2.10
langchain-cohere 0.3.1 0.3.3
pydantic 2.9.2 2.10.2

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

Release notes

Sourced from langchain's releases.

langchain-core==0.3.9

Changes since langchain-core==0.3.8

core[patch]: Release 0.3.9 (#27117) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) core: fix batch race condition in FakeListChatModel (#26924) core[patch]: exclude model cache from ser (#27086) core[patch]: add UsageMetadata details (#27072)

langchain==0.3.9

Changes since langchain==0.3.8

langchain[patch]: Release 0.3.9 (#28399) Init embeddings (#28370) langchain[patch]: init_chat_model provider in model string (#28367) langchain[patch]: update deprecation message for agent classes and constructors (#28369) langchain: Fix Neo4jVector vector store reference from partner package for self query (#28292) langchain[patch]: support numpy 2 (#28183)

langchain-core==0.3.8

Changes since langchain-core==0.3.7

core[patch]: Release 0.3.8 (#27046) core[patch]: Support injected tool args that are arbitrary types (#27045) core[patch]: fix init of RunnableAssign (#26903) multiple: update docs urls to latest 2 (#26837) core[patch]: improve index/aindex api when batch_size<n_docs (#25754) core[patch]: Add kwargs to Runnable (#27008) Merge pull request #26794

langchain-community==0.3.8

Changes since langchain-community==0.3.7

community[patch]: release 0.3.8 (#28316) community[patch]: fix errors introduced by pydantic 2.10 (#28297) community: list valid values for LanceDB constructor's mode argument (#28296) community: fix compatibility issue in kinetica chat model integration for Pydantic 2 (#28252) multiple: push deprecation removals to 1.0 (#28236) community: Outlines integration (#27449) community: Add deprecation warning for GigaChat integration in langchain-community (#28022) community: fix duplicate content (#28003) community: SamabanovaCloud tool calling and Structured output (#27967) community: fix some features on Naver ChatModel & embedding model (#28228) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) community: OpenSearchVectorStore: use engine set at init() time by default (#28147) multiple: langchain-standard-tests -> langchain-tests (#28139) community: add reka chat model integration (#27379) community: sambanovacloud llm integration (#27526) core[patch]: support numpy 2 (#27991) community: chore warn deprecate the tracer (#27159)

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.8

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.8

Changes since langchain-community==0.3.7

community[patch]: release 0.3.8 (#28316) community[patch]: fix errors introduced by pydantic 2.10 (#28297) community: list valid values for LanceDB constructor's mode argument (#28296) community: fix compatibility issue in kinetica chat model integration for Pydantic 2 (#28252) multiple: push deprecation removals to 1.0 (#28236) community: Outlines integration (#27449) community: Add deprecation warning for GigaChat integration in langchain-community (#28022) community: fix duplicate content (#28003) community: SamabanovaCloud tool calling and Structured output (#27967) community: fix some features on Naver ChatModel & embedding model (#28228) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) community: OpenSearchVectorStore: use engine set at init() time by default (#28147) multiple: langchain-standard-tests -> langchain-tests (#28139) community: add reka chat model integration (#27379) community: sambanovacloud llm integration (#27526) core[patch]: support numpy 2 (#27991) community: chore warn deprecate the tracer (#27159) Handled empty search result handling and updated the notebook (#27914)

langchain-community==0.3.7

Changes since langchain-community==0.3.6

community[patch]: release 0.3.7 (#28061) anthropic[major]: support python 3.13 (#27916) Improvement[Community]Improve Embeddings API (#28038)

langchain-community==0.3.6

Changes since langchain-community==0.3.5

community[patch]: Release 0.3.6 (#28046) community[patch]: Added type hinting to OpenSearch clients (#27946) Community: Google Books API Tool (#27307) docs: new stack diagram (#27972) community: handle chatdeepinfra jsondecode error (#27603) Add ChatModels wrapper for Cloudflare Workers AI (#27645) community: bytes as a source to AzureAIDocumentIntelligenceLoader (#26618) community: ZeroxPDFLoader (#27800) community: Memcached LLM Cache Integration (#27323) community: add InfinityRerank (#27043) community: Allow other than default parsers in SharePointLoader and OneDriveLoader (#27716) community: added Document.id support to opensearch vectorstore (#27945) community: re-arrange function call message parse logic for Qianfan (#27935) community: chroma error patch(attribute changed on chroma) (#27827) community: ✨ Use new OVHcloud batch embedding (#26209) community: update Vectara integration (#27869) community: fixed bug in GraphVectorStoreRetriever (#27846) community: set default output_token_limit value for PowerBIToolkit to fix validation error (#26308)

... (truncated)

Commits

Updates openai from 1.52.2 to 1.55.3

Release notes

Sourced from openai's releases.

v1.55.3

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

v1.55.2

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

v1.55.1

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

v1.55.0

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.55.3 (2024-11-28)

Full Changelog: v1.55.2...v1.55.3

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#1904) (72b6c63)

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

1.54.5 (2024-11-19)

... (truncated)

Commits

Updates anthropic from 0.37.1 to 0.40.0

Release notes

Sourced from anthropic's releases.

v0.40.0

0.40.0 (2024-11-28)

Full Changelog: v0.39.0...v0.40.0

Features

  • client: add ._request_id property to object responses (#743) (9fb64a6)

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#756) (c71bba2)
  • bedrock: correct URL encoding for model params (#759) (be4e73a)
  • client: compat with new httpx 0.28.0 release (#765) (de51f60)
  • don't use dicts as iterables in transform (#750) (1f71464)
  • types: remove anthropic-instant-1.2 model (#744) (23637de)

Chores

  • api: update spec version (#751) (4ec986c)
  • ci: remove unneeded workflow (#742) (472b7d3)
  • internal: exclude mypy from running on tests (#764) (bce763a)
  • internal: fix compat model_dump method when warnings are passed (#760) (0e09236)
  • internal: minor formatting changes (493020e)
  • remove now unused cached-property dep (#762) (b9ffefe)
  • tests: adjust retry timeout values (#736) (27ed781)
  • tests: limit array example length (#754) (6cab2b9)

Documentation

v0.39.0

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() method (#726)

Features

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.40.0 (2024-11-28)

Full Changelog: v0.39.0...v0.40.0

Features

  • client: add ._request_id property to object responses (#743) (9fb64a6)

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#756) (c71bba2)
  • bedrock: correct URL encoding for model params (#759) (be4e73a)
  • client: compat with new httpx 0.28.0 release (#765) (de51f60)
  • don't use dicts as iterables in transform (#750) (1f71464)
  • types: remove anthropic-instant-1.2 model (#744) (23637de)

Chores

  • api: update spec version (#751) (4ec986c)
  • ci: remove unneeded workflow (#742) (472b7d3)
  • internal: exclude mypy from running on tests (#764) (bce763a)
  • internal: fix compat model_dump method when warnings are passed (#760) (0e09236)
  • internal: minor formatting changes (493020e)
  • remove now unused cached-property dep (#762) (b9ffefe)
  • tests: adjust retry timeout values (#736) (27ed781)
  • tests: limit array example length (#754) (6cab2b9)

Documentation

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() & client.get_tokenizer() methods (#726)
    • This functionality has been replaced by the client.beta.messages.count_tokens() API which supports newer models and all content functionality, such as images and PDFs.

Features

... (truncated)

Commits
  • e7c5fd1 release: 0.40.0
  • ac8cc6d fix(client): compat with new httpx 0.28.0 release (#765)
  • 6023ed8 chore(internal): exclude mypy from running on tests (#764)
  • cfb07d9 chore(internal): minor formatting changes
  • 0ead3c4 fix(bedrock): correct URL encoding for model params (#759)
  • d5586b0 chore: remove now unused cached-property dep (#762)
  • 0ef2ff9 docs: add info log level to readme (#761)
  • cf8f0e7 chore(internal): fix compat model_dump method when warnings are passed (#760)
  • 4dc9320 fix(asyncify): avoid hanging process under certain conditions (#756)
  • 8e29be0 chore(tests): limit array example length (#754)
  • Additional commits viewable in compare view

Updates boto3 from 1.35.49 to 1.35.71

Commits
  • 57997d9 Merge branch 'release-1.35.71'
  • ab26d01 Bumping version to 1.35.71
  • d00e0ba Add changelog entries from botocore
  • aad0b17 Merge branch 'release-1.35.70'
  • e2a8522 Merge branch 'release-1.35.70' into develop
  • b51f07a Bumping version to 1.35.70
  • 9eafcc1 Add changelog entries from botocore
  • d640e7a Merge branch 'release-1.35.69'
  • 2614099 Merge branch 'release-1.35.69' into develop
  • 92b7380 Bumping version to 1.35.69
  • Additional commits viewable in compare view

Updates langchain-anthropic from 0.2.0 to 0.3.0

Release notes

Sourced from langchain-anthropic's releases.

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)

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.3 to 0.2.10

Release notes

Sourced from langchain-openai's releases.

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

openai[patch]: release 0.2.8 (#28062) anthropic[major]: support python 3.13 (#27916)

langchain-openai==0.2.7

Changes since langchain-openai==0.2.6

openai[patch]: fix azure oai stream check (#28048) openai[patch]: Release 0.2.7 (#28047) openai[patch]: default to invoke on o1 stream() (#27983)

langchain-openai==0.2.6

Changes since langchain-openai==0.2.5

openai[patch]: release 0.2.6 (#27924)

langchain-openai==0.2.5

Changes since langchain-openai==0.2.4

integrations[patch]: bump core to 0.3.15 (#27805) openai[patch]: add check for none values when summing token usage (#27585)

langchain-openai==0.2.4

Changes since langchain-openai==0.2.3

openai[patch]: fix schema formatting util (#27685) openai[patch]: Release 0.2.4 (#27652) openai[patch]: accept json schema response format directly (#27623) partners/openai + community: Async Azure AD token provider support for Azure OpenAI (#27488)

Commits

Updates langchain-cohere from 0.3.1 to 0.3.3

Release notes

Sourced from langchain-cohere's releases.

libs/cohere/v0.3.3

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.2...libs/cohere/v0.3.3

libs/cohere/v0.3.2

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.1...libs/cohere/v0.3.2

Commits
  • aed8dbd chore: Deprecate create_cohere_tools_agent and connectors (

Bumps the gha group with 10 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.9` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.8` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.55.3` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.40.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.49` | `1.35.71` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.3.0` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.10` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.1` | `0.3.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.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.4 to 0.3.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.4...langchain==0.3.9)

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

Updates `openai` from 1.52.2 to 1.55.3
- [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.55.3)

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

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

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

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

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

Updates `pydantic` from 2.9.2 to 2.10.2
- [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.2)

---
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: 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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #2374.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-langchain/gha-bc57c725d2 branch December 9, 2024 02:35
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