experimental[patch]: Release 0.0.46 (#14572)

pull/14340/head^2
Bagatur 10 months ago committed by GitHub
parent 14bfc5f9f4
commit 8bdaf55e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1642,7 +1642,7 @@ files = [
[[package]]
name = "langchain"
version = "0.0.349-rc.2"
version = "0.0.349"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1654,8 +1654,8 @@ aiohttp = "^3.8.3"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
dataclasses-json = ">= 0.5.7, < 0.7"
jsonpatch = "^1.33"
langchain-community = ">=0.0.1-rc.2,<0.1"
langchain-core = ">=0.0.13-rc.2,<0.1"
langchain-community = ">=0.0.1,<0.1"
langchain-core = ">=0.0.13,<0.1"
langsmith = "~0.0.63"
numpy = "^1"
pydantic = ">=1,<3"
@ -1685,7 +1685,7 @@ url = "../langchain"
[[package]]
name = "langchain-community"
version = "0.0.1-rc.2"
version = "0.0.1"
description = "Community contributed LangChain integrations."
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1695,7 +1695,7 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
dataclasses-json = ">= 0.5.7, < 0.7"
langchain-core = ">=0.0.13-rc.2,<0.1"
langchain-core = ">=0.0.13,<0.1"
langsmith = "~0.0.63"
numpy = "^1"
PyYAML = ">=5.3"
@ -1713,7 +1713,7 @@ url = "../community"
[[package]]
name = "langchain-core"
version = "0.0.13-rc.2"
version = "0.0.13"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -4966,4 +4966,4 @@ extended-testing = ["faker", "jinja2", "presidio-analyzer", "presidio-anonymizer
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "4b4e6954f96d9a4ebed1faa31bfffdc05128456bf629f25d5571a6e6397fe979"
content-hash = "6d5bdccfdbd44b564813ac0b1ef65f616515f880ff0bd9b9441301153cdd6ab3"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.45"
version = "0.0.46"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -10,8 +10,8 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true }
langchain = { version = ">=0.0.349-rc.2,<0.1", allow-prereleases = true }
langchain-core = ">=0.0.13,<0.1"
langchain = ">=0.0.349,<0.1"
presidio-anonymizer = {version = "^2.2.33", optional = true}
presidio-analyzer = {version = "^2.2.33", optional = true}
faker = {version = "^19.3.1", optional = true}

Loading…
Cancel
Save