Skip to content

Commit

Permalink
Werkzeug 3.1 requires python version >= 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Nov 6, 2024
1 parent 2e098c4 commit 6cb71c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ azure-identity==1.19.0
google-api-python-client==2.*
google-auth-oauthlib==1.2.1
keyring==25.*
Werkzeug==3.1.*
Werkzeug==3.0.*; python_version <= '3.8'
Werkzeug==3.1.*; python_version >= '3.9'
typer[all]==0.12.*
setuptools==75.*; python_version >= '3.12'
jsonformatter~=0.3.2
Expand Down

0 comments on commit 6cb71c9

Please sign in to comment.