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.
2 parents b4fe233 + 3c9456e commit 2869df1Copy full SHA for 2869df1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## v2.5.0 - UNRELEASED
4
5
+## v2.4.1 - June 25th, 2025
6
+
7
+* Add Django version to install requirements.
8
9
## v2.4.0 - June 18th, 2025
10
11
* Add support for Django 5.0 and Python 3.12.
setup.py
@@ -45,6 +45,7 @@ def get_version():
45
setup_requires=["pytest-runner"],
46
options={"bdist_wheel": {"universal": "1"}},
47
install_requires=[
48
+ "Django>=4.2,<6.0",
49
"prometheus-client>=0.7",
50
],
51
classifiers=[
0 commit comments