Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compute/client_library/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isort==6.0.0; python_version > "3.9"
isort==5.13.2; python_version <= "3.8"
isort==9.0.0; python_version > "3.9"
isort==9.0.0; python_version <= "3.8"
Comment on lines +1 to +2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Python versions below 3.10 are no longer supported. Please remove the environment markers and fallback versions for Python versions older than 3.10, simplifying the dependency to just isort==9.0.0.

isort==9.0.0
References
  1. Do not specify fallback dependency versions or environment markers for Python versions older than 3.10, as Python versions below 3.10 are no longer supported.

black==26.3.1
google-cloud-compute==1.19.1