We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dc50f commit 8eedc70Copy full SHA for 8eedc70
pyproject.toml
@@ -39,7 +39,8 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
39
[project.optional-dependencies]
40
test = [
41
"black[jupyter]==25.9.0",
42
- "isort==6.1.0",
+ "isort==6.1.0; python_version == '3.9'",
43
+ "isort==7.0.0; python_version >= '3.10'",
44
"mypy==1.18.2",
45
"pytest-asyncio==1.2.0",
46
"pytest==8.4.2",
0 commit comments