diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index df77b01a18c..fecaab5ce84 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -6,9 +6,9 @@ build-backend = "pdm.backend" authors = [] license = { text = "MIT" } requires-python = ">=3.9" -dependencies = ["langchain-core<1.0.0,>=0.3.72", "groq<1,>=0.30.0"] +dependencies = ["langchain-core<1.0.0,>=0.3.75", "groq<1,>=0.30.0"] name = "langchain-groq" -version = "0.3.7" +version = "0.3.8" description = "An integration package connecting Groq and LangChain" readme = "README.md" diff --git a/libs/partners/groq/uv.lock b/libs/partners/groq/uv.lock index cd5c6314a6a..df3d8c7096a 100644 --- a/libs/partners/groq/uv.lock +++ b/libs/partners/groq/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -389,7 +389,7 @@ typing = [ [[package]] name = "langchain-groq" -version = "0.3.7" +version = "0.3.8" source = { editable = "." } dependencies = [ { name = "groq" }, @@ -450,7 +450,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.20" +version = "0.3.21" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" }, @@ -489,7 +489,8 @@ test = [{ name = "langchain-core", editable = "../../core" }] test-integration = [] typing = [ { name = "langchain-core", editable = "../../core" }, - { name = "mypy", specifier = ">=1.17.1,<2" }, + { name = "mypy", specifier = ">=1.17.1,<1.18" }, + { name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" }, ] [[package]]