Skip to content

Dependabot PR #67 to upgrade uvicorn[standard] failed CI #77

@pamelafox

Description

@pamelafox

This PR is currently failing CI:
#67

Create a new PR that accomplishes the same goal as that PR, but passes CI.

Here's a summary of why that PR is failing:
The GitHub Actions workflow encountered a dependency conflict due to incompatible version constraints between two main packages. 'flask' version 2.0.1 is being installed, but the 'flask-restful' package requires 'flask' to be strictly below version 2.0. This version incompatibility prevents the successful completion of the dependency solver, causing the install error to surface. This scenario is common when a dependency has not been updated to support newer versions of the packages it depends on.

Related workflow logs

Relevant logs:
ERROR: Cannot install -r requirements.txt (line 4) and Flask==2.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested Flask==2.0.1
flask-restful 0.3.8 depends on Flask<2.0

Verification tips

If you need to create a virtual environment, use the .venv folder, like:

python -m venv .venv

When you have updated packages, make sure you can install them successfully in the virtual environment.
To decide what command to use to install the packages, check the repo's README.md and GitHub Actions workflows in the .github/workflows directory.

Leave a comment on the PR indicating what command you used to verify successful installation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions