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 d96110cCopy full SHA for d96110c
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}
packages/hidp/requirements.txt
@@ -1,4 +1,4 @@
1
-Django>=4.2,<6
+Django>=4.2
2
django-ratelimit>=4.1.0,<5
3
jwcrypto>=1.5,<2
4
requests>=2.32,<3
0 commit comments