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

Add support for Flask >= 3.0.0 #1233

Open
radohristov opened this issue Nov 2, 2023 · 0 comments
Open

Add support for Flask >= 3.0.0 #1233

radohristov opened this issue Nov 2, 2023 · 0 comments

Comments

@radohristov
Copy link

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenCensus client libraries. If so, please open an issue on opencensus-specs first.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant