mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
IMPROVEMENT Allow openai v1 in all templates that require it (#13489)
- pyproject change - lockfiles
This commit is contained in:
@@ -8,7 +8,7 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
langchain = ">=0.0.325"
|
||||
openai = "^0.28.1"
|
||||
openai = "<2"
|
||||
guardrails-ai = "^0.2.4"
|
||||
alt-profanity-check = "^1.3.1"
|
||||
|
||||
|
Reference in New Issue
Block a user