Skip to content

Bump the pip group across 1 directory with 4 updates #2

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

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

Conversation

dependabot[bot]
Copy link

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

Bumps the pip group with 4 updates in the / directory: langchain, langchain-community, langchain-core and langchain-experimental.

Updates langchain from 0.3.0 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-core==0.3.16

Changes since langchain-core==0.3.15

core[patch]: Release 0.3.16 (#28045) docs: new stack diagram (#27972) langchain_core: add file_type option to make file type default as png (#27855) docs: fix trim_messages docstring (#27948) core[patch]: make oai tool description optional (#27756) core: fix CommaSeparatedListOutputParser to handle columns that may contain commas in it (#26365) langchain[patch]: Add warning in react agent (#26980) core: use friendlier names for duplicated nodes in mermaid output (#27747)

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==0.3.16

Changes since langchain==0.3.15

langchain: release 0.3.16 (#29451) langchain: add deepseek provider to init chat model (#29449) langchain[patch]: support ollama in init_embeddings (#29349) langchain: added vectorstore docstring linting (#29241) langchain: Bump ruff version to 0.9 (#29211)

langchain-community==0.3.15

... (truncated)

Commits

Updates langchain-community from 0.2.9 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 langchain-core from 0.1.35 to 0.3.33

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.33

Changes since langchain-core==0.3.32

core: release 0.3.33 (#29483) multiple: structured output tracing standard metadata (#29421) docs:Fix Imports for Document and BaseRetriever (#29473)

langchain-core==0.3.32

Changes since langchain-core==0.3.31

core: release 0.3.32 (#29450) change behavior for converting a string to openai messages (#29446) core: Add ruff rules TRY (tryceratops) (#29388) core: Cache RunnableLambda repr (#29199) core: Cache RunnableLambda deps (#29200) core[patch]: fix API reference for draw_ascii (#29370) core: Bump ruff version to 0.9 (#29201) core: Auto-fix some docstrings (#29337) core: fix call to get closure vars for partial-wrapped funcs (#29316)

langchain-core==0.3.31

Changes since langchain-core==0.3.30

core[patch]: 0.3.31 (#29320) core: Add ruff rule S101 (no assert) (#29267) core: Add ruff rule W293 (whitespaces) (#29272)

langchain-core==0.3.30

Changes since langchain-core==0.3.29

core[patch]: release 0.3.30 (#29256) core: Add support for calls in get_function_nonlocals (#29255) DOC: Improve human input prompt in FewShotChatMessagePromptTemplate example (#29023) core: allow artifact in create_retriever_tool (#28903)

langchain-core==0.3.29

Changes since langchain-core==0.3.28

core[patch]: release 0.3.29 (#29017) core[patch]: substantially speed up @​deprecated (#29016) core[patch]: remove deprecated functions from tool binding hotpath (#29015) core[patch]: fix deprecation admonition in API ref (#28992) (Core) Small Change in Docstring for method partial for BasePromptTemplate (#28969) infra: speed up unit tests (#28974) core,anthropic[patch]: fix with_structured_output typing (#28950) core[patch]: remove redundant imports (#28861)

langchain-core==0.3.28

Changes since langchain-core==0.3.27

... (truncated)

Commits

Updates langchain-experimental from 0.0.61 to 0.3.4

Release notes

Sourced from langchain-experimental's releases.

libs/experimental/v0.3.4

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-experimental@libs/experimental/v0.3.3...libs/experimental/v0.3.4

libs/experimental/v0.3.3

What's Changed

New Contributors

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

libs/experimental/v0.3.2

What's Changed

New Contributors

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

libs/experimental/v0.3.1.post1

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-experimental/commits/libs/experimental/v0.3.1.post1

Prior Release Notes

... (truncated)

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 4 updates in the / directory: [langchain](https://github.com/langchain-ai/langchain), [langchain-community](https://github.com/langchain-ai/langchain), [langchain-core](https://github.com/langchain-ai/langchain) and [langchain-experimental](https://github.com/langchain-ai/langchain-experimental).


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

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

Updates `langchain-core` from 0.1.35 to 0.3.33
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits/langchain-core==0.3.33)

Updates `langchain-experimental` from 0.0.61 to 0.3.4
- [Release notes](https://github.com/langchain-ai/langchain-experimental/releases)
- [Commits](https://github.com/langchain-ai/langchain-experimental/commits/libs/experimental/v0.3.4)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-community
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-core
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain-experimental
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants