experimental[patch]: release 0.0.43 (#13570)

This commit is contained in:
Bagatur 2023-11-28 15:38:09 -08:00 committed by GitHub
parent 6137894008
commit a20e8f8bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1642,7 +1642,7 @@ files = [
[[package]] [[package]]
name = "langchain" name = "langchain"
version = "0.0.341" version = "0.0.342"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -1655,7 +1655,7 @@ anyio = "<4.0"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
dataclasses-json = ">= 0.5.7, < 0.7" dataclasses-json = ">= 0.5.7, < 0.7"
jsonpatch = "^1.33" jsonpatch = "^1.33"
langchain-core = "^0.0.6" langchain-core = ">=0.0.7,<0.1"
langsmith = "~0.0.63" langsmith = "~0.0.63"
numpy = "^1" numpy = "^1"
pydantic = ">=1,<3" pydantic = ">=1,<3"
@ -1685,7 +1685,7 @@ url = "../langchain"
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.0.6" version = "0.0.7"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -4931,4 +4931,4 @@ extended-testing = ["faker", "presidio-analyzer", "presidio-anonymizer", "senten
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "3009eaacb130feb45c7ccca366a68fb40a3107edf7c0fcc8b2dd0f993c97000f" content-hash = "42fe69b21c0dba3a3550be5a8ad127db8aa77c1d357ac5e39b3b426561c8dc0b"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-experimental" name = "langchain-experimental"
version = "0.0.42" version = "0.0.43"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@ -10,7 +10,7 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain = ">=0.0.308" langchain = ">=0.0.342,<0.1"
presidio-anonymizer = {version = "^2.2.33", optional = true} presidio-anonymizer = {version = "^2.2.33", optional = true}
presidio-analyzer = {version = "^2.2.33", optional = true} presidio-analyzer = {version = "^2.2.33", optional = true}
faker = {version = "^19.3.1", optional = true} faker = {version = "^19.3.1", optional = true}