langfuse-python icon indicating copy to clipboard operation
langfuse-python copied to clipboard

chore(deps): bump the langchain group with 10 updates

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps the langchain group with 10 updates:

Package From To
langchain 0.3.12 0.3.20
langchain-mistralai 0.2.3 0.2.8
langchain-google-vertexai 2.0.9 2.0.10
langchain-openai 0.2.11 0.3.8
langchain-anthropic 0.3.0 0.3.10
langchain-groq 0.2.1 0.2.5
langchain-aws 0.2.9 0.2.15
langchain-ollama 0.2.1 0.2.3
langchain-cohere 0.3.3 0.4.3
langchain-community 0.3.12 0.3.19

Updates langchain from 0.3.12 to 0.3.20

Release notes

Sourced from langchain's releases.

langchain==0.3.20

Changes since langchain==0.3.19

langchain[patch]: release 0.3.20 (#30101) core[patch]: Fix FileCallbackHandler name resolution, Fixes #29941 (#29942) langchain[patch]: delete erroneous lock file (#30007) langchain: make numpy optional (#29182) docs: Correct grammatical typos in various documentation files (#29983) langchain[patch]: remove aiohttp (#29991) langchain[patch]: remove explicit dependency on tenacity (#29990) langchain: update extended test (#29988) _wait_for_run calling fix for OpenAIAssistantRunnable (#29927) core[patch]: set version="v2" as default in astream_events (#29894)

langchain==0.3.19

Changes since langchain==0.3.18

langchain[patch]: release 0.3.19 (#29851) langchain[patch]: add xai to extras (#29850) langchain[patch]: init_chat_model xai support (#29849) all: Bump blockbuster version to 1.5.18 (#29806) multiple: fix uv path deps (#29790) feat(langchain): Infer o3 modelstrings passed to init_chat_model as OpenAI (#29743) feat: add support for IBM WatsonX AI chat models (#29688) langchain: support the situation when action_input is null in json output_parser (#29680) langchain: Use Blockbuster to detect blocking calls in asyncio during tests (#29616) docs: use init_chat_model (#29623)

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855)

... (truncated)

Commits

Updates langchain-mistralai from 0.2.3 to 0.2.8

Release notes

Sourced from langchain-mistralai's releases.

langchain-mistralai==0.2.8

Changes since langchain-mistralai==0.2.7

mistralai[patch]: bump core (#30278) mistral: release 0.2.8 (#30275) mistral[patch]: set global ssl context (#30189) core[patch]: update structured output tracing (#30123) anthropic, mistral: return model_name in response metadata (#30048) mistral[patch]: support model_kwargs (#29838)

langchain-mistralai==0.2.7

Changes since langchain-mistralai==0.2.6

mistralai[patch]: release 0.2.7 (#29906) multiple: fix uv path deps (#29790) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566) [MistralAI] Improve MistralAIEmbeddings (#29242)

langchain-mistralai==0.2.6

Changes since langchain-mistralai==0.2.5

partners/mistralai: release 0.2.6 (#29491) multiple: structured output tracing standard metadata (#29421)

langchain-mistralai==0.2.5

Changes since langchain-mistralai==0.2.4

mistral[patch]: release 0.2.5 (#29463) mistralai: support method="json_schema" in structured output (#29461) [Doc] Improve api doc (#29324) Revert "integrations[patch]: remove non-required chat param defaults" (#29048) integrations[patch]: remove non-required chat param defaults (#26730) partners: allow to set Prefix in AIMessage (for MistralAI) (#28846)

langchain-mistralai==0.2.4

Changes since langchain-mistralai==0.2.3

partners/mistralai: release 0.2.4 (#28803) json mode standard test (#25497) mistral[minor]: Added Retrying Mechanism in case of Request Rate Limit Error for MistralAIEmbeddings (#27818) partners/mistralai: Fix KeyError in Vertex AI stream (#28624) mistral: fix of issue #26029 (#28233)

Commits

Updates langchain-google-vertexai from 2.0.9 to 2.0.10

Release notes

Sourced from langchain-google-vertexai's releases.

libs/vertexai/v2.0.10

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-google/compare/libs/genai/v2.0.8...libs/vertexai/v2.0.10

libs/genai/v2.0.10

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-google/compare/libs/vertexai/v2.0.13...libs/genai/v2.0.10

Commits
  • 476bcc3 genai[patch]: release 2.0.10 (#743)
  • 008b9e9 genai: update standard tests library (#705)
  • 80257cd Ensure single instance of ImageBytesLoader in Embeddings (#737)
  • 6091071 docs: add temp_dataset_name to community.BigQueryVectorStore docs (#735)
  • 22a5e6a Ensure single instance of ImageBytesLoader in Vision Models (#736)
  • b341070 vertexai: add retry tracing with metadata in ChatAnthropicVertex (#728)
  • ef5932d Ensure a single instance of ImageBytesLoader throughout chat_models (#722)
  • a0027c8 genai: fix function_utils to parse object/array json schemas properly (#715)
  • 3915fc1 release 2.0.13 (#723)
  • d64bd7d vertexai: Add embeddings_task_type parameter to embed_query and `embed_do...
  • Additional commits viewable in compare view

Updates langchain-openai from 0.2.11 to 0.3.8

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.8

Changes since langchain-openai==0.3.7

openai[patch]: release 0.3.8 (#30164) core[patch]: update structured output tracing (#30123) core, openai, standard-tests: improve OpenAI compatibility with Anthropic content blocks (#30128) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) openai[patch]: add unit test (#30022)

langchain-openai==0.3.7

Changes since langchain-openai==0.3.6

openai[patch]: release 0.3.7 (#29967) openai[patch]: set global ssl context (#29932) core, openai[patch]: support serialization of pydantic models in messages (#29940) openai[patch]: update system role to developer for o-series models (#29785) openai: Update reasoning_effort arg documentation (#29897) core: basemessage.text() (#29078)

langchain-openai==0.3.6

Changes since langchain-openai==0.3.5

openai[patch]: release 0.3.6 (#29824) openai[patch]: enable streaming for o1 (#29823) multiple: fix uv path deps (#29790) Fix #29759: Use local chunk_size_ for looping in embed_documents (#29761)

langchain-openai==0.3.5

Changes since langchain-openai==0.3.4

openai[patch]: release 0.3.5 (#29740) openai, deepseek: make _convert_chunk_to_generation_chunk an instance method (#29731) Community/Partner: Adding Azure community and partner user agent to better track usage in Python (#29561) openai[patch]: make parallel_tool_calls explicit kwarg of bind_tools (#29669) openai: Removed tool_calls from completion chunk after other chunks have already been sent. (#29649)

langchain-openai==0.3.4

Changes since langchain-openai==0.3.3

openai: release 0.3.4 (#29652) openai[patch]: add test for message.name (#29651) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-openai==0.3.3

Changes since langchain-openai==0.3.2

partners/openai: release 0.3.3 (#29490) multiple: structured output tracing standard metadata (#29421)

... (truncated)

Commits

Updates langchain-anthropic from 0.3.0 to 0.3.10

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.3.10

Changes since langchain-anthropic==0.3.9

anthropic: release 0.3.10 (#30287) anthropic: support built-in tools, improve docs (#30274) core[patch]: update structured output tracing (#30123) anthropic[patch]: add PDF input example to API reference (#30156) core, openai, standard-tests: improve OpenAI compatibility with Anthropic content blocks (#30128)

langchain-anthropic==0.3.9

Changes since langchain-anthropic==0.3.8

anthropic[patch]: release 0.3.9 (#30103) anthropic[patch]: allow structured output when thinking is enabled (#30047) anthropic, mistral: return model_name in response metadata (#30048) docs: document anthropic features (#30030)

langchain-anthropic==0.3.8

Changes since langchain-anthropic==0.3.7

anthropic[patch]: release 0.3.8 (#29973) anthropic[patch]: support claude 3.7 sonnet (#29971) anthropic[patch]: update models for integration tests (#29938) core: basemessage.text() (#29078) multiple: fix uv path deps (#29790)

langchain-anthropic==0.3.7

Changes since langchain-anthropic==0.3.6

anthropic: release 0.3.7 (#29653) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-anthropic==0.3.6

Changes since langchain-anthropic==0.3.5

anthropic[patch]: release 0.3.6 (#29606) anthropic[patch]: support citations in streaming (#29591)

langchain-anthropic==0.3.5

Changes since langchain-anthropic==0.3.4

partners/anthropic: release 0.3.5 (#29486) multiple: structured output tracing standard metadata (#29421)

langchain-anthropic==0.3.4

Changes since langchain-anthropic==0.3.3

anthropic[patch]: release 0.3.4 (#29399) anthropic[patch]: always return content blocks if citations are generated (#29398)

... (truncated)

Commits

Updates langchain-groq from 0.2.1 to 0.2.5

Release notes

Sourced from langchain-groq's releases.

langchain-groq==0.2.5

Changes since langchain-groq==0.2.4

groq[patch]: release 0.2.5 (#30168) groq[patch]: warn if model is not specified (#30161) core[patch]: update structured output tracing (#30123) core: basemessage.text() (#29078) groq[patch]: remove xfails (#29794) multiple: fix uv path deps (#29790) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-groq==0.2.4

Changes since langchain-groq==0.2.3

partners/groq: release 0.2.4 (#29488) multiple: structured output tracing standard metadata (#29421) groq[patch]: update model used in test (#29441) docs: groq api key links (#29402)

langchain-groq==0.2.3

Changes since langchain-groq==0.2.2

partners/groq: release 0.2.3 (#29081) groq: user agent (#29079) Revert "integrations[patch]: remove non-required chat param defaults" (#29048) integrations[patch]: remove non-required chat param defaults (#26730) partners: fix default value for stop_sequences in ChatGroq (#28924)

langchain-groq==0.2.2

Changes since langchain-groq==0.2.1

partners/groq: release 0.2.2 (#28804) json mode standard test (#25497) multiple: fix xfailed signatures (#28597) groq,openai,mistralai: fix unit tests (#28279) multiple: push deprecation removals to 1.0 (#28236) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139)

Commits

Updates langchain-aws from 0.2.9 to 0.2.15

Release notes

Sourced from langchain-aws's releases.

langchain-aws==0.2.15

What's Changed

Full Changelog: https://github.com/langchain-ai/langchain-aws/compare/v0.2.14...langchain-aws%3D%3D0.2.15

Commits
  • 8a8dac2 Bump langchain-aws to v0.2.15 (#387)
  • d76f12f Update monorepo README with information on checkpointer package (#386)
  • 70ef5cc Update tag and artifacts generation in release workflow (#385)
  • 06e2b4e aws[patch]: add extended thinking example to API ref (#384)
  • ac1adb2 Reorganize checkpointer integration tests directory (#383)
  • aaa9c4a aws[patch]: allow structured output when thinking is enabled for Claude 3.7 (...
  • cd6728a feat: add bedrock memory saver implementation (#378)
  • 434899a Bump langchain-aws to v0.2.14 (#377)
  • 15479df Initial commit of Amazon Q Business runnable for langchain (#301)
  • 217e468 Update Streaming Validator for AWS Bedrock Models (#355)
  • Additional commits viewable in compare view

Updates langchain-ollama from 0.2.1 to 0.2.3

Release notes

Sourced from langchain-ollama's releases.

langchain-ollama==0.2.3

Changes since langchain-ollama==0.2.2

partners/ollama: release 0.2.3 (#29489) multiple: structured output tracing standard metadata (#29421) [feat] Added backwards compatibility for OllamaEmbeddings initialization (migration from langchain_community.embeddings to langchain_ollama.embeddings (#29296)

langchain-ollama==0.2.2

Changes since langchain-ollama==0.2.1

partners/ollama: release 0.2.2 (#28802) json mode standard test (#25497) ollama[patch]: permit streaming for tool calls (#28654) ollama[patch]: support structured output (#28629)

Commits

Updates langchain-cohere from 0.3.3 to 0.4.3

Release notes

Sourced from langchain-cohere's releases.

libs/cohere/v0.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-cohere/compare/libs/cohere/v0.4.2...libs/cohere/v0.4.3

libs/cohere/v0.4.2

What's Changed

Full Changelog: https://github.com/langchain-ai/langchain-cohere/compare/libs/cohere/v0.4.1...libs/cohere/v0.4.2

libs/cohere/v0.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-cohere/compare/libs/cohere/v0.3.5...libs/cohere/v0.4.1

libs/cohere/v0.3.5

What's Changed

Full Changelog: https://github.com/langchain-ai/langchain-cohere/compare/libs/cohere/v0.3.4...libs/cohere/v0.3.5

libs/cohere/v0.3.4

What's Changed

Full Changelog: https://github.com/langchain-ai/langchain-cohere/compare/libs/cohere/v0.3.3...libs/cohere/v0.3.4

Commits

Updates langchain-community from 0.3.12 to 0.3.19

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855) community: Made some Jira fields optional for agent to work correctly (#29876) Handled a bug around empty query results differently (#29877) community: ConfluenceLoader: add a filter method for attachments (Description%20has%20been%20truncated

%0A%0A

Greptile%20Summary

%0A

Disclaimer:%20Experimental%20PR%20review

%0A

Updates%20multiple%20Langchain-related%20dependencies%20in%20pyproject.toml%20to%20their%20latest%20compatible%20versions,%20focusing%20on%20improved%20functionality%20and%20stability%20across%20the%20ecosystem.

%0A
    %0A
  • Updates%20langchain%20from%200.3.12%20to%200.3.20%20with%20improved%20structured%20output%20tracing%20and%20compatibility%20fixes
  • %0A
  • Updates%20langchain-anthropic%20from%200.3.0%20to%200.3.10%20adding%20support%20for%20built-in%20tools%20and%20citations
  • %0A
  • Updates%20langchain-openai%20from%200.2.11%20to%200.3.8%20with%20enhanced%20OpenAI%20compatibility%20and%20content%20block%20handling
  • %0A
  • Updates%20langchain-cohere%20from%200.3.3%20to%200.4.3%20adding%20base%20URL%20parameter%20support%20and%20API%20v2%20integration
  • %0A
  • Updates%20langchain-groq%20from%200.2.1%20to%200.2.5%20with%20improved%20model%20specification%20warnings%20and%20structured%20output
  • %0A
%0A%0A" rel="nofollow" target="_blank" >

dependabot[bot] avatar Mar 18 '25 06:03 dependabot[bot]