release(groq): 1.1.1 (#34332)

This commit is contained in:
Mason Daugherty
2025-12-12 16:52:56 -05:00
committed by GitHub
parent 5842110dbc
commit 3342e4d62d
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 2 revision = 3
requires-python = ">=3.10.0, <4.0.0" requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -314,7 +314,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "1.1.1" version = "1.2.0"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@@ -374,7 +374,7 @@ typing = [
[[package]] [[package]]
name = "langchain-groq" name = "langchain-groq"
version = "1.1.0" version = "1.1.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "groq" }, { name = "groq" },