release(groq): 0.3.8 (#32870)

This commit is contained in:
ccurme
2025-09-09 14:39:02 -04:00
committed by GitHub
parent 08bf4c321f
commit 937087a29c
2 changed files with 7 additions and 6 deletions

View File

@@ -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"

View File

@@ -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]]