mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
experimental[patch]: Release 0.0.65 (#25987)
This commit is contained in:
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",]
|
||||
|
Reference in New Issue
Block a user