experimental[patch]: Release 0.0.65 (#25987)

This commit is contained in:
Bagatur 2024-09-03 12:15:48 -07:00 committed by GitHub
parent bc3b02651c
commit 9eb9ff52c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1086 additions and 997 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-experimental"
version = "0.0.64"
version = "0.0.65"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -22,8 +22,8 @@ exclude = [ "notebooks", "examples", "example_data",]
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.27"
langchain-community = "^0.2.10"
langchain-core = "^0.2.38"
langchain-community = "^0.2.16"
[tool.ruff.lint]
select = [ "E", "F", "I", "T201",]