[release/v1.21.x-0.42bx] Prepare release 1.21.0/0.42b0 (#2030)

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
This commit is contained in:
OpenTelemetry Bot
2023-11-07 14:06:05 -03:00
committed by GitHub
parent 4f6618324d
commit 3779ae835c
105 changed files with 296 additions and 296 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*' - 'release/*'
pull_request: pull_request:
env: env:
CORE_REPO_SHA: d054dff47d2da663a39b9656d106c3d15f344269 CORE_REPO_SHA: 8f3d10a36b9cba9017b5f52375b62700aec3e263
jobs: jobs:
build: build:

View File

@ -5,7 +5,7 @@ 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 ## Version 1.21.0/0.42b0 (2023-11-01)
- `opentelemetry-instrumentation-aiohttp-server` Add instrumentor and auto instrumentation support for aiohttp-server - `opentelemetry-instrumentation-aiohttp-server` Add instrumentor and auto instrumentation support for aiohttp-server
([#1800](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1800)) ([#1800](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1800))

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.42b0.dev" __version__ = "0.42b0"

View File

@ -16,7 +16,7 @@ sortfirst=
ext/* ext/*
[stable] [stable]
version=1.21.0.dev version=1.21.0
packages= packages=
opentelemetry-sdk opentelemetry-sdk
@ -34,7 +34,7 @@ packages=
opentelemetry-api opentelemetry-api
[prerelease] [prerelease]
version=0.42b0.dev version=0.42b0
packages= packages=
all all

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.42b0.dev" __version__ = "0.42b0"

View File

@ -27,7 +27,7 @@ classifiers = [
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-sdk ~= 1.12", "opentelemetry-sdk ~= 1.12",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"rich>=10.0.0", "rich>=10.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.42b0.dev" __version__ = "0.42b0"

View File

@ -35,7 +35,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-aio-pika[instruments]", "opentelemetry-instrumentation-aio-pika[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"pytest", "pytest",
"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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,9 +26,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,9 +26,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -37,8 +37,8 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-aiopg[instruments]", "opentelemetry-instrumentation-aiopg[instruments]",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -27,9 +27,9 @@ classifiers = [
dependencies = [ dependencies = [
"asgiref ~= 3.0", "asgiref ~= 3.0",
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -38,7 +38,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-asgi[instruments]", "opentelemetry-instrumentation-asgi[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.urls] [project.urls]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-asyncpg[instruments]", "opentelemetry-instrumentation-asyncpg[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -22,15 +22,15 @@ classifiers = [
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-propagator-aws-xray == 1.0.1", "opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.urls] [project.urls]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -38,7 +38,7 @@ test = [
"opentelemetry-instrumentation-boto[instruments]", "opentelemetry-instrumentation-boto[instruments]",
"markupsafe==2.0.1", "markupsafe==2.0.1",
"moto~=2.0", "moto~=2.0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -37,7 +37,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-boto3sqs[instruments]", "opentelemetry-instrumentation-boto3sqs[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-propagator-aws-xray == 1.0.1", "opentelemetry-propagator-aws-xray == 1.0.1",
] ]
@ -39,7 +39,7 @@ test = [
"opentelemetry-instrumentation-botocore[instruments]", "opentelemetry-instrumentation-botocore[instruments]",
"markupsafe==2.0.1", "markupsafe==2.0.1",
"moto[all] ~= 2.2.6", "moto[all] ~= 2.2.6",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -38,7 +38,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-cassandra[instruments]", "opentelemetry-instrumentation-cassandra[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-celery[instruments]", "opentelemetry-instrumentation-celery[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"pytest", "pytest",
] ]

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.42b0.dev" __version__ = "0.42b0"

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,15 +26,15 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.urls] [project.urls]

View File

@ -12,6 +12,6 @@
# 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.42b0.dev" __version__ = "0.42b0"
_instruments = tuple() _instruments = tuple()

View File

@ -26,22 +26,22 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-wsgi == 0.42b0.dev", "opentelemetry-instrumentation-wsgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
asgi = [ asgi = [
"opentelemetry-instrumentation-asgi == 0.42b0.dev", "opentelemetry-instrumentation-asgi == 0.42b0",
] ]
instruments = [ instruments = [
"django >= 1.10", "django >= 1.10",
] ]
test = [ test = [
"opentelemetry-instrumentation-django[instruments]", "opentelemetry-instrumentation-django[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -38,7 +38,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-elasticsearch[instruments]", "opentelemetry-instrumentation-elasticsearch[instruments]",
"elasticsearch-dsl >= 2.0", "elasticsearch-dsl >= 2.0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,10 +26,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-wsgi == 0.42b0.dev", "opentelemetry-instrumentation-wsgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"packaging >= 20.0", "packaging >= 20.0",
] ]
@ -39,7 +39,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-falcon[instruments]", "opentelemetry-instrumentation-falcon[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"parameterized == 0.7.4", "parameterized == 0.7.4",
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,10 +26,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-asgi == 0.42b0.dev", "opentelemetry-instrumentation-asgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -38,7 +38,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-fastapi[instruments]", "opentelemetry-instrumentation-fastapi[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"requests ~= 2.23", # needed for testclient "requests ~= 2.23", # needed for testclient
"httpx ~= 0.22", # needed for testclient "httpx ~= 0.22", # 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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,10 +26,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-wsgi == 0.42b0.dev", "opentelemetry-instrumentation-wsgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"packaging >= 21.0", "packaging >= 21.0",
] ]
@ -41,7 +41,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-flask[instruments]", "opentelemetry-instrumentation-flask[instruments]",
"markupsafe==2.1.2", "markupsafe==2.1.2",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,9 +26,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-sdk ~= 1.12", "opentelemetry-sdk ~= 1.12",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -39,7 +39,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-grpc[instruments]", "opentelemetry-instrumentation-grpc[instruments]",
"opentelemetry-sdk ~= 1.12", "opentelemetry-sdk ~= 1.12",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"protobuf ~= 3.13", "protobuf ~= 3.13",
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -37,7 +37,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-httpx[instruments]", "opentelemetry-instrumentation-httpx[instruments]",
"opentelemetry-sdk ~= 1.12", "opentelemetry-sdk ~= 1.12",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -25,7 +25,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -36,7 +36,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-jinja2[instruments]", "opentelemetry-instrumentation-jinja2[instruments]",
"markupsafe==2.0.1", "markupsafe==2.0.1",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.5", "opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-kafka-python[instruments]", "opentelemetry-instrumentation-kafka-python[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"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.42b0.dev" __version__ = "0.42b0"

View File

@ -25,13 +25,13 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

View File

@ -12,6 +12,6 @@
# 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.42b0.dev" __version__ = "0.42b0"
_instruments = tuple() _instruments = tuple()

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-mysql[instruments]", "opentelemetry-instrumentation-mysql[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-mysqlclient[instruments]", "opentelemetry-instrumentation-mysqlclient[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-pika[instruments]", "opentelemetry-instrumentation-pika[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"pytest", "pytest",
"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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-psycopg2[instruments]", "opentelemetry-instrumentation-psycopg2[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -37,7 +37,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-pymemcache[instruments]", "opentelemetry-instrumentation-pymemcache[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-pymongo[instruments]", "opentelemetry-instrumentation-pymongo[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-pymysql[instruments]", "opentelemetry-instrumentation-pymysql[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,10 +26,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-wsgi == 0.42b0.dev", "opentelemetry-instrumentation-wsgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -39,7 +39,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-pyramid[instruments]", "opentelemetry-instrumentation-pyramid[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"werkzeug == 0.16.1", "werkzeug == 0.16.1",
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"wrapt >= 1.12.1", "wrapt >= 1.12.1",
] ]
@ -38,7 +38,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-redis[instruments]", "opentelemetry-instrumentation-redis[instruments]",
"opentelemetry-sdk ~= 1.3", "opentelemetry-sdk ~= 1.3",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-remoulade[instruments]", "opentelemetry-instrumentation-remoulade[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"opentelemetry-sdk ~= 1.10" "opentelemetry-sdk ~= 1.10"
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,9 +26,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -38,7 +38,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-requests[instruments]", "opentelemetry-instrumentation-requests[instruments]",
"httpretty ~= 1.0", "httpretty ~= 1.0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,7 +26,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -35,7 +35,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-sklearn[instruments]", "opentelemetry-instrumentation-sklearn[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"packaging >= 21.0", "packaging >= 21.0",
"wrapt >= 1.11.2", "wrapt >= 1.11.2",
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,14 +26,14 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-dbapi == 0.42b0.dev", "opentelemetry-instrumentation-dbapi == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

View File

@ -12,6 +12,6 @@
# 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.42b0.dev" __version__ = "0.42b0"
_instruments = tuple() _instruments = tuple()

View File

@ -26,10 +26,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-instrumentation-asgi == 0.42b0.dev", "opentelemetry-instrumentation-asgi == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -38,7 +38,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-starlette[instruments]", "opentelemetry-instrumentation-starlette[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"requests ~= 2.23", # needed for testclient "requests ~= 2.23", # needed for testclient
"httpx ~= 0.22", # needed for testclient "httpx ~= 0.22", # 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.42b0.dev" __version__ = "0.42b0"

View File

@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-system-metrics[instruments]", "opentelemetry-instrumentation-system-metrics[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -25,9 +25,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -36,7 +36,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-tornado[instruments]", "opentelemetry-instrumentation-tornado[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
"http-server-mock" "http-server-mock"
] ]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -37,7 +37,7 @@ instruments = [
] ]
test = [ test = [
"opentelemetry-instrumentation-tortoiseorm[instruments]", "opentelemetry-instrumentation-tortoiseorm[instruments]",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,16 +26,16 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"httpretty ~= 1.0", "httpretty ~= 1.0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

View File

@ -12,6 +12,6 @@
# 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.42b0.dev" __version__ = "0.42b0"
_instruments = tuple() _instruments = tuple()

View File

@ -26,9 +26,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]
@ -39,7 +39,7 @@ instruments = [
test = [ test = [
"opentelemetry-instrumentation-urllib3[instruments]", "opentelemetry-instrumentation-urllib3[instruments]",
"httpretty ~= 1.0", "httpretty ~= 1.0",
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.entry-points.opentelemetry_instrumentor] [project.entry-points.opentelemetry_instrumentor]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -26,15 +26,15 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-semantic-conventions == 0.42b0.dev", "opentelemetry-semantic-conventions == 0.42b0",
"opentelemetry-util-http == 0.42b0.dev", "opentelemetry-util-http == 0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
instruments = [] instruments = []
test = [ test = [
"opentelemetry-test-utils == 0.42b0.dev", "opentelemetry-test-utils == 0.42b0",
] ]
[project.urls] [project.urls]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -29,51 +29,51 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation-aio-pika==0.42b0.dev", "opentelemetry-instrumentation-aio-pika==0.42b0",
"opentelemetry-instrumentation-aiohttp-client==0.42b0.dev", "opentelemetry-instrumentation-aiohttp-client==0.42b0",
"opentelemetry-instrumentation-aiohttp-server==0.42b0.dev", "opentelemetry-instrumentation-aiohttp-server==0.42b0",
"opentelemetry-instrumentation-aiopg==0.42b0.dev", "opentelemetry-instrumentation-aiopg==0.42b0",
"opentelemetry-instrumentation-asgi==0.42b0.dev", "opentelemetry-instrumentation-asgi==0.42b0",
"opentelemetry-instrumentation-asyncpg==0.42b0.dev", "opentelemetry-instrumentation-asyncpg==0.42b0",
"opentelemetry-instrumentation-aws-lambda==0.42b0.dev", "opentelemetry-instrumentation-aws-lambda==0.42b0",
"opentelemetry-instrumentation-boto==0.42b0.dev", "opentelemetry-instrumentation-boto==0.42b0",
"opentelemetry-instrumentation-boto3sqs==0.42b0.dev", "opentelemetry-instrumentation-boto3sqs==0.42b0",
"opentelemetry-instrumentation-botocore==0.42b0.dev", "opentelemetry-instrumentation-botocore==0.42b0",
"opentelemetry-instrumentation-cassandra==0.42b0.dev", "opentelemetry-instrumentation-cassandra==0.42b0",
"opentelemetry-instrumentation-celery==0.42b0.dev", "opentelemetry-instrumentation-celery==0.42b0",
"opentelemetry-instrumentation-confluent-kafka==0.42b0.dev", "opentelemetry-instrumentation-confluent-kafka==0.42b0",
"opentelemetry-instrumentation-dbapi==0.42b0.dev", "opentelemetry-instrumentation-dbapi==0.42b0",
"opentelemetry-instrumentation-django==0.42b0.dev", "opentelemetry-instrumentation-django==0.42b0",
"opentelemetry-instrumentation-elasticsearch==0.42b0.dev", "opentelemetry-instrumentation-elasticsearch==0.42b0",
"opentelemetry-instrumentation-falcon==0.42b0.dev", "opentelemetry-instrumentation-falcon==0.42b0",
"opentelemetry-instrumentation-fastapi==0.42b0.dev", "opentelemetry-instrumentation-fastapi==0.42b0",
"opentelemetry-instrumentation-flask==0.42b0.dev", "opentelemetry-instrumentation-flask==0.42b0",
"opentelemetry-instrumentation-grpc==0.42b0.dev", "opentelemetry-instrumentation-grpc==0.42b0",
"opentelemetry-instrumentation-httpx==0.42b0.dev", "opentelemetry-instrumentation-httpx==0.42b0",
"opentelemetry-instrumentation-jinja2==0.42b0.dev", "opentelemetry-instrumentation-jinja2==0.42b0",
"opentelemetry-instrumentation-kafka-python==0.42b0.dev", "opentelemetry-instrumentation-kafka-python==0.42b0",
"opentelemetry-instrumentation-logging==0.42b0.dev", "opentelemetry-instrumentation-logging==0.42b0",
"opentelemetry-instrumentation-mysql==0.42b0.dev", "opentelemetry-instrumentation-mysql==0.42b0",
"opentelemetry-instrumentation-mysqlclient==0.42b0.dev", "opentelemetry-instrumentation-mysqlclient==0.42b0",
"opentelemetry-instrumentation-pika==0.42b0.dev", "opentelemetry-instrumentation-pika==0.42b0",
"opentelemetry-instrumentation-psycopg2==0.42b0.dev", "opentelemetry-instrumentation-psycopg2==0.42b0",
"opentelemetry-instrumentation-pymemcache==0.42b0.dev", "opentelemetry-instrumentation-pymemcache==0.42b0",
"opentelemetry-instrumentation-pymongo==0.42b0.dev", "opentelemetry-instrumentation-pymongo==0.42b0",
"opentelemetry-instrumentation-pymysql==0.42b0.dev", "opentelemetry-instrumentation-pymysql==0.42b0",
"opentelemetry-instrumentation-pyramid==0.42b0.dev", "opentelemetry-instrumentation-pyramid==0.42b0",
"opentelemetry-instrumentation-redis==0.42b0.dev", "opentelemetry-instrumentation-redis==0.42b0",
"opentelemetry-instrumentation-remoulade==0.42b0.dev", "opentelemetry-instrumentation-remoulade==0.42b0",
"opentelemetry-instrumentation-requests==0.42b0.dev", "opentelemetry-instrumentation-requests==0.42b0",
"opentelemetry-instrumentation-sklearn==0.42b0.dev", "opentelemetry-instrumentation-sklearn==0.42b0",
"opentelemetry-instrumentation-sqlalchemy==0.42b0.dev", "opentelemetry-instrumentation-sqlalchemy==0.42b0",
"opentelemetry-instrumentation-sqlite3==0.42b0.dev", "opentelemetry-instrumentation-sqlite3==0.42b0",
"opentelemetry-instrumentation-starlette==0.42b0.dev", "opentelemetry-instrumentation-starlette==0.42b0",
"opentelemetry-instrumentation-system-metrics==0.42b0.dev", "opentelemetry-instrumentation-system-metrics==0.42b0",
"opentelemetry-instrumentation-tornado==0.42b0.dev", "opentelemetry-instrumentation-tornado==0.42b0",
"opentelemetry-instrumentation-tortoiseorm==0.42b0.dev", "opentelemetry-instrumentation-tortoiseorm==0.42b0",
"opentelemetry-instrumentation-urllib==0.42b0.dev", "opentelemetry-instrumentation-urllib==0.42b0",
"opentelemetry-instrumentation-urllib3==0.42b0.dev", "opentelemetry-instrumentation-urllib3==0.42b0",
"opentelemetry-instrumentation-wsgi==0.42b0.dev", "opentelemetry-instrumentation-wsgi==0.42b0",
] ]
[project.optional-dependencies] [project.optional-dependencies]

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.42b0.dev" __version__ = "0.42b0"

View File

@ -24,13 +24,13 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.42b0.dev", "opentelemetry-instrumentation == 0.42b0",
"opentelemetry-sdk ~= 1.13", "opentelemetry-sdk ~= 1.13",
] ]
[project.optional-dependencies] [project.optional-dependencies]
otlp = [ otlp = [
"opentelemetry-exporter-otlp == 1.21.0.dev", "opentelemetry-exporter-otlp == 1.21.0",
] ]
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.42b0.dev" __version__ = "0.42b0"

Some files were not shown because too many files have changed in this diff Show More