From 71cd6e6feb47168838810438265fa8448768d78f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:58:19 -0700 Subject: [PATCH] groq[patch]: Release 0.1.7 (#24201) --- libs/partners/groq/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index b1843dc38dd..69add5debf0 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-groq" -version = "0.1.6" +version = "0.1.7" description = "An integration package connecting Groq and LangChain" authors = [] readme = "README.md"