mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
IMPROVEMENT Allow openai v1 in all templates that require it (#13489)
- pyproject change - lockfiles
This commit is contained in:
1680
templates/retrieval-agent/poetry.lock
generated
Normal file
1680
templates/retrieval-agent/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313, <0.1"
|
||||
openai = "^0.28.1"
|
||||
openai = "<2"
|
||||
arxiv = "^2.0.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
Reference in New Issue
Block a user