mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
update lc version (#12655)
also updated py version in `csv-agent` and `rag-codellama-fireworks` because they have stricter python requirements
This commit is contained in:
1980
templates/rag-matching-engine/poetry.lock
generated
Normal file
1980
templates/rag-matching-engine/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313, <0.1"
|
||||
langchain = ">=0.0.325"
|
||||
google-cloud-aiplatform = "^1.35.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@@ -20,5 +20,7 @@ export_module = "rag_matching_engine.chain"
|
||||
export_attr = "chain"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user