release(mistralai): 1.0.0a1 (#33232)

This commit is contained in:
Mason Daugherty
2025-10-02 19:04:03 -04:00
committed by GitHub
parent e85b03d5e4
commit 79a12c8f27
4 changed files with 34 additions and 37 deletions

View File

@@ -7,14 +7,14 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=0.3.68,<2.0.0",
"langchain-core>=1.0.0a6,<2.0.0",
"tokenizers>=0.15.1,<1.0.0",
"httpx>=0.25.2,<1.0.0",
"httpx-sse>=0.3.1,<1.0.0",
"pydantic>=2.0.0,<3.0.0",
]
name = "langchain-mistralai"
version = "0.2.12"
version = "1.0.0a1"
description = "An integration package connecting Mistral and LangChain"
readme = "README.md"
@@ -43,9 +43,6 @@ langchain-tests = { path = "../../standard-tests", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true