[pre-release] Update changelogs, version [0.17b0] (#287)

This commit is contained in:
alrex
2021-01-20 16:01:24 -08:00
committed by GitHub
parent b3aa7a79d3
commit 2a11aeeafa
72 changed files with 148 additions and 146 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*' - 'release/*'
pull_request: pull_request:
env: env:
CORE_REPO_SHA: dea21fdf97472e5b4434e8455d1aaf9c2130028c CORE_REPO_SHA: b2d4d1ca6a6a51b29ea89f18279ce0a58265b97c
jobs: jobs:
build: build:

View File

@ -4,7 +4,9 @@ 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.16b1...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python-contrib/compare/v0.17b0...HEAD)
## [0.17b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.17b0) - 2021-01-20
### Added ### Added
- `opentelemetry-instrumentation-sqlalchemy` Ensure spans have kind set to "CLIENT" - `opentelemetry-instrumentation-sqlalchemy` Ensure spans have kind set to "CLIENT"

View File

@ -46,7 +46,7 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,8 +40,8 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
ddtrace>=0.34.0 ddtrace>=0.34.0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -42,8 +42,8 @@ install_requires =
snappy >= 2.8 snappy >= 2.8
protobuf >= 3.13.0 protobuf >= 3.13.0
requests == 2.25.0 requests == 2.25.0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
python-snappy >= 0.5.4 python-snappy >= 0.5.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.17.dev0" __version__ = "0.17b0"

View File

@ -39,8 +39,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-dbapi == 0.17.dev0 opentelemetry-instrumentation-dbapi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,8 +39,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
asyncpg >= 0.12.0 asyncpg >= 0.12.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,15 +40,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
boto ~= 2.0 boto ~= 2.0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-instrumentation-botocore == 0.17.dev0 opentelemetry-instrumentation-botocore == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
boto~=2.0 boto~=2.0
moto~=1.0 moto~=1.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,13 +40,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
botocore ~= 1.0 botocore ~= 1.0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
moto ~= 1.0 moto ~= 1.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,14 +40,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 == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
celery >= 4.0, < 6.0 celery >= 4.0, < 6.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,13 +40,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
django >= 1.10 django >= 1.10
opentelemetry-instrumentation-wsgi == 0.17.dev0 opentelemetry-instrumentation-wsgi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -41,14 +41,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-instrumentation-wsgi == 0.17.dev0 opentelemetry-instrumentation-wsgi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-asgi == 0.17.dev0 opentelemetry-instrumentation-asgi == 0.17b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -47,7 +47,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -40,14 +40,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
flask ~= 1.0 flask ~= 1.0
opentelemetry-instrumentation-wsgi == 0.17.dev0 opentelemetry-instrumentation-wsgi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
flask~=1.0 flask~=1.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
grpcio ~= 1.27 grpcio ~= 1.27
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-dbapi == 0.17.dev0 opentelemetry-instrumentation-dbapi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-dbapi == 0.17.dev0 opentelemetry-instrumentation-dbapi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
pymongo ~= 3.1 pymongo ~= 3.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-dbapi == 0.17.dev0 opentelemetry-instrumentation-dbapi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
PyMySQL ~= 0.10.1 PyMySQL ~= 0.10.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -40,15 +40,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
pyramid >= 1.7 pyramid >= 1.7
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-wsgi == 0.17.dev0 opentelemetry-instrumentation-wsgi == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
requests ~= 2.0 requests ~= 2.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
scikit-learn ~= 0.22.0 scikit-learn ~= 0.22.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
wrapt >= 1.11.2 wrapt >= 1.11.2
sqlalchemy sqlalchemy
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-dbapi == 0.17.dev0 opentelemetry-instrumentation-dbapi == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
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.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation-asgi == 0.17.dev0 opentelemetry-instrumentation-asgi == 0.17b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -47,7 +47,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-sdk == 0.17.dev0 opentelemetry-sdk == 0.17b0
psutil ~= 5.7.0 psutil ~= 5.7.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
tornado >= 6.0 tornado >= 6.0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
tornado >= 6.0 tornado >= 6.0
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,8 +39,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,12 +39,12 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
opentelemetry-instrumentation == 0.17.dev0 opentelemetry-instrumentation == 0.17b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"

View File

@ -39,7 +39,7 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.17.dev0 opentelemetry-api == 0.17b0
[options.entry_points] [options.entry_points]
opentelemetry_propagator = opentelemetry_propagator =
@ -49,7 +49,7 @@ opentelemetry_ids_generator =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.17.dev0 opentelemetry-test == 0.17b0
[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.17.dev0" __version__ = "0.17b0"