We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c74633 commit 03318a1Copy full SHA for 03318a1
compute/client_library/requirements.txt
@@ -1,5 +1,5 @@
1
-isort==5.13.2; python_version > "3.7"
2
-isort==5.11.5; python_version <= "3.7"
+isort==6.0.0; python_version > "3.9"
+isort==5.13.2; python_version <= "3.8"
3
black==24.8.0; python_version < "3.9"
4
black==24.10.0; python_version >= "3.9"
5
google-cloud-compute==1.19.1
0 commit comments