mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 11:55:21 +00:00
groq: release 0.3.0 (#30374)
This commit is contained in:
parent
83cfb9691f
commit
aae8306d6c
@ -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.42", "groq<1,>=0.4.1"]
|
||||
dependencies = ["langchain-core<1.0.0,>=0.3.45", "groq<1,>=0.4.1"]
|
||||
name = "langchain-groq"
|
||||
version = "0.2.5"
|
||||
version = "0.3.0"
|
||||
description = "An integration package connecting Groq and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -313,7 +313,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.42"
|
||||
version = "0.3.45"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
|
Loading…
Reference in New Issue
Block a user