langchain[patch]: release 0.1.12 (#18999)

This commit is contained in:
Erick Friis 2024-03-12 17:22:21 -07:00 committed by GitHub
parent 9c8523b529
commit 873d06c009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3345 additions and 3063 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.1.11"
version = "0.1.12"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -12,9 +12,9 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.29,<0.2"
langchain-core = "^0.1.31"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-community = ">=0.0.25,<0.1"
langchain-community = ">=0.0.28,<0.1"
langsmith = "^0.1.17"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"