diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index 45525bfb893..594d33d95ec 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 7e29cd99f96..712cf9957ee 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]