Skip to content

replace deprecated locked_cached_property decorator with cached_property#230

Merged
TkTech merged 1 commit into
python-babel:masterfrom
jkittner:flask-2-3-deprecation
Oct 2, 2023
Merged

replace deprecated locked_cached_property decorator with cached_property#230
TkTech merged 1 commit into
python-babel:masterfrom
jkittner:flask-2-3-deprecation

Conversation

@jkittner

Copy link
Copy Markdown
Contributor

resolves #229

As discussed in #229, this replaces the deprecated @locked_cached_property with the @cached_property, since locking is not needed.

@TkTech TkTech merged commit 346a45a into python-babel:master Oct 2, 2023
@jkittner jkittner deleted the flask-2-3-deprecation branch October 7, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

locked_cached_property is deprecated as of Flask>=2.3.0

2 participants