release(mistralai): 1.1.4 (#37191)

This commit is contained in:
Mason Daugherty
2026-05-05 11:25:50 -04:00
committed by GitHub
parent 7dbff48aff
commit f475f4191f
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.1.3"
version = "1.1.4"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.3.2,<2.0.0",

View File

@@ -432,7 +432,7 @@ typing = [
[[package]]
name = "langchain-mistralai"
version = "1.1.3"
version = "1.1.4"
source = { editable = "." }
dependencies = [
{ name = "httpx" },