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

Wekzeug library cached_property changed its namespace since version 1… #144

Closed
wants to merge 1 commit into from
Closed

Conversation

erodrig
Copy link

@erodrig erodrig commented Feb 7, 2020

Starting from werkzeug version 1, the cached_property class has been relocated from here, in which it was flag already as deprecated:
https://github.com/pallets/werkzeug/blob/0.16.x/src/werkzeug/__init__.py

into here:

https://github.com/pallets/werkzeug/blob/master/src/werkzeug/utils.py

In order to prevent issues in projects still using older versions of the library I am using a conditional import.

@manoadamro
Copy link

manoadamro commented Feb 7, 2020

duplicate of #141?

@erodrig
Copy link
Author

erodrig commented Feb 7, 2020

yes it is a duplicated

@mopuru-murali
Copy link

Hey Guys - This is LONG STANDING issue - we SHOULD fix it. Lets fix the CI issue and Merge the PR.

@erodrig erodrig closed this by deleting the head repository May 23, 2024
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.

3 participants