Skip to content

Commit ba83f58

Browse files
authored
release(groq): 0.3.7 (#32417)
1 parent fb490b0 commit ba83f58

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

libs/partners/groq/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build-backend = "pdm.backend"
66
authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
9-
dependencies = ["langchain-core<1.0.0,>=0.3.68", "groq<1,>=0.29.0"]
9+
dependencies = ["langchain-core<1.0.0,>=0.3.72", "groq<1,>=0.30.0"]
1010
name = "langchain-groq"
11-
version = "0.3.6"
11+
version = "0.3.7"
1212
description = "An integration package connecting Groq and LangChain"
1313
readme = "README.md"
1414

@@ -114,4 +114,4 @@ asyncio_mode = "auto"
114114
"tests/**/*.py" = [
115115
"S101", # Tests need assertions
116116
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
117-
]
117+
]

libs/partners/groq/uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)