mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 06:40:04 +00:00
experimental[patch]: Release 0.0.45 (#14418)
This commit is contained in:
parent
e4d6e55c5e
commit
52052cc7b9
8
libs/experimental/poetry.lock
generated
8
libs/experimental/poetry.lock
generated
@ -1642,7 +1642,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain"
|
||||
version = "0.0.347"
|
||||
version = "0.0.348"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
@ -1654,7 +1654,7 @@ 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-core = ">=0.0.11,<0.1"
|
||||
langchain-core = ">=0.0.12,<0.1"
|
||||
langsmith = "~0.0.63"
|
||||
numpy = "^1"
|
||||
pydantic = ">=1,<3"
|
||||
@ -1684,7 +1684,7 @@ url = "../langchain"
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.0.11"
|
||||
version = "0.0.12"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
@ -4937,4 +4937,4 @@ extended-testing = ["faker", "jinja2", "presidio-analyzer", "presidio-anonymizer
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "4bb3c4e436aba1fdab5159d3a3919173b7ae63f5816dc2e12accd2d76f58c29c"
|
||||
content-hash = "7a24812e24ea4c198748fda66171ffaaed50a4e9fc98112e5b25667aa14ee231"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain-experimental"
|
||||
version = "0.0.44"
|
||||
version = "0.0.45"
|
||||
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 = ">=0.0.10,<0.1"
|
||||
langchain = ">=0.0.346,<0.1"
|
||||
langchain-core = ">=0.0.12,<0.1"
|
||||
langchain = ">=0.0.348,<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…
Reference in New Issue
Block a user