We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8f6c4 commit b45a9c3Copy full SHA for b45a9c3
CHANGELOG.md
@@ -17,6 +17,7 @@ any parts of the framework not mentioned in the documentation should generally b
17
### Changed
18
19
* Adjusted to only use f-strings for slight performance improvement.
20
+* Set minimum required version of inflection to 0.5.0.
21
22
### Removed
23
setup.py
@@ -96,7 +96,7 @@ def get_package_data(package):
96
"Topic :: Software Development :: Libraries :: Python Modules",
97
],
98
install_requires=[
99
- "inflection>=0.3.0",
+ "inflection>=0.5.0",
100
"djangorestframework>=3.12,<3.14",
101
"django>=2.2,<4.1",
102
0 commit comments