Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 284136c

Browse files
committed
v0.8.x
1 parent 346fce3 commit 284136c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=[
4444
'azure-core >= 1.12.0, < 2.0.0',
4545
'azure-identity >= 1.5.0, < 2.0.0',
46-
'opencensus >= 0.7.13, < 1.0.0',
46+
'opencensus >= 0.8.0, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
long_description=open('README.rst').read(),
4747
install_requires=[
4848
'Django >= 1.11',
49-
'opencensus >= 0.7.13, < 1.0.0',
49+
'opencensus >= 0.8.0, < 1.0.0',
5050
],
5151
extras_require={},
5252
license='Apache-2.0',

contrib/opencensus-ext-flask/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'flask >= 0.12.3, < 2.0.0, != 1.1.3',
45-
'opencensus >= 0.7.13, < 1.0.0',
45+
'opencensus >= 0.8.0, < 1.0.0',
4646
],
4747
extras_require={},
4848
license='Apache-2.0',

contrib/opencensus-ext-httplib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
long_description=open('README.rst').read(),
4343
install_requires=[
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.8.0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
long_description=open('README.rst').read(),
4343
install_requires=[
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.8.0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-mysql/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'mysql-connector >= 2.1.6, < 3.0.0',
45-
'opencensus >= 0.7.13, < 1.0.0',
45+
'opencensus >= 0.8.0, < 1.0.0',
4646
'opencensus-ext-dbapi >= 0.1.2, < 1.0.0',
4747
],
4848
extras_require={},

contrib/opencensus-ext-postgresql/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
long_description=open('README.rst').read(),
4343
install_requires=[
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.8.0, < 1.0.0',
4545
'psycopg2-binary >= 2.7.3.1',
4646
],
4747
extras_require={},

contrib/opencensus-ext-pymongo/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
long_description=open('README.rst').read(),
4343
install_requires=[
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.8.0, < 1.0.0',
4545
'pymongo >= 3.1.0',
4646
],
4747
extras_require={},

contrib/opencensus-ext-pymysql/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'PyMySQL >= 0.7.11, < 1.0.0',
45-
'opencensus >= 0.7.13, < 1.0.0',
45+
'opencensus >= 0.8.0, < 1.0.0',
4646
'opencensus-ext-dbapi >= 0.1.2, < 1.0.0',
4747
],
4848
extras_require={},

contrib/opencensus-ext-pyramid/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'pyramid >= 1.9.1, < 2.0.0',
45-
'opencensus >= 0.7.13, < 1.0.0',
45+
'opencensus >= 0.8.0, < 1.0.0',
4646
],
4747
extras_require={},
4848
license='Apache-2.0',

0 commit comments

Comments
 (0)