groq: bump core (#20838)

This commit is contained in:
ccurme 2024-04-24 11:51:46 -04:00 committed by GitHub
parent 7984206c95
commit 6debadaa70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -922,4 +922,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "1692a375c2817216876453275294e5aa2500364b7e36ae2b4b0ec1fe1837402e"
content-hash = "f7c1b8895e465d5faf7988bf946b0fa95509835b95629f442ad57adb116022df"

View File

@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.42"
langchain-core = "^0.1.45"
groq = ">=0.4.1,<1"
[tool.poetry.group.test]