Skip to content

Commit fa765e2

Browse files
committed
Moving pyright to dev dependency group in sub-packages
1 parent 109e089 commit fa765e2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/mistralai_azure/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
dev = [
1616
"mypy==1.15.0",
1717
"pylint==3.2.3",
18+
"pyright>=1.1.401,<2",
1819
"pytest>=8.2.2,<9",
1920
"pytest-asyncio>=0.23.7,<0.24",
2021
]

packages/mistralai_gcp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
dev = [
2020
"mypy==1.14.1",
2121
"pylint==3.2.3",
22+
"pyright>=1.1.401,<2",
2223
"pytest>=8.2.2,<9",
2324
"pytest-asyncio>=0.23.7,<0.24",
2425
"types-python-dateutil>=2.9.0.20240316,<3",

0 commit comments

Comments
 (0)