mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
langchain[patch]: Release 0.0.349 (#14570)
This commit is contained in:
parent
482e2b94fa
commit
14bfc5f9f4
8
libs/langchain/poetry.lock
generated
8
libs/langchain/poetry.lock
generated
@ -3447,7 +3447,7 @@ files = [
|
||||
|
||||
[[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"
|
||||
@ -3457,7 +3457,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"
|
||||
@ -3475,7 +3475,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"
|
||||
@ -9103,4 +9103,4 @@ text-helpers = ["chardet"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "07297e86baac812299fd99f00e3e7e699f176eb6974608f285c8ca76f886299c"
|
||||
content-hash = "ef04ae95bce50580df3bc8df24d6ab273c01f968622b4c85a89e6b4e64ac8cd1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain"
|
||||
version = "0.0.349-rc.2"
|
||||
version = "0.0.349"
|
||||
description = "Building applications with LLMs through composability"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
@ -12,8 +12,8 @@ langchain-server = "langchain.server:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true }
|
||||
langchain-community = { version = ">=0.0.1-rc.2,<0.1", allow-prereleases = true }
|
||||
langchain-core = ">=0.0.13,<0.1"
|
||||
langchain-community = ">=0.0.1,<0.1"
|
||||
pydantic = ">=1,<3"
|
||||
SQLAlchemy = ">=1.4,<3"
|
||||
requests = "^2"
|
||||
|
Loading…
Reference in New Issue
Block a user