mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 23:26:34 +00:00
chore: increment versions for 0.4 branch (#32419)
This commit is contained in:
parent
e02eed5489
commit
ac2de920b1
@ -1,3 +1,3 @@
|
|||||||
"""langchain-core version information and utilities."""
|
"""langchain-core version information and utilities."""
|
||||||
|
|
||||||
VERSION = "0.3.72"
|
VERSION = "0.4.0.dev0"
|
||||||
|
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"pydantic>=2.7.4",
|
"pydantic>=2.7.4",
|
||||||
]
|
]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.72"
|
version = "0.4.0.dev0"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -987,7 +987,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.72"
|
version = "0.4.0.dev0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
|
@ -7,7 +7,7 @@ authors = []
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9, <4.0"
|
requires-python = ">=3.9, <4.0"
|
||||||
dependencies = [
|
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",
|
"langchain-text-splitters<1.0.0,>=0.3.9",
|
||||||
"langsmith>=0.1.17",
|
"langsmith>=0.1.17",
|
||||||
"pydantic<3.0.0,>=2.7.4",
|
"pydantic<3.0.0,>=2.7.4",
|
||||||
@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
||||||
]
|
]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.27"
|
version = "0.4.0.dev0"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
@ -25,9 +25,9 @@ readme = "README.md"
|
|||||||
community = ["langchain-community"]
|
community = ["langchain-community"]
|
||||||
anthropic = ["langchain-anthropic"]
|
anthropic = ["langchain-anthropic"]
|
||||||
openai = ["langchain-openai"]
|
openai = ["langchain-openai"]
|
||||||
azure-ai = ["langchain-azure-ai"]
|
# azure-ai = ["langchain-azure-ai"]
|
||||||
cohere = ["langchain-cohere"]
|
# cohere = ["langchain-cohere"]
|
||||||
google-vertexai = ["langchain-google-vertexai"]
|
# google-vertexai = ["langchain-google-vertexai"]
|
||||||
google-genai = ["langchain-google-genai"]
|
google-genai = ["langchain-google-genai"]
|
||||||
fireworks = ["langchain-fireworks"]
|
fireworks = ["langchain-fireworks"]
|
||||||
ollama = ["langchain-ollama"]
|
ollama = ["langchain-ollama"]
|
||||||
@ -35,9 +35,9 @@ together = ["langchain-together"]
|
|||||||
mistralai = ["langchain-mistralai"]
|
mistralai = ["langchain-mistralai"]
|
||||||
huggingface = ["langchain-huggingface"]
|
huggingface = ["langchain-huggingface"]
|
||||||
groq = ["langchain-groq"]
|
groq = ["langchain-groq"]
|
||||||
aws = ["langchain-aws"]
|
# aws = ["langchain-aws"]
|
||||||
deepseek = ["langchain-deepseek"]
|
deepseek = ["langchain-deepseek"]
|
||||||
xai = ["langchain-xai"]
|
# xai = ["langchain-xai"]
|
||||||
perplexity = ["langchain-perplexity"]
|
perplexity = ["langchain-perplexity"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,12 +7,12 @@ authors = []
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
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",
|
"openai<2.0.0,>=1.86.0",
|
||||||
"tiktoken<1,>=0.7",
|
"tiktoken<1,>=0.7",
|
||||||
]
|
]
|
||||||
name = "langchain-openai"
|
name = "langchain-openai"
|
||||||
version = "0.3.28"
|
version = "0.4.0.dev0"
|
||||||
description = "An integration package connecting OpenAI and LangChain"
|
description = "An integration package connecting OpenAI and LangChain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -480,7 +480,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.72"
|
version = "0.4.0.dev0"
|
||||||
source = { editable = "../../core" }
|
source = { editable = "../../core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
@ -538,7 +538,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-openai"
|
name = "langchain-openai"
|
||||||
version = "0.3.28"
|
version = "0.4.0.dev0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "langchain-core" },
|
{ name = "langchain-core" },
|
||||||
|
Loading…
Reference in New Issue
Block a user