From ba83f581413cd3a0092bca4fd9ef12c16f81b488 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Tue, 5 Aug 2025 15:13:08 -0400 Subject: [PATCH] release(groq): 0.3.7 (#32417) --- libs/partners/groq/pyproject.toml | 6 +++--- libs/partners/groq/uv.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index db63b103be2..570383ac4cb 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.68", "groq<1,>=0.29.0"] +dependencies = ["langchain-core<1.0.0,>=0.3.72", "groq<1,>=0.30.0"] name = "langchain-groq" -version = "0.3.6" +version = "0.3.7" description = "An integration package connecting Groq and LangChain" readme = "README.md" @@ -114,4 +114,4 @@ asyncio_mode = "auto" "tests/**/*.py" = [ "S101", # Tests need assertions "S311", # Standard pseudo-random generators are not suitable for cryptographic purposes -] \ No newline at end of file +] diff --git a/libs/partners/groq/uv.lock b/libs/partners/groq/uv.lock index 003c36f7fd3..2820d1a6b29 100644 --- a/libs/partners/groq/uv.lock +++ b/libs/partners/groq/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -226,7 +226,7 @@ wheels = [ [[package]] name = "groq" -version = "0.29.0" +version = "0.30.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -236,9 +236,9 @@ dependencies = [ { name = "sniffio" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8c/d6/db0c61bad6ff6a2ba7083a943c62790f37969cb337d96a5a914cd3ac4311/groq-0.29.0.tar.gz", hash = "sha256:109dc4d696c05d44e4c2cd157652c4c6600c3e96f093f6e158facb5691e37847", size = 133989, upload-time = "2025-06-25T23:40:11.508Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a9/b1/72ca20dc9b977b7f604648e8944c77b267bddeb90d8e16bda0cf0e397844/groq-0.30.0.tar.gz", hash = "sha256:919466e48fcbebef08fed3f71debb0f96b0ea8d2ec77842c384aa843019f6e2c", size = 134928, upload-time = "2025-07-11T20:28:36.583Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a2/0b/ef7a92ec5ec23a7012975ed59ca3cef541d50a9f0d2dea947fe2723d011f/groq-0.29.0-py3-none-any.whl", hash = "sha256:03515ec46be1ef1feef0cd9d876b6f30a39ee2742e76516153d84acd7c97f23a", size = 130814, upload-time = "2025-06-25T23:40:10.391Z" }, + { url = "https://files.pythonhosted.org/packages/19/b8/5b90edf9fbd795597220e3d1b5534d845e69a73ffe1fdeb967443ed2a6cf/groq-0.30.0-py3-none-any.whl", hash = "sha256:6d9609a7778ba56432f45c1bac21b005f02c6c0aca9c1c094e65536f162c1e83", size = 131056, upload-time = "2025-07-11T20:28:35.591Z" }, ] [[package]] @@ -389,7 +389,7 @@ typing = [ [[package]] name = "langchain-groq" -version = "0.3.6" +version = "0.3.7" source = { editable = "." } dependencies = [ { name = "groq" }, @@ -425,7 +425,7 @@ typing = [ [package.metadata] requires-dist = [ - { name = "groq", specifier = ">=0.29.0,<1" }, + { name = "groq", specifier = ">=0.30.0,<1" }, { name = "langchain-core", editable = "../../core" }, ]