Skip to content

Commit

Permalink
Fix Flask version for CI compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 23, 2025
1 parent 651708c commit 6d217bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.1.1
Flask==3.1.0
Flask-Cors==5.0.2
flasgger==0.9.7.1
Werkzeug==3.1.3
Expand All @@ -9,4 +9,4 @@ click==8.1.8
blinker==1.9.0
PyYAML==6.0.2
mistune==3.1.2
jsonschema==4.24.0
jsonschema==4.24.0

0 comments on commit 6d217bc

Please sign in to comment.