groq: release 0.3.1 (#30401)

This commit is contained in:
ccurme 2025-03-20 16:19:49 -04:00 committed by GitHub
parent db1e340387
commit 49466ec9ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -6,9 +6,9 @@ build-backend = "pdm.backend"
authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = ["langchain-core<1.0.0,>=0.3.45", "groq<1,>=0.4.1"]
dependencies = ["langchain-core<1.0.0,>=0.3.47", "groq<1,>=0.4.1"]
name = "langchain-groq"
version = "0.3.0"
version = "0.3.1"
description = "An integration package connecting Groq and LangChain"
readme = "README.md"

View File

@ -313,7 +313,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.45"
version = "0.3.47"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -371,7 +371,7 @@ typing = [
[[package]]
name = "langchain-groq"
version = "0.2.5"
version = "0.3.1"
source = { editable = "." }
dependencies = [
{ name = "groq" },
@ -430,7 +430,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.14"
version = "0.3.15"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },