experimental: release 0.3 (#26477)

pull/26479/head langchain-experimental==0.3.0
ccurme 6 days ago committed by GitHub
parent 6abb23ca97
commit 8abc7ff55a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1532,7 +1532,7 @@ files = [
[[package]]
name = "langchain"
version = "0.3.0.dev1"
version = "0.3.0"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -1542,14 +1542,14 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
langchain-core = "^0.3.0.dev2"
langchain-text-splitters = "^0.3.0.dev1"
langchain-core = "^0.3.0"
langchain-text-splitters = "^0.3.0"
langsmith = "^0.1.17"
numpy = [
{version = ">=1,<2", markers = "python_version < \"3.12\""},
{version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""},
]
pydantic = ">=1,<3"
pydantic = "^2.7.4"
PyYAML = ">=5.3"
requests = "^2"
SQLAlchemy = ">=1.4,<3"
@ -1561,7 +1561,7 @@ url = "../langchain"
[[package]]
name = "langchain-community"
version = "0.3.0.dev1"
version = "0.3.0"
description = "Community contributed LangChain integrations."
optional = false
python-versions = ">=3.9,<4.0"
@ -1571,8 +1571,8 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
dataclasses-json = ">= 0.5.7, < 0.7"
langchain = "^0.3.0.dev1"
langchain-core = "^0.3.0.dev2"
langchain = "^0.3.0"
langchain-core = "^0.3.0"
langsmith = "^0.1.112"
numpy = [
{version = ">=1,<2", markers = "python_version < \"3.12\""},
@ -1590,7 +1590,7 @@ url = "../community"
[[package]]
name = "langchain-core"
version = "0.3.0.dev4"
version = "0.3.0"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -1599,9 +1599,12 @@ develop = true
[package.dependencies]
jsonpatch = "^1.33"
langsmith = "^0.1.112"
langsmith = "^0.1.117"
packaging = ">=23.2,<25"
pydantic = "^2.7.4"
pydantic = [
{version = ">=2.5.2,<3.0.0", markers = "python_full_version < \"3.12.4\""},
{version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""},
]
PyYAML = ">=5.3"
tenacity = "^8.1.0,!=8.4.0"
typing-extensions = ">=4.7"
@ -1612,7 +1615,7 @@ url = "../core"
[[package]]
name = "langchain-openai"
version = "0.2.0.dev2"
version = "0.2.0"
description = "An integration package connecting OpenAI and LangChain"
optional = false
python-versions = ">=3.9,<4.0"
@ -1620,7 +1623,7 @@ files = []
develop = true
[package.dependencies]
langchain-core = "^0.3.0.dev1"
langchain-core = "^0.3"
openai = "^1.40.0"
tiktoken = ">=0.7,<1"
@ -1630,7 +1633,7 @@ url = "../partners/openai"
[[package]]
name = "langchain-text-splitters"
version = "0.3.0.dev1"
version = "0.3.0"
description = "LangChain text splitting utilities"
optional = false
python-versions = ">=3.9,<4.0"
@ -1638,7 +1641,7 @@ files = []
develop = true
[package.dependencies]
langchain-core = "^0.3.0.dev1"
langchain-core = "^0.3.0"
[package.source]
type = "directory"
@ -1646,13 +1649,13 @@ url = "../text-splitters"
[[package]]
name = "langsmith"
version = "0.1.115"
version = "0.1.120"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false
python-versions = "<4.0,>=3.8.1"
files = [
{file = "langsmith-0.1.115-py3-none-any.whl", hash = "sha256:04e35cfd4c2d4ff1ea10bb577ff43957b05ebb3d9eb4e06e200701f4a2b4ac9f"},
{file = "langsmith-0.1.115.tar.gz", hash = "sha256:3b775377d858d32354f3ee0dd1ed637068cfe9a1f13e7b3bfa82db1615cdffc9"},
{file = "langsmith-0.1.120-py3-none-any.whl", hash = "sha256:54d2785e301646c0988e0a69ebe4d976488c87b41928b358cb153b6ddd8db62b"},
{file = "langsmith-0.1.120.tar.gz", hash = "sha256:25499ca187b41bd89d784b272b97a8d76f60e0e21bdf20336e8a2aa6a9b23ac9"},
]
[package.dependencies]
@ -3771,4 +3774,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "4ee22c79e316e5e2fadd726f715b4cb8ace00e7f24d361d2e24e0c53288bdc89"
content-hash = "faa180417e0cb446d8040153e0c616e12f6190d8d32e5f7c0281b3cee2271761"

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-experimental"
version = "0.3.0.dev1"
version = "0.3.0"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -22,8 +22,8 @@ exclude = ["notebooks", "examples", "example_data"]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev4"
langchain-community = "^0.3.0.dev1"
langchain-core = "^0.3.0"
langchain-community = "^0.3.0"
[tool.ruff.lint]
select = ["E", "F", "I", "T201"]

Loading…
Cancel
Save