-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
warningNot currently a problem but could become oneNot currently a problem but could become one
Description
https://github.com/heliophysicsPy/pyhc-docker-environment/actions/runs/14713141769/job/41290259269
#13 137.5 ERROR: Cannot install -r /app/requirements.txt (line 111) and h11>=0.16 because these package versions have conflicting dependencies.
#13 137.6
#13 137.6 The conflict is caused by:
#13 137.6 The user requested h11>=0.16
#13 137.6 httpcore 1.0.0 depends on h11<0.15 and >=0.13
Looks like httpcore 1.0.9 came out April 24: https://pypi.org/project/httpcore/#history
While h11 0.16.0 came out April 23: https://pypi.org/project/h11/#history
SciQLop is the only package reporting an h11 dependency in the spreadsheet. It used to be h11>=0.13,<0.15, but as of April 27/28th it became h11>=0.16 which apparently led to the reported conflict in GitHub Actions.
Maybe it can be temporarily resolved by forcing SciQLop to pull in httpcore 1.0.8 and hence h11>=0.13,<0.15?
Metadata
Metadata
Assignees
Labels
warningNot currently a problem but could become oneNot currently a problem but could become one