release(groq): 1.0.1 (#33947)

- fix: handle tool calls with no args #33896
- add prompt caching token usage details #33708
This commit is contained in:
Mason Daugherty
2025-11-13 11:25:00 -05:00
committed by GitHub
parent 78eeccef0e
commit 8f33a985a2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ license = { text = "MIT" }
readme = "README.md" readme = "README.md"
authors = [] authors = []
version = "1.0.0" version = "1.0.1"
requires-python = ">=3.10.0,<4.0.0" requires-python = ">=3.10.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=1.0.0,<2.0.0", "langchain-core>=1.0.0,<2.0.0",

View File

@@ -374,7 +374,7 @@ typing = [
[[package]] [[package]]
name = "langchain-groq" name = "langchain-groq"
version = "1.0.0" version = "1.0.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "groq" }, { name = "groq" },