experimental: release 0.3.1 (#26830)

This commit is contained in:
Erick Friis 2024-09-24 15:03:05 -07:00 committed by GitHub
parent 6c3ea262c8
commit 425c0f381f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 682 additions and 651 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.3.0"
version = "0.3.1"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@ -22,7 +22,7 @@ exclude = ["notebooks", "examples", "example_data"]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.5"
langchain-community = "^0.3.0"
[tool.ruff.lint]