fireworks: bump min core version (#21741)

This commit is contained in:
Erick Friis
2024-05-15 19:29:13 -07:00
committed by GitHub
parent 1647b28a87
commit bd3e7d50f3
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.42,<0.3"
langchain-core = ">=0.1.52,<0.3"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"