mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
experimental[patch]: Release 0.0.65 (#25987)
This commit is contained in:
parent
bc3b02651c
commit
9eb9ff52c0
2077
libs/experimental/poetry.lock
generated
2077
libs/experimental/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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",]
|
||||
|
Loading…
Reference in New Issue
Block a user