release(mistralai): 1.1.1 (#34334)

This commit is contained in:
Mason Daugherty
2025-12-12 17:08:30 -05:00
committed by GitHub
parent 54241f4d06
commit 81758e22f3
2 changed files with 5 additions and 5 deletions

View File

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

View File

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