chore(deps-dev): bump the langchain group across 1 directory with 7 updates
Bumps the langchain group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| langchain-mistralai | 0.1.7 |
0.1.13 |
| langchain-google-vertexai | 1.0.4 |
1.0.10 |
| langchain-openai | 0.1.7 |
0.1.25 |
| langchain-anthropic | 0.1.13 |
0.1.22 |
| langchain-groq | 0.1.5 |
0.1.10 |
| langchain-aws | 0.1.17 |
0.1.18 |
| langchain-community | 0.2.16 |
0.2.17 |
Updates langchain-mistralai from 0.1.7 to 0.1.13
Release notes
Sourced from langchain-mistralai's releases.
langchain-mistralai==0.1.13
Changes since langchain-mistralai==0.1.12
mistralai[patch]: Release 0.1.13 (#25978)
langchain-mistralai- make base URL possible to set via env variable forChatMistralAI(#25956) all: Improve make lint command (#25344) together, standard-tests: specify tool_choice in standard tests (#25548) mistralai[patch]: Update more@​root_validators for pydantic 2 compatibility (#25446) mistralai[patch]: Update root validator for compatibility with pydantic 2 (#25403) huggingface[patch], pinecone[patch], fireworks[patch], mistralai[patch], voyageai[patch], togetherai[path]: convert Pydantic extras to literals (#25384) mistralai[patch]: Docs Update APIReference for MistralAIEmbeddings (#25294) patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014)
Commits
7457949mistralai[patch]: Release 0.1.13 (#25978)0c69c9fcore[patch]: Release 0.2.38 (#25974)fa8402ecore[minor]: Add support for multiple env keys for secrets_from_env (#25971)fdeaff4langchain-mistralai- make base URL possible to set via env variable for `C...c7154a4community: sambastudio llms api v2 support (#25063)8d784dbdocs: Add missing args in api doc ofWebResearchRetriever(#25949)da113f6docs: ChatOpenAI.with_structured_output nits (#25952)5b99bb2docs: fix bullet list spacing (#25950)ef329f6docs: Fix databricks doc (#25941)f872c50docs: installation nits (#24484)- Additional commits viewable in compare view
Updates langchain-google-vertexai from 1.0.4 to 1.0.10
Release notes
Sourced from langchain-google-vertexai's releases.
libs/genai/v1.0.10
What's Changed
- genai and vertexai: implement ls_params for LLMs by
@​ccurmein langchain-ai/langchain-google#446- added support for mistral maas models by
@​lkuliginin langchain-ai/langchain-google#447- fix default params + added support for Gemma 2B by
@​lkuliginin langchain-ai/langchain-google#451- genai: Add support for allOf by
@​gramliuin langchain-ai/langchain-google#453- vertex: fix SafetySetting import by
@​kardiff18in langchain-ai/langchain-google#450- fix condition for gemini advanced model family by
@​lkuliginin langchain-ai/langchain-google#454- Tests cleanup by
@​lkuliginin langchain-ai/langchain-google#455- test for mistral tools by
@​lkuliginin langchain-ai/langchain-google#456- Llama maas by
@​lkuliginin langchain-ai/langchain-google#458- release by
@​lkuliginin langchain-ai/langchain-google#461New Contributors
@​gramliumade their first contribution in langchain-ai/langchain-google#453Full Changelog: https://github.com/langchain-ai/langchain-google/compare/libs/genai/v1.0.9...libs/genai/v1.0.10
libs/vertexai/v1.0.10
What's Changed
- fix model_garden models by
@​lkuliginin langchain-ai/langchain-google#462Full Changelog: https://github.com/langchain-ai/langchain-google/compare/libs/community/v1.0.8...libs/vertexai/v1.0.10
libs/genai/v1.0.9
What's Changed
- genai[patch]: with_structured_output support pydantic v2 by
@​baskaryanin langchain-ai/langchain-google#414- add rate limiting to integration tests by
@​eyurtsevin langchain-ai/langchain-google#408- genai: fix Makefile about ruff check by
@​nobu007in langchain-ai/langchain-google#419- GenerateContentRequest.tools.function_declarations.parameters set None when function parameters is empty by
@​bimslabin langchain-ai/langchain-google#416- vertex[patch]: fix streaming for gemini-1.5-pro + vision by
@​ccurmein langchain-ai/langchain-google#418- Update gemma.py by
@​Tungway1990in langchain-ai/langchain-google#412- Fix vertexaimodel by
@​ppradosin langchain-ai/langchain-google#406- Update drive.py to only use drive.file scope by
@​walterheckin langchain-ai/langchain-google#424- docs: add PULL_REQUEST_TEMPLATE.md by
@​nobu007in langchain-ai/langchain-google#398- fix: update table_schema when instantiating already existing BigQueryVectorStore by
@​Freezaa9in langchain-ai/langchain-google#429- added support for allOf by
@​lkuliginin langchain-ai/langchain-google#431- fix: Standardize default parameters across Gemini and Gemini Advanced models by
@​mitraan-deshawin langchain-ai/langchain-google#428- added deprecation warning for a default model_name by
@​lkuliginin langchain-ai/langchain-google#433- Add Multimodal fc support by
@​kardiff18in langchain-ai/langchain-google#404- genai[patch]: support media inputs by
@​baskaryanin langchain-ai/langchain-google#442- make ChatGoogleGenerativeAI serializable by
@​lkuliginin langchain-ai/langchain-google#443- genai[patch]: Release 1.0.9 by
@​baskaryanin langchain-ai/langchain-google#445New Contributors
@​eyurtsevmade their first contribution in langchain-ai/langchain-google#408@​Tungway1990made their first contribution in langchain-ai/langchain-google#412@​ppradosmade their first contribution in langchain-ai/langchain-google#406@​walterheckmade their first contribution in langchain-ai/langchain-google#424
... (truncated)
Commits
0150996release (#461)86aade8Llama maas (#458)dedfe89test for mistral tools (#456)3557076Tests cleanup (#455)8b7a871fix condition for gemini advanced model family (#454)0de5c85vertex: fix SafetySetting import (#450)e642e0bAdd support for allOf in genai (#453)aad9465fix default params + added support for Gemma 2B (#451)35e4cc5added support for mistral maas models (#447)d52d774genai and vertexai: implement ls_params for LLMs (#446)- Additional commits viewable in compare view
Updates langchain-openai from 0.1.7 to 0.1.25
Release notes
Sourced from langchain-openai's releases.
langchain-openai==0.1.25
Changes since langchain-openai==0.1.24
openai[patch]: Release 0.1.25 (#26439) openai[patch]: get output_type when using with_structured_output (#26307)
langchain-openai==0.1.24
Changes since langchain-openai==0.1.23
partners/openai: release 0.1.24 (#26417) community, openai: support nested dicts (#26414) fmt standard-tests[patch]: add Ser/Des test langchain_openai: Make sure the response from the async client in the astream method of ChatOpenAI is properly awaited in case of "include_response_headers=True" (#26031) openai[patch]: add back azure embeddings api_version alias openai[patch]: Upgrade
@​root_validators in preparation for pydantic 2 migration (#25491) standard-tests[patch]: test init from env vars (#25983) docs: ChatOpenAI.with_structured_output nits (#25952) langchain_openai: Cleanup OpenAIEmbeddings validate_environment. (#25855)langchain-openai==0.1.23
Changes since langchain-openai==0.1.22
openai[patch]: Release 0.1.23 (#25804) openai[patch]: fix get_num_tokens for function calls (#25785) all: Improve make lint command (#25344) openai:compatible with other llm usage meta data (#24500) core[patch]: add additionalProperties recursively to oai function if strict (#25169) docs: fix openai api ref (#25639)
langchain-openai==0.1.22
Changes since langchain-openai==0.1.21
openai[patch]: update core dep (#25502) core, partners: implement standard tracing params for LLMs (#25410) openai[patch]: Release 0.1.22 (#25496) openai[patch]: fix json mode for Azure (#25488) docs: format oai embeddings docstring (#25448) docs: remove the extra period in docstring (#25414) docs: udpated api reference (#25172) openai[patch]: Update extra to match pydantic 2 (#25382) openai: Update API Reference docs for AzureOpenAI Embeddings (#25312) openai[patch]: Docs fix RST formatting in OpenAIEmbeddings (#25293) openai[patch]: Add API Reference docs to OpenAIEmbeddings (#25290) docs: Standardize OpenAI Docs (#25280)
langchain-openai==0.1.21
Changes since langchain-openai==0.1.20
openai[patch]: Release 0.1.21 (#25269)
... (truncated)
Commits
d9813bdopenai[patch]: Release 0.1.25 (#26439)7fc9e99openai[patch]: get output_type when using with_structured_output (#26307)0f2b32fcore[patch]: Release 0.2.40 (#26435)e32adadcommunity[patch]: Release 0.2.17 (#26432)8a02fd9core: add additional import mappings to loads (#26406)1d98937partners/openai: release 0.1.24 (#26417)28ad244community, openai: support nested dicts (#26414)c0dd293partners/groq: release 0.1.10 (#26393)54c8508groq: add back streaming tool calls (#26391)396c0aedocs: Adding LC Academy links (#26164)- Additional commits viewable in compare view
Updates langchain-anthropic from 0.1.13 to 0.1.22
Commits
c776471community: fix AttributeError: 'YandexGPT' object has no attribute '_grpc_met...752a71bintegrations[patch]: release model packages (#24900)1213a59docs[patch]: Update kv store docs pages (#24848)17a06cbinfra: check templates based on integration (#24857)a7380ddcli: release 0.0.28 (#24852)e98e4becli: register new integration doc templates (#24854)210623bcore[minor]: Add support for pydantic 2 to utility to get fields (#24899)7d16940core[patch]: Release 0.2.26 (#24898)add1611community[patch]: Make the pydantic linter stricter (#24897)a4a444fcommunity[patch]: Fix arcee llm usage of root_validator(pre=False) (#24896)- Additional commits viewable in compare view
Updates langchain-groq from 0.1.5 to 0.1.10
Release notes
Sourced from langchain-groq's releases.
langchain-groq==0.1.10
Changes since langchain-groq==0.1.9
partners/groq: release 0.1.10 (#26393) groq: add back streaming tool calls (#26391) standard-tests[patch]: add Ser/Des test all: Improve make lint command (#25344) together, standard-tests: specify tool_choice in standard tests (#25548) groq[patch]: update model used for llama tests (#25542) groq[patch]: Update root validators for pydantic 2 migration (#25402) groq[patch]: update rate limit in integration tests (#25177) groq[patch]: allow warnings during tests (#25105) patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014)
Commits
c0dd293partners/groq: release 0.1.10 (#26393)54c8508groq: add back streaming tool calls (#26391)396c0aedocs: Adding LC Academy links (#26164)feb3517core[patch]: fix empty OpenAI tools when strict=True (#26287)d87feb1[Docs] Correct the admonition explaining min langchain-anthropic version in d...398718ecore[patch]: fix regression in convert_to_openai_tool with instances of Tool ...7feae62core[patch]: Support non ASCII characters in tool output if user doesn't outp...b993172Keyword-like runnable config (#26295)17659cacore[patch]: Release 0.2.39 (#26279)212c688core[minor]: Remove serialized manifest from tracing requests for non-llm run...- Additional commits viewable in compare view
Updates langchain-aws from 0.1.17 to 0.1.18
Release notes
Sourced from langchain-aws's releases.
v0.1.18
What's Changed
- Updating README to include support for Bedrock Agents by
@​kcgourishettiin langchain-ai/langchain-aws#166- aws[patch]: backward-compatible pydantic v2 changes by
@​ccurmein langchain-ai/langchain-aws#180- Fixes get provider for model_ids with region prefix. Added unit tests. by
@​3coinsin langchain-ai/langchain-aws#184- Update pyproject.toml to v0.1.18 by
@​3coinsin langchain-ai/langchain-aws#189- infra[patch]: support dev + rc releases by
@​ccurmein langchain-ai/langchain-aws#190- infra[patch]: fix release workflow by
@​ccurmein langchain-ai/langchain-aws#191Full Changelog: https://github.com/langchain-ai/langchain-aws/compare/v0.1.17...v0.1.18
Commits
fc72065infra[patch]: fix release workflow (#191)644de0binfra[patch]: support dev + rc releases (#190)feb8f09Update pyproject.toml to v0.1.18 (#189)4aebf17Fixes get provider for model_ids with region prefix. Added unit tests. (#184)533effbaws[patch]: backward-compatible pydantic v2 changes (#180)d89fcf8Updating README to include support for Bedrock Agents (#166)- See full diff in compare view
Updates langchain-community from 0.2.16 to 0.2.17
Release notes
Sourced from langchain-community's releases.
langchain-community==0.2.17
Changes since langchain-community==0.2.16
community[patch]: Release 0.2.17 (#26432) community, openai: support nested dicts (#26414) core[minor]: Remove serialized manifest from tracing requests for non-llm runs (#26270) community: Add docstring for HtmlLinkExtractor (#26213) community: Add docstring for GLiNERLinkExtractor (#26218) community: Add docstring for KeybertLinkExtractor (#26210) Add session expired retry to neo4j graph (#26182) Adding bind_tools in ChatOctoAI (#26168) infra: Clear cache for env-var checks (#26073) fmt fmt fmt Improvement[Community] Improve args description in api doc of
DocArrayInMemorySearch(#26024) community: delta in openai choice can be None, creates handler for that (#25954)
Commits
e32adadcommunity[patch]: Release 0.2.17 (#26432)8a02fd9core: add additional import mappings to loads (#26406)1d98937partners/openai: release 0.1.24 (#26417)28ad244community, openai: support nested dicts (#26414)c0dd293partners/groq: release 0.1.10 (#26393)54c8508groq: add back streaming tool calls (#26391)396c0aedocs: Adding LC Academy links (#26164)feb3517core[patch]: fix empty OpenAI tools when strict=True (#26287)d87feb1[Docs] Correct the admonition explaining min langchain-anthropic version in d...398718ecore[patch]: fix regression in convert_to_openai_tool with instances of Tool ...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot recreate
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase