preparing 1.0.0/0.19b0 release (#384)

This commit is contained in:
alrex 2021-03-26 15:22:09 -07:00 committed by GitHub
parent d89f865221
commit 56072a25f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
75 changed files with 171 additions and 168 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*' - 'release/*'
pull_request: pull_request:
env: env:
CORE_REPO_SHA: 94d9c1eb77723123a779ddd18d2b12d4bec445fb CORE_REPO_SHA: f556d1418c8015b71ec2e16b4ba2b76efdd3804f
jobs: jobs:
build: build:

View File

@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python-contrib/compare/v0.18b0...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python-contrib/compare/v0.19b0...HEAD)
- Make getters and setters optional
([#372](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/372)) ## [0.19b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.19b0) - 2021-03-26
### Changed
- Rename `IdsGenerator` to `IdGenerator`
([#350](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/350))
- `opentelemetry-exporter-datadog` Fix warning when DatadogFormat encounters a request with
no DD_ORIGIN headers ([#368](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/368)).
- Updated instrumentations to use `opentelemetry.trace.use_span` instead of `Tracer.use_span()` - Updated instrumentations to use `opentelemetry.trace.use_span` instead of `Tracer.use_span()`
([#364](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/364)) ([#364](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/364))
- `opentelemetry-propagator-ot-trace` Do not throw an exception when headers are not present - `opentelemetry-propagator-ot-trace` Do not throw an exception when headers are not present
@ -15,12 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#379](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/379)) ([#379](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/379))
- `opentelemetry-instrumentation-sqlalchemy` Fix multithreading issues in recording spans from SQLAlchemy - `opentelemetry-instrumentation-sqlalchemy` Fix multithreading issues in recording spans from SQLAlchemy
([#315](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/315)) ([#315](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/315))
- Make getters and setters optional
### Changed ([#372](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/372))
- Rename `IdsGenerator` to `IdGenerator`
([#350](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/350))
- `opentelemetry-exporter-datadog` Fix warning when DatadogFormat encounters a request with
no DD_ORIGIN headers ([#368](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/368)).
### Removed ### Removed
- Removing support for Python 3.5 - Removing support for Python 3.5

View File

@ -45,7 +45,7 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
[options.extras_require] [options.extras_require]
test = test =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -35,3 +35,4 @@ anys=
; Instrumentation ; Instrumentation
BaseInstrumentor BaseInstrumentor
; - instrumentation.* ; - instrumentation.*
Setter

View File

@ -39,8 +39,8 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
ddtrace>=0.34.0 ddtrace>=0.34.0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
aiohttp ~= 3.0 aiohttp ~= 3.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-dbapi == 0.19.dev0 opentelemetry-instrumentation-dbapi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
aiopg >= 0.13.0 aiopg >= 0.13.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
asgiref ~= 3.0 asgiref ~= 3.0
[options.extras_require] [options.extras_require]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
asyncpg >= 0.12.0 asyncpg >= 0.12.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,15 +39,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
boto ~= 2.0 boto ~= 2.0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-instrumentation-botocore == 0.19.dev0 opentelemetry-instrumentation-botocore == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
boto~=2.0 boto~=2.0
moto~=1.0 moto~=1.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
botocore ~= 1.0 botocore ~= 1.0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
moto ~= 1.0 moto ~= 1.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,14 +39,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
celery >= 4.0, < 6.0 celery >= 4.0, < 6.0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
celery >= 4.0, < 6.0 celery >= 4.0, < 6.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,14 +39,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
django >= 1.10 django >= 1.10
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
opentelemetry-instrumentation-wsgi == 0.19.dev0 opentelemetry-instrumentation-wsgi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
elasticsearch >= 2.0 elasticsearch >= 2.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
elasticsearch-dsl >= 2.0 elasticsearch-dsl >= 2.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -40,15 +40,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-instrumentation-wsgi == 0.19.dev0 opentelemetry-instrumentation-wsgi == 0.19b0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
[options.extras_require] [options.extras_require]
test = test =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
parameterized == 0.7.4 parameterized == 0.7.4
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,10 +38,10 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-instrumentation-asgi == 0.19.dev0 opentelemetry-instrumentation-asgi == 0.19b0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -49,7 +49,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
fastapi ~= 0.58.1 fastapi ~= 0.58.1
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,15 +39,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
flask ~= 1.0 flask ~= 1.0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-instrumentation-wsgi == 0.19.dev0 opentelemetry-instrumentation-wsgi == 0.19b0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
[options.extras_require] [options.extras_require]
test = test =
flask~=1.0 flask~=1.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,16 +38,16 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
grpcio ~= 1.27 grpcio ~= 1.27
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
protobuf >= 3.13.0 protobuf >= 3.13.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -37,14 +37,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
jinja2~=2.7 jinja2~=2.7
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -37,12 +37,12 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-dbapi == 0.19.dev0 opentelemetry-instrumentation-dbapi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
mysql-connector-python ~= 8.0 mysql-connector-python ~= 8.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-dbapi == 0.19.dev0 opentelemetry-instrumentation-dbapi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
psycopg2-binary >= 2.7.3.1 psycopg2-binary >= 2.7.3.1
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
pymemcache ~= 1.3 pymemcache ~= 1.3
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
pymongo ~= 3.1 pymongo ~= 3.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-dbapi == 0.19.dev0 opentelemetry-instrumentation-dbapi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
PyMySQL ~= 0.10.1 PyMySQL ~= 0.10.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -39,16 +39,16 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
pyramid >= 1.7 pyramid >= 1.7
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-wsgi == 0.19.dev0 opentelemetry-instrumentation-wsgi == 0.19b0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
werkzeug == 0.16.1 werkzeug == 0.16.1
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
redis >= 2.6 redis >= 2.6
wrapt >= 1.12.1 wrapt >= 1.12.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
requests ~= 2.0 requests ~= 2.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
scikit-learn ~= 0.22.0 scikit-learn ~= 0.22.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
wrapt >= 1.11.2 wrapt >= 1.11.2
sqlalchemy sqlalchemy
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
pytest pytest
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation-dbapi == 0.19.dev0 opentelemetry-instrumentation-dbapi == 0.19b0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,10 +38,10 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-instrumentation-asgi == 0.19.dev0 opentelemetry-instrumentation-asgi == 0.19b0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -49,7 +49,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
starlette ~= 0.13.0 starlette ~= 0.13.0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,14 +38,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
tornado >= 6.0 tornado >= 6.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-util-http == 0.19.dev0 opentelemetry-util-http == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
tornado >= 6.0 tornado >= 6.0
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
[options.extras_require] [options.extras_require]
test = test =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,12 +38,12 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-sdk == 1.0.0.dev0 opentelemetry-sdk == 1.0.0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,7 +38,7 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
[options.entry_points] [options.entry_points]
opentelemetry_propagator = opentelemetry_propagator =
@ -48,7 +48,7 @@ opentelemetry_id_generator =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 1.0.0.dev0 opentelemetry-api == 1.0.0
opentelemetry-instrumentation == 0.19.dev0 opentelemetry-instrumentation == 0.19b0
asgiref ~= 3.0 asgiref ~= 3.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.19.dev0 opentelemetry-test == 0.19b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.19.dev0" __version__ = "0.19b0"