Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 1c8a134

Browse files
fix dependancies (#42)
1 parent 1d214fb commit 1c8a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
keywords = ['flask', 'swagger', 'openapi', 'python', 'api', 'rest', 'openapi3']
2424
dependencies = [
25-
"Flask==2.2.2",
25+
"Flask>=2.1.2",
2626
"PyYAML==6.0",
2727
"jsonschema==4.17.3",
2828
"mistune==2.0.4",

0 commit comments

Comments
 (0)