chore: increment versions for 0.4 branch (#32419)

This commit is contained in:
ccurme 2025-08-05 16:39:37 -03:00 committed by GitHub
parent e02eed5489
commit ac2de920b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 127 additions and 1369 deletions

View File

@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "0.3.72"
VERSION = "0.4.0.dev0"

View File

@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4",
]
name = "langchain-core"
version = "0.3.72"
version = "0.4.0.dev0"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -987,7 +987,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.72"
version = "0.4.0.dev0"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9, <4.0"
dependencies = [
"langchain-core<1.0.0,>=0.3.72",
"langchain-core<1.0.0,>=0.4.0.dev0",
"langchain-text-splitters<1.0.0,>=0.3.9",
"langsmith>=0.1.17",
"pydantic<3.0.0,>=2.7.4",
@ -17,7 +17,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.27"
version = "0.4.0.dev0"
description = "Building applications with LLMs through composability"
readme = "README.md"
@ -25,9 +25,9 @@ readme = "README.md"
community = ["langchain-community"]
anthropic = ["langchain-anthropic"]
openai = ["langchain-openai"]
azure-ai = ["langchain-azure-ai"]
cohere = ["langchain-cohere"]
google-vertexai = ["langchain-google-vertexai"]
# azure-ai = ["langchain-azure-ai"]
# cohere = ["langchain-cohere"]
# google-vertexai = ["langchain-google-vertexai"]
google-genai = ["langchain-google-genai"]
fireworks = ["langchain-fireworks"]
ollama = ["langchain-ollama"]
@ -35,9 +35,9 @@ together = ["langchain-together"]
mistralai = ["langchain-mistralai"]
huggingface = ["langchain-huggingface"]
groq = ["langchain-groq"]
aws = ["langchain-aws"]
# aws = ["langchain-aws"]
deepseek = ["langchain-deepseek"]
xai = ["langchain-xai"]
# xai = ["langchain-xai"]
perplexity = ["langchain-perplexity"]
[project.urls]

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.68",
"langchain-core<1.0.0,>=0.4.0.dev0",
"openai<2.0.0,>=1.86.0",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.28"
version = "0.4.0.dev0"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"
@ -92,4 +92,4 @@ filterwarnings = [
"tests/**/*.py" = [
"S101", # Tests need assertions
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
]
]

View File

@ -480,7 +480,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.72"
version = "0.4.0.dev0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -538,7 +538,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.28"
version = "0.4.0.dev0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },