mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +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:
@@ -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"
|
||||
openai = "^0.28.1"
|
||||
guardrails-ai = "^0.2.4"
|
||||
alt-profanity-check = "^1.3.1"
|
||||
@@ -22,5 +22,7 @@ export_module = "guardrails_output_parser.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