From 8bdaf55e92df8e5f84ac032b58412b1f6ed7cbfc Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:46:14 -0800 Subject: [PATCH] experimental[patch]: Release 0.0.46 (#14572) --- libs/experimental/poetry.lock | 14 +++++++------- libs/experimental/pyproject.toml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libs/experimental/poetry.lock b/libs/experimental/poetry.lock index 9565743913..4a4b12653e 100644 --- a/libs/experimental/poetry.lock +++ b/libs/experimental/poetry.lock @@ -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" diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 3d66a6ee34..061e218f54 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -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}