Skip to content

Commit 1dafe0e

Browse files
committed
increment langchain version
1 parent 26a75d9 commit 1dafe0e

File tree

2 files changed

+62
-21
lines changed

2 files changed

+62
-21
lines changed

libs/langchain/pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = {text = "MIT"}
88
requires-python = "<4.0,>=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.33",
11-
"langchain-text-splitters<1.0.0,>=0.3.3",
10+
"langchain-core<1.0.0,>=0.3.34rc2",
11+
"langchain-text-splitters<1.0.0,>=0.3.6rc2",
1212
"langsmith<0.4,>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
1414
"SQLAlchemy<3,>=1.4",
@@ -21,14 +21,14 @@ dependencies = [
2121
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
2222
]
2323
name = "langchain"
24-
version = "0.3.18rc1"
24+
version = "0.3.18rc2"
2525
description = "Building applications with LLMs through composability"
2626
readme = "README.md"
2727

2828
[project.optional-dependencies]
2929
community = ["langchain-community"]
30-
anthropic = ["langchain-anthropic"]
31-
openai = ["langchain-openai"]
30+
anthropic = ["langchain-anthropic>=0.3.7rc1"]
31+
openai = ["langchain-openai>=0.3.4rc1"]
3232
cohere = ["langchain-cohere"]
3333
google-vertexai = ["langchain-google-vertexai"]
3434
google-genai = ["langchain-google-genai"]

libs/langchain/uv.lock

+57-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)