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 7 updates #2307

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

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

Package From To
langchain 0.3.4 0.3.7
langchain-community 0.3.3 0.3.7
openai 1.52.2 1.54.4
anthropic 0.37.1 0.39.0
boto3 1.35.49 1.35.63
langchain-anthropic 0.2.0 0.3.0
langchain-openai 0.2.3 0.2.8

Updates langchain from 0.3.4 to 0.3.7

Release notes

Sourced from langchain's releases.

langchain-core==0.3.7

Changes since langchain-core==0.3.6

core[patch]: Release 0.3.7 (#27004) core[patch]: fix structured prompt template format (#27003) core: Add ruff rules for pycodestyle Warning (W) (#26964) core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) core: Add ruff rules for PIE (#26939) core[fix]: using async rate limiter methods in async code (#26914) core: Fix IndexError when trim_messages invoked with empty list (#26896)

langchain==0.3.7

Changes since langchain==0.3.6

many: use core 0.3.15 (#27834) langchain[patch]: Add warning in react agent (#26980)

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-core==0.3.6

Changes since langchain-core==0.3.5

core: release 0.3.6 (#26863) core: Add ruff rules for comprehensions (C4) (#26829) [Core] Add more interops tests (#26841) [Core] Inherit tracing metadata & tags (#26838) core: Run LangChainTracer inline (#26797) core[patch]: On Chain Start Fix for Chain Class (#26593) core[patch]: set default on Blob (#26787)

langchain==0.3.6

Changes since langchain==0.3.5

langchain: release 0.3.6 (#27768)

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)

... (truncated)

Commits
  • ee63d21 many: use core 0.3.15 (#27834)
  • c3c638c docs: Reference new databricks-langchain package (#27828)
  • 33d4455 docs: update VectorStore api reference url in retrievers.ipynb (#27814)
  • 9a4a630 docs: Update Retrievers and Runnable links in Retrievers subsection of retrie...
  • b0dfff4 Fixed broken link for TokenTextSplitter (#27824)
  • b4cb208 langchain[patch]: Add warning in react agent (#26980)
  • 2f62546 docs: fix more links (#27809)
  • e3ea365 core: use friendlier names for duplicated nodes in mermaid output (#27747)
  • 71f590d docs: fix more broken links (#27806)
  • c572d66 docs: Ontotext GraphDB QA Chain Update Documentation (Fix versions of librari...
  • Additional commits viewable in compare view

Updates langchain-community from 0.3.3 to 0.3.7

Release notes

Sourced from langchain-community's releases.

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) community: read function call from tool_calls for Qianfan (#26208)

langchain-community==0.3.5

Changes since langchain-community==0.3.4

many: use core 0.3.15 (#27834) feat: add batch request support for text-embedding-v3 model (#26375) fix "WARNING: Received notification from DBMS server: {severity: WARN… (#27112) Update word_document.py | Fixed metadata["source"] for web paths (#27220) community: fix @​embeddingKey in azure cosmos db no sql (#27377) community: Update Polygon.io API (#27552) community: [fix] add missing tool_calls kwargs of delta message in openai adapter (#27492) community: Fix a validation error for MoonshotChat (#27801) community: add AzureOpenAIWhisperParser (#27796) community[patch]: cap SQLAlchemy and update deps (#27792) LangChain-Community - AzureCosmos Mongo vCore: Bug Fix when the data doesn't contain metadata field (#27772) community: OCI Generative AI tool calling bug fix (#26910)

langchain-community==0.3.4

Changes since langchain-community==0.3.3

community: release 0.3.4 (#27769)

... (truncated)

Commits

Updates openai from 1.52.2 to 1.54.4

Release notes

Sourced from openai's releases.

v1.54.4

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

Documentation

v1.54.3

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

v1.54.2

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

v1.54.1

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

v1.54.0

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

Documentation

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

1.53.1 (2024-11-04)

... (truncated)

Commits

Updates anthropic from 0.37.1 to 0.39.0

Release notes

Sourced from anthropic's releases.

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

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

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

v0.38.0

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

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

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

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

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Commits
  • a3c59fc release: 0.39.0
  • 5cf4ea4 feat(api): add new haiku model (#731)
  • a60869a feat(project): drop support for Python 3.7 (#729)
  • 6b47b16 docs(readme): mention new token counting endpoint (#728)
  • 3407630 refactor(client)!: remove legacy client.count_tokens() method (#726)
  • 7ca6923 fix: support json safe serialization for basemodel subclasses (#727)
  • 00bb996 fix: don't use dicts as iterables in transform (#724)
  • c15648a fix(types): add missing token-counting-2024-11-01 (#722)
  • 14afc93 release: 0.38.0
  • 328191a fix(types): add missing token-counting-2024-11-01
  • Additional commits viewable in compare view

Updates boto3 from 1.35.49 to 1.35.63

Commits
  • 4ba2d2d Merge branch 'release-1.35.63'
  • b474be1 Bumping version to 1.35.63
  • e1a1370 Add changelog entries from botocore
  • f40c89c Merge branch 'release-1.35.62'
  • a957a51 Merge branch 'release-1.35.62' into develop
  • eefec7e Bumping version to 1.35.62
  • 00d883c Add changelog entries from botocore
  • edae57b Merge branch 'release-1.35.61'
  • bccb984 Merge branch 'release-1.35.61' into develop
  • 61bb713 Bumping version to 1.35.61
  • 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.8

Release notes

Sourced from langchain-openai's releases.

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.4` | `0.3.7` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.7` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.54.4` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.39.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.49` | `1.35.63` |
| [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.8` |



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

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

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

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

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

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.8
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.2.3...langchain-openai==0.2.8)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 18, 2024
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