Skip to content

Commit ac2de92

Browse files
authored
chore: increment versions for 0.4 branch (#32419)
1 parent e02eed5 commit ac2de92

File tree

7 files changed

+130
-1372
lines changed

7 files changed

+130
-1372
lines changed

libs/core/langchain_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "0.3.72"
3+
VERSION = "0.4.0.dev0"

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pydantic>=2.7.4",
1717
]
1818
name = "langchain-core"
19-
version = "0.3.72"
19+
version = "0.4.0.dev0"
2020
description = "Building applications with LLMs through composability"
2121
readme = "README.md"
2222

libs/core/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/langchain/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9, <4.0"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.72",
10+
"langchain-core<1.0.0,>=0.4.0.dev0",
1111
"langchain-text-splitters<1.0.0,>=0.3.9",
1212
"langsmith>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
@@ -17,27 +17,27 @@ dependencies = [
1717
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
1818
]
1919
name = "langchain"
20-
version = "0.3.27"
20+
version = "0.4.0.dev0"
2121
description = "Building applications with LLMs through composability"
2222
readme = "README.md"
2323

2424
[project.optional-dependencies]
2525
community = ["langchain-community"]
2626
anthropic = ["langchain-anthropic"]
2727
openai = ["langchain-openai"]
28-
azure-ai = ["langchain-azure-ai"]
29-
cohere = ["langchain-cohere"]
30-
google-vertexai = ["langchain-google-vertexai"]
28+
# azure-ai = ["langchain-azure-ai"]
29+
# cohere = ["langchain-cohere"]
30+
# google-vertexai = ["langchain-google-vertexai"]
3131
google-genai = ["langchain-google-genai"]
3232
fireworks = ["langchain-fireworks"]
3333
ollama = ["langchain-ollama"]
3434
together = ["langchain-together"]
3535
mistralai = ["langchain-mistralai"]
3636
huggingface = ["langchain-huggingface"]
3737
groq = ["langchain-groq"]
38-
aws = ["langchain-aws"]
38+
# aws = ["langchain-aws"]
3939
deepseek = ["langchain-deepseek"]
40-
xai = ["langchain-xai"]
40+
# xai = ["langchain-xai"]
4141
perplexity = ["langchain-perplexity"]
4242

4343
[project.urls]

libs/langchain/uv.lock

Lines changed: 115 additions & 1357 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/partners/openai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.68",
10+
"langchain-core<1.0.0,>=0.4.0.dev0",
1111
"openai<2.0.0,>=1.86.0",
1212
"tiktoken<1,>=0.7",
1313
]
1414
name = "langchain-openai"
15-
version = "0.3.28"
15+
version = "0.4.0.dev0"
1616
description = "An integration package connecting OpenAI and LangChain"
1717
readme = "README.md"
1818

@@ -92,4 +92,4 @@ filterwarnings = [
9292
"tests/**/*.py" = [
9393
"S101", # Tests need assertions
9494
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
95-
]
95+
]

libs/partners/openai/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)