release(mistralai): 1.1.6 (#38684)

This commit is contained in:
Mason Daugherty
2026-07-05 17:24:39 -04:00
committed by GitHub
parent 917f1a6205
commit 58da7ff318
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-mistralai`."""
__version__ = "1.1.5"
__version__ = "1.1.6"

View File

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

View File

@@ -474,7 +474,7 @@ typing = [
[[package]]
name = "langchain-mistralai"
version = "1.1.5"
version = "1.1.6"
source = { editable = "." }
dependencies = [
{ name = "httpx" },