release(groq): 0.3.6 (#31975)

This commit is contained in:
Mason Daugherty 2025-07-11 10:55:26 -04:00 committed by GitHub
parent 8197504fdc
commit 56d6d69ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 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.67", "groq<1,>=0.29.0"]
dependencies = ["langchain-core<1.0.0,>=0.3.68", "groq<1,>=0.29.0"]
name = "langchain-groq"
version = "0.3.5"
version = "0.3.6"
description = "An integration package connecting Groq and LangChain"
readme = "README.md"

View File

@ -389,7 +389,7 @@ typing = [
[[package]]
name = "langchain-groq"
version = "0.3.5"
version = "0.3.6"
source = { editable = "." }
dependencies = [
{ name = "groq" },