diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index c65ef68ddf6..0e1d1a8ca4d 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.8.3 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" @@ -321,7 +321,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.0.dev5" +version = "0.3.0" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -963,4 +963,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "7a096177984d04d46adbc0b35c09b334757916705c599c3addc00e1976101212" +content-hash = "0c589432ba8c8a80298d31966b8f90cba3c0ba6eb482771079f67e26d7d6cfb9" diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index 4f63e0d622d..f13094e0f6b 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.2.0.dev1" +version = "0.2.0" description = "An integration package connecting Groq and LangChain" authors = [] readme = "README.md" @@ -20,7 +20,7 @@ disallow_untyped_defs = "True" [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true } +langchain-core = "^0.3" groq = ">=0.4.1,<1" [tool.ruff.lint]