Skip to content

Commit 94a03cb

Browse files
committed
Add truststore to dev requirements in python >= 3.10
1 parent 229639a commit 94a03cb

File tree

2 files changed

+72
-71
lines changed

2 files changed

+72
-71
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ dev-dependencies = [
4949
"pytest-asyncio==0.24.0",
5050
"pytest-xdist==3.6.1",
5151
"ruff==0.6.2",
52+
"truststore==0.9.2; python_version >= '3.10'",
5253
"types-aiofiles==24.1.0.20240626",
5354
"typing-extensions==4.12.2",
5455
"types-ujson==5.10.0.20240515",
5556
"meilisearch==0.31.5",
5657
"rich==13.7.1",
5758
]
5859

60+
environments = ["python_version < '3.10'", "python_version >= '3.10'"]
61+
5962
[tool.hatch.version]
6063
path = "meilisearch_python_sdk/_version.py"
6164

0 commit comments

Comments
 (0)