Skip to content

Commit b45a9c3

Browse files
authored
Set minimum required version of inflection to 0.5.0 (django-json-api#1030)
1 parent fb8f6c4 commit b45a9c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ any parts of the framework not mentioned in the documentation should generally b
1717
### Changed
1818

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

2122
### Removed
2223

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_package_data(package):
9696
"Topic :: Software Development :: Libraries :: Python Modules",
9797
],
9898
install_requires=[
99-
"inflection>=0.3.0",
99+
"inflection>=0.5.0",
100100
"djangorestframework>=3.12,<3.14",
101101
"django>=2.2,<4.1",
102102
],

0 commit comments

Comments
 (0)