Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ any parts of the framework not mentioned in the documentation should generally b
### Changed

* Adjusted to only use f-strings for slight performance improvement.
* Set minimum required version of inflection to 0.5.0.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_package_data(package):
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
"inflection>=0.3.0",
"inflection>=0.5.0",
"djangorestframework>=3.12,<3.13",
"django>=2.2,<4.1",
],
Expand Down