Skip to content

Commit 8eedc70

Browse files
authored
Update isort dependency for Python version compatibility
1 parent e8dc50f commit 8eedc70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
3939
[project.optional-dependencies]
4040
test = [
4141
"black[jupyter]==25.9.0",
42-
"isort==6.1.0",
42+
"isort==6.1.0; python_version == '3.9'",
43+
"isort==7.0.0; python_version >= '3.10'",
4344
"mypy==1.18.2",
4445
"pytest-asyncio==1.2.0",
4546
"pytest==8.4.2",

0 commit comments

Comments
 (0)