We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bcfdd commit 90159f3Copy full SHA for 90159f3
packages/hidp/Makefile
@@ -142,7 +142,7 @@ clean:
142
143
../../var/requirements_frozen.txt:
144
# Pin Django directly to LTS version provided by the test matrix
145
- echo 'Django~=${DJANGO_VERSION}.0' > ../../var/constraints.txt
+ echo 'Django~=${DJANGO_VERSION}' > ../../var/constraints.txt
146
uv pip compile pyproject.toml --extra oidc_provider -q -o "${@}" --no-annotate --no-header --constraints ../../var/constraints.txt
147
@echo "### Package dependencies :package:" >> ${GITHUB_STEP_SUMMARY}
148
@echo '```' >> ${GITHUB_STEP_SUMMARY}
0 commit comments