diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index 0c99ff087f1..8082af3019f 100644 --- a/libs/partners/groq/poetry.lock +++ b/libs/partners/groq/poetry.lock @@ -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" diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index c2120f387b9..eb9b632a659 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -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]