Skip to content

Commit ee19a30

Browse files
authored
fix(groq): bump min ver for core dep (#33949)
Due to issue with unit tests and docs URL for exceptions
1 parent 5d799b3 commit ee19a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/groq/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = []
1212
version = "1.0.1"
1313
requires-python = ">=3.10.0,<4.0.0"
1414
dependencies = [
15-
"langchain-core>=1.0.0,<2.0.0",
15+
"langchain-core>=1.0.2,<2.0.0",
1616
"groq>=0.30.0,<1.0.0"
1717
]
1818

0 commit comments

Comments
 (0)