Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change waitress lower bound to 3.0.1 #3862

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading