Update version to 1.32.0.dev/0.53b0.dev (#3359)

This commit is contained in:
OpenTelemetry Bot
2025-03-12 13:07:49 -07:00
committed by GitHub
parent 6daf581f46
commit 6189be647c
122 changed files with 290 additions and 288 deletions

View File

@ -10,7 +10,7 @@ on:
pull_request: pull_request:
env: env:
CORE_REPO_SHA: main CORE_REPO_SHA: opentelemetrybot/update-version-to-1.32.0.dev-0.53b0.dev
CONTRIB_REPO_SHA: main CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w PIP_EXISTS_ACTION: w

View File

@ -10,7 +10,7 @@ on:
pull_request: pull_request:
env: env:
CORE_REPO_SHA: main CORE_REPO_SHA: opentelemetrybot/update-version-to-1.32.0.dev-0.53b0.dev
CONTRIB_REPO_SHA: main CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w PIP_EXISTS_ACTION: w

View File

@ -10,7 +10,7 @@ on:
pull_request: pull_request:
env: env:
CORE_REPO_SHA: main CORE_REPO_SHA: opentelemetrybot/update-version-to-1.32.0.dev-0.53b0.dev
CONTRIB_REPO_SHA: main CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w PIP_EXISTS_ACTION: w

View File

@ -10,7 +10,7 @@ on:
pull_request: pull_request:
env: env:
CORE_REPO_SHA: main CORE_REPO_SHA: opentelemetrybot/update-version-to-1.32.0.dev-0.53b0.dev
CONTRIB_REPO_SHA: main CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w PIP_EXISTS_ACTION: w

View File

@ -10,7 +10,7 @@ on:
pull_request: pull_request:
env: env:
CORE_REPO_SHA: main CORE_REPO_SHA: opentelemetrybot/update-version-to-1.32.0.dev-0.53b0.dev
CONTRIB_REPO_SHA: main CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w PIP_EXISTS_ACTION: w

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## Version 1.31.0/0.52b0 (2025-03-12)
### Added ### Added
- `opentelemetry-instrumentation-openai-v2` Update doc for OpenAI Instrumentation to support OpenAI Compatible Platforms - `opentelemetry-instrumentation-openai-v2` Update doc for OpenAI Instrumentation to support OpenAI Compatible Platforms

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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -16,7 +16,7 @@ sortfirst=
ext/* ext/*
[stable] [stable]
version=1.31.0.dev version=1.32.0.dev
packages= packages=
opentelemetry-sdk opentelemetry-sdk
@ -34,7 +34,7 @@ packages=
opentelemetry-api opentelemetry-api
[prerelease] [prerelease]
version=0.52b0.dev version=0.53b0.dev
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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -28,7 +28,7 @@ classifiers = [
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-sdk ~= 1.12", "opentelemetry-sdk ~= 1.12",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,7 +27,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.5", "opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

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

View File

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

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.27", "opentelemetry-api ~= 1.27",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -28,9 +28,9 @@ classifiers = [
dependencies = [ dependencies = [
"asgiref ~= 3.0", "asgiref ~= 3.0",
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.14", "opentelemetry-api ~= 1.14",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -26,8 +26,8 @@ classifiers = [
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-propagator-aws-xray ~= 1.0", "opentelemetry-propagator-aws-xray ~= 1.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -26,8 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.30", "opentelemetry-api ~= 1.30",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-propagator-aws-xray ~= 1.0", "opentelemetry-propagator-aws-xray ~= 1.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,7 +27,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]

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.52b0.dev" __version__ = "0.53b0.dev"
_instruments = tuple() _instruments = tuple()

View File

@ -27,15 +27,15 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-wsgi == 0.52b0.dev", "opentelemetry-instrumentation-wsgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
] ]
[project.optional-dependencies] [project.optional-dependencies]
asgi = [ asgi = [
"opentelemetry-instrumentation-asgi == 0.52b0.dev", "opentelemetry-instrumentation-asgi == 0.53b0.dev",
] ]
instruments = [ instruments = [
"django >= 1.10", "django >= 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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,10 +27,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-wsgi == 0.52b0.dev", "opentelemetry-instrumentation-wsgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
"packaging >= 20.0", "packaging >= 20.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,10 +27,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-asgi == 0.52b0.dev", "opentelemetry-instrumentation-asgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,10 +27,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-wsgi == 0.52b0.dev", "opentelemetry-instrumentation-wsgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
"packaging >= 21.0", "packaging >= 21.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

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

View File

@ -27,7 +27,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.5", "opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,7 +27,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
] ]
[project.optional-dependencies] [project.optional-dependencies]

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.52b0.dev" __version__ = "0.53b0.dev"
_instruments = tuple() _instruments = tuple()

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-api ~= 1.5", "opentelemetry-api ~= 1.5",
"packaging >= 20.0", "packaging >= 20.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -28,8 +28,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,10 +27,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-wsgi == 0.52b0.dev", "opentelemetry-instrumentation-wsgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"wrapt >= 1.12.1", "wrapt >= 1.12.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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

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

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,8 +27,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-dbapi == 0.52b0.dev", "opentelemetry-instrumentation-dbapi == 0.53b0.dev",
] ]
[project.optional-dependencies] [project.optional-dependencies]

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.52b0.dev" __version__ = "0.53b0.dev"
_instruments = tuple() _instruments = tuple()

View File

@ -27,10 +27,10 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-instrumentation-asgi == 0.52b0.dev", "opentelemetry-instrumentation-asgi == 0.53b0.dev",
"opentelemetry-semantic-conventions == 0.52b0.dev", "opentelemetry-semantic-conventions == 0.53b0.dev",
"opentelemetry-util-http == 0.52b0.dev", "opentelemetry-util-http == 0.53b0.dev",
] ]
[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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"opentelemetry-api ~= 1.11", "opentelemetry-api ~= 1.11",
"psutil >= 5.9.0, < 8", "psutil >= 5.9.0, < 8",
] ]

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.52b0.dev" __version__ = "0.53b0.dev"

View File

@ -27,7 +27,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.52b0.dev", "opentelemetry-instrumentation == 0.53b0.dev",
"wrapt >= 1.0.0, < 2.0.0", "wrapt >= 1.0.0, < 2.0.0",
] ]

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