We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229639a commit 94a03cbCopy full SHA for 94a03cb
pyproject.toml
@@ -49,13 +49,16 @@ dev-dependencies = [
49
"pytest-asyncio==0.24.0",
50
"pytest-xdist==3.6.1",
51
"ruff==0.6.2",
52
+ "truststore==0.9.2; python_version >= '3.10'",
53
"types-aiofiles==24.1.0.20240626",
54
"typing-extensions==4.12.2",
55
"types-ujson==5.10.0.20240515",
56
"meilisearch==0.31.5",
57
"rich==13.7.1",
58
]
59
60
+environments = ["python_version < '3.10'", "python_version >= '3.10'"]
61
+
62
[tool.hatch.version]
63
path = "meilisearch_python_sdk/_version.py"
64
0 commit comments