Skip to content

Commit

Permalink
flask-cors 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiw committed Nov 4, 2024
1 parent 1554923 commit 7924339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-devkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pyarrow = { version = ">=14.0.1,<15.0.0", optional = true } # used to read parq
pillow = ">=10.1.0,<11.0.0" # used to generate icon data URI for package tool
opentelemetry-exporter-otlp-proto-http = ">=1.22.0,<2.0.0" # trace support
flask-restx = ">=1.2.0,<2.0.0" # PFS Swagger
flask-cors = ">=4.0.0,<5.0.0" # handle PFS CORS
flask-cors = ">=5.0.0,<6.0.0" # handle PFS CORS
pyinstaller = { version = ">=5.13.2", optional = true} # used to package the CLI tool
streamlit = { version = ">=1.26.0", optional = true}
streamlit-quill = { version = "<0.1.0", optional = true}
Expand Down

0 comments on commit 7924339

Please sign in to comment.