langchain: release 0.3.3 (#27213)

This commit is contained in:
Erick Friis 2024-10-08 16:39:42 -07:00 committed by GitHub
parent 6c33124c72
commit cedf4d9462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 512 additions and 389 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain"
version = "0.3.2"
version = "0.3.3"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.8"
langchain-core = "^0.3.10"
langchain-text-splitters = "^0.3.0"
langsmith = "^0.1.17"
pydantic = "^2.7.4"