mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
release(groq): 0.3.8 (#32870)
This commit is contained in:
@@ -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.72", "groq<1,>=0.30.0"]
|
dependencies = ["langchain-core<1.0.0,>=0.3.75", "groq<1,>=0.30.0"]
|
||||||
name = "langchain-groq"
|
name = "langchain-groq"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
description = "An integration package connecting Groq and LangChain"
|
description = "An integration package connecting Groq and LangChain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
9
libs/partners/groq/uv.lock
generated
9
libs/partners/groq/uv.lock
generated
@@ -1,5 +1,5 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 3
|
revision = 2
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
|
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
|
||||||
@@ -389,7 +389,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-groq"
|
name = "langchain-groq"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "groq" },
|
{ name = "groq" },
|
||||||
@@ -450,7 +450,7 @@ typing = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.20"
|
version = "0.3.21"
|
||||||
source = { editable = "../../standard-tests" }
|
source = { editable = "../../standard-tests" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
@@ -489,7 +489,8 @@ test = [{ name = "langchain-core", editable = "../../core" }]
|
|||||||
test-integration = []
|
test-integration = []
|
||||||
typing = [
|
typing = [
|
||||||
{ name = "langchain-core", editable = "../../core" },
|
{ name = "langchain-core", editable = "../../core" },
|
||||||
{ name = "mypy", specifier = ">=1.17.1,<2" },
|
{ name = "mypy", specifier = ">=1.17.1,<1.18" },
|
||||||
|
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
Reference in New Issue
Block a user