mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 19:11:33 +00:00
release(groq): 0.3.6 (#31975)
This commit is contained in:
parent
8197504fdc
commit
56d6d69ce9
@ -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"
|
||||
|
||||
|
@ -389,7 +389,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-groq"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "groq" },
|
||||
|
Loading…
Reference in New Issue
Block a user