groq: release 0.3.0 (#30374)

This commit is contained in:
ccurme 2025-03-19 11:23:30 -04:00 committed by GitHub
parent 83cfb9691f
commit aae8306d6c
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 = [] authors = []
license = { text = "MIT" } license = { text = "MIT" }
requires-python = "<4.0,>=3.9" requires-python = "<4.0,>=3.9"
dependencies = ["langchain-core<1.0.0,>=0.3.42", "groq<1,>=0.4.1"] dependencies = ["langchain-core<1.0.0,>=0.3.45", "groq<1,>=0.4.1"]
name = "langchain-groq" name = "langchain-groq"
version = "0.2.5" version = "0.3.0"
description = "An integration package connecting Groq and LangChain" description = "An integration package connecting Groq and LangChain"
readme = "README.md" readme = "README.md"

View File

@ -313,7 +313,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.42" version = "0.3.45"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },