From 6debadaa70b96869ca8a23a803e589c1b44a7f90 Mon Sep 17 00:00:00 2001 From: ccurme Date: Wed, 24 Apr 2024 11:51:46 -0400 Subject: [PATCH] groq: bump core (#20838) --- libs/partners/groq/poetry.lock | 4 ++-- libs/partners/groq/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]