groq: fix core version (#19976)

This commit is contained in:
Erick Friis
2024-04-03 14:49:57 -07:00
committed by GitHub
parent 9e60159043
commit 5acb564d6f
2 changed files with 4 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"
langchain-core = "^0.1.40"
groq = ">=0.4.1,<1"
[tool.poetry.group.test]