Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
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

‎setup.py‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /