Skip to content

Commit 3c215b9

Browse files
committed
Merge branch 'main' into Prepare-PromptFlow-Release
2 parents faef830 + ccfbb0c commit 3c215b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/promptflow-devkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pyarrow = { version = ">=14.0.1,<15.0.0", optional = true } # used to read parq
6161
pillow = ">=10.1.0,<11.1.0" # used to generate icon data URI for package tool
6262
opentelemetry-exporter-otlp-proto-http = ">=1.22.0,<2.0.0" # trace support
6363
flask-restx = ">=1.2.0,<2.0.0" # PFS Swagger
64-
flask-cors = ">=5.0.0,<6.0.0" # handle PFS CORS
64+
flask-cors = ">=6.0.0,<7.0.0" # handle PFS CORS
6565
pyinstaller = { version = ">=5.13.2", optional = true} # used to package the CLI tool
6666
streamlit = { version = ">=1.26.0", optional = true}
6767
streamlit-quill = { version = "<0.1.0", optional = true}

0 commit comments

Comments
 (0)