Skip to content

Commit

Permalink
mistral[patch]: Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 2, 2024
1 parent c2f1d02 commit 1e0835d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-mistralai"
version = "0.2.2"
version = "0.2.3"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
Expand All @@ -27,17 +27,14 @@ httpx-sse = ">=0.3.1,<1"
pydantic = ">=2,<3"

[tool.ruff.lint]
select = ["E", "F", "I", "T201"]
select = [ "E", "F", "I", "T201",]

[tool.coverage.run]
omit = ["tests/*"]
omit = [ "tests/*",]

[tool.pytest.ini_options]
addopts = "--strict-markers --strict-config --durations=5"
markers = [
"requires: mark tests as requiring a specific library",
"compile: mark placeholder test used to compile integration tests without running them",
]
markers = [ "requires: mark tests as requiring a specific library", "compile: mark placeholder test used to compile integration tests without running them",]
asyncio_mode = "auto"

[tool.poetry.group.test]
Expand Down

0 comments on commit 1e0835d

Please sign in to comment.