Skip to content

Commit

Permalink
Add support for flask 2 (census-instrumentation#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored and inirudebwoy committed Jan 11, 2023
1 parent 79177cd commit 59807b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions contrib/opencensus-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Add support for Flask 2
([#1032](https://github.com/census-instrumentation/opencensus-python/pull/1032))

## 0.7.5
Released 2021-05-13

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-flask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'flask >= 0.12.3, < 2.0.0, != 1.1.3',
'flask >= 0.12.3, < 3.0.0, != 1.1.3',
'opencensus >= 0.9.dev0, < 1.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deps =

commands =
py3{6,7,8,9}-unit: {[constants]unit-base-command}
py{27,34,35}-unit: {[constants]unit-base-command} --ignore=contrib/opencensus-ext-stackdriver
py{27,34,35}-unit: {[constants]unit-base-command} --ignore=contrib/opencensus-ext-stackdriver --ignore=contrib/opencensus-ext-flask

; TODO system tests
lint: isort --check-only --diff --recursive .
Expand Down

0 comments on commit 59807b4

Please sign in to comment.