You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Is your feature request related to a problem?
The Opencensus extension for Flask is not compatible with the most recent versions of the Flask:
opencensus-ext-flask 0.8.2 requires flask!=1.1.3,<3.0.0,>=0.12.3, but you have flask 3.0.0 which is incompatible.
Describe the solution you'd like.
Please, add support for the Flask ( >= 3.0.0)
Describe alternatives you've considered.
None
Additional context.
Our project requires an upgrade to the latest Flask but this Opencensus extension for Flask is blocking it.