mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-21 20:13:39 +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 = []
|
authors = []
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9"
|
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"
|
name = "langchain-groq"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
description = "An integration package connecting Groq and LangChain"
|
description = "An integration package connecting Groq and LangChain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-groq"
|
name = "langchain-groq"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "groq" },
|
{ name = "groq" },
|
||||||
|
Loading…
Reference in New Issue
Block a user