experimental[patch]: Release 0.0.63 (#24563)

This commit is contained in:
Bagatur 2024-07-23 09:28:37 -07:00 committed by GitHub
parent 8691a5a37f
commit 9b7db08184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,22 +4,22 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-experimental"
version = "0.0.62"
version = "0.0.63"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/experimental"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-experimental%3D%3D0%22&expanded=true"
[tool.mypy]
ignore_missing_imports = "True"
disallow_untyped_defs = "True"
exclude = [ "notebooks", "examples", "example_data",]
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/experimental"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-experimental%3D%3D0%22&expanded=true"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.10"