mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +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:
1177
templates/rag-mongo/poetry.lock
generated
1177
templates/rag-mongo/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -2,12 +2,14 @@
|
||||
name = "rag-mongo"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Lance Martin <lance@langchain.dev>"]
|
||||
authors = [
|
||||
"Lance Martin <lance@langchain.dev>",
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313, <0.1"
|
||||
langchain = ">=0.0.325"
|
||||
openai = ">=0.28.1"
|
||||
tiktoken = ">=0.5.1"
|
||||
pymongo = ">=4.5.0"
|
||||
@@ -17,5 +19,7 @@ export_module = "rag_mongo"
|
||||
export_attr = "chain"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user