Skip to content

Commit

Permalink
fix: upgrade Flask dependency to latest 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa1904 committed Aug 17, 2024
1 parent c29d4e3 commit b3411af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion gqlserver/schema/root.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ schema {

type Query {
hello: String!
user: String!
account(id: Int!): Account
}

Expand Down
10 changes: 1 addition & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ configparser==6.0.0
distlib==0.3.7
exceptiongroup==1.2.0
filelock==3.13.1
Flask==3.0.0
flask-babel==4.0.0
Flask-ini==0.2.1
Flask-JWT-Extended==4.5.3
Flask-Migrate==4.0.5
Flask-RESTful==0.3.10
flask-restful-swagger==0.20.1
Flask-Session==0.5.0
Flask-SQLAlchemy==3.1.1
Flask==3.0.3
graphql-core==3.2.3
idna==3.6
importlib_metadata==8.2.0
Expand Down

0 comments on commit b3411af

Please sign in to comment.