Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated locked_cached_property decorator with cached_property #230

Merged
merged 1 commit into from
Oct 2, 2023
Merged

replace deprecated locked_cached_property decorator with cached_property #230

merged 1 commit into from
Oct 2, 2023

Conversation

jkittner
Copy link
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