Skip to content

Fix requirements file conflict by regenerating it using uv#454

Open
Eyad-Jawad wants to merge 1 commit into
ssut:mainfrom
Eyad-Jawad:fixRequirementsConflict
Open

Fix requirements file conflict by regenerating it using uv#454
Eyad-Jawad wants to merge 1 commit into
ssut:mainfrom
Eyad-Jawad:fixRequirementsConflict

Conversation

@Eyad-Jawad

Copy link
Copy Markdown

There was an issue with the file "requirements.txt", specifically on line 9:
h11==0.16.0
which caused the conflict:
The user requested h11==0.16.0
httpcore 1.0.7 depends on h11<0.15 and >=0.13

thus it was solved by:
uv pip compile pyproject.toml -o requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant