Skip to content

Commit d96110c

Browse files
committed
Remove .0 from Django version. make django-hidp less strict
1 parent 48bcfdd commit d96110c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/hidp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ clean:
142142

143143
../../var/requirements_frozen.txt:
144144
# Pin Django directly to LTS version provided by the test matrix
145-
echo 'Django~=${DJANGO_VERSION}.0' > ../../var/constraints.txt
145+
echo 'Django~=${DJANGO_VERSION}' > ../../var/constraints.txt
146146
uv pip compile pyproject.toml --extra oidc_provider -q -o "${@}" --no-annotate --no-header --constraints ../../var/constraints.txt
147147
@echo "### Package dependencies :package:" >> ${GITHUB_STEP_SUMMARY}
148148
@echo '```' >> ${GITHUB_STEP_SUMMARY}

packages/hidp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=4.2,<6
1+
Django>=4.2
22
django-ratelimit>=4.1.0,<5
33
jwcrypto>=1.5,<2
44
requests>=2.32,<3

0 commit comments

Comments
 (0)