Skip to content

Commit

Permalink
Change waitress lower bound to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Nov 19, 2024
1 parent f4afc7e commit 5bb7674
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 @@ -56,7 +56,7 @@ filelock = ">=3.4.0,<4.0.0" # control plane sdk requirements, to lock for multi
marshmallow = ">=3.5,<4.0.0"
gitpython = ">=3.1.24,<4.0.0" # used git info to generate flow id
strictyaml = ">=1.5.0,<2.0.0" # used to identify exact location of validation error
waitress = ">=3.0.0,<4.0.0" # used to serve local service
waitress = ">=3.0.1,<4.0.0" # used to serve local service
azure-monitor-opentelemetry-exporter = ">=1.0.0b21,<2.0.0"
pyarrow = { version = ">=14.0.1,<15.0.0", optional = true } # used to read parquet file with pandas.read_parquet
pillow = ">=10.1.0,<11.0.0" # used to generate icon data URI for package tool
Expand Down

0 comments on commit 5bb7674

Please sign in to comment.