From f06cb59ab92df7404a68b97c174c56f6f203a6dc Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:59:58 -0500 Subject: [PATCH] groq[patch]: Release 0.1.1 (#20242) --- libs/partners/groq/poetry.lock | 6 +++--- libs/partners/groq/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index 45525bfb89..594d33d95e 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" @@ -323,7 +323,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.40" +version = "0.1.41" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -867,4 +867,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "1dbf423a2b31765d6cf1adcfcc43aa58a54531dba17230ce2506609f4c3c8ad1" +content-hash = "e8dc3b667a58b2cc8134ae3be1e656ab57467a878fa8dea982cbcef1a8fd3846" diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index 7e29cd99f9..712cf9957e 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-groq" -version = "0.1.0" +version = "0.1.1" description = "An integration package connecting Groq and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.40" +langchain-core = "^0.1.41" groq = ">=0.4.1,<1" [tool.poetry.group.test]