mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
[release/v1.31.x-0.52bx] Prepare release 1.31.0/0.52b0 (#3358)
* Prepare release 1.31.0/0.52b0 * Update core sha --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
This commit is contained in:

committed by
GitHub

parent
6daf581f46
commit
14ebbb291d
2
.github/workflows/lint_0.yml
vendored
2
.github/workflows/lint_0.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: main
|
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
2
.github/workflows/misc_0.yml
vendored
2
.github/workflows/misc_0.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: main
|
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
2
.github/workflows/test_0.yml
vendored
2
.github/workflows/test_0.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: main
|
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
2
.github/workflows/test_1.yml
vendored
2
.github/workflows/test_1.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: main
|
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
2
.github/workflows/test_2.yml
vendored
2
.github/workflows/test_2.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: main
|
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
> The following components are released independently and maintain individual CHANGELOG files.
|
> The following components are released independently and maintain individual CHANGELOG files.
|
||||||
> Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code).
|
> Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code).
|
||||||
|
|
||||||
## Unreleased
|
## Version 1.31.0/0.52b0 (2025-03-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -16,7 +16,7 @@ sortfirst=
|
|||||||
ext/*
|
ext/*
|
||||||
|
|
||||||
[stable]
|
[stable]
|
||||||
version=1.31.0.dev
|
version=1.31.0
|
||||||
|
|
||||||
packages=
|
packages=
|
||||||
opentelemetry-sdk
|
opentelemetry-sdk
|
||||||
@ -34,7 +34,7 @@ packages=
|
|||||||
opentelemetry-api
|
opentelemetry-api
|
||||||
|
|
||||||
[prerelease]
|
[prerelease]
|
||||||
version=0.52b0.dev
|
version=0.52b0
|
||||||
|
|
||||||
packages=
|
packages=
|
||||||
all
|
all
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"rich>=10.0.0",
|
"rich>=10.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,7 +27,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,9 +27,9 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,9 +27,9 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.27",
|
"opentelemetry-api ~= 1.27",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.14",
|
"opentelemetry-api ~= 1.14",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-propagator-aws-xray ~= 1.0",
|
"opentelemetry-propagator-aws-xray ~= 1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -26,8 +26,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.30",
|
"opentelemetry-api ~= 1.30",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-propagator-aws-xray ~= 1.0",
|
"opentelemetry-propagator-aws-xray ~= 1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
@ -27,15 +27,15 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
asgi = [
|
asgi = [
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-asgi == 0.52b0",
|
||||||
]
|
]
|
||||||
instruments = [
|
instruments = [
|
||||||
"django >= 1.10",
|
"django >= 1.10",
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,10 +27,10 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"packaging >= 20.0",
|
"packaging >= 20.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,10 +27,10 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-asgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,10 +27,10 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"packaging >= 21.0",
|
"packaging >= 21.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,9 +27,9 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,7 +27,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,7 +27,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"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",
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -28,8 +28,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,10 +27,10 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
"wrapt >= 1.0.0, < 2.0.0",
|
"wrapt >= 1.0.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"wrapt >= 1.12.1",
|
"wrapt >= 1.12.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,9 +27,9 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"packaging >= 21.0",
|
"packaging >= 21.0",
|
||||||
"wrapt >= 1.11.2",
|
"wrapt >= 1.11.2",
|
||||||
]
|
]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,8 +27,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0.dev",
|
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
@ -27,10 +27,10 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0.dev",
|
"opentelemetry-instrumentation-asgi == 0.52b0",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0.dev",
|
"opentelemetry-semantic-conventions == 0.52b0",
|
||||||
"opentelemetry-util-http == 0.52b0.dev",
|
"opentelemetry-util-http == 0.52b0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -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.52b0",
|
||||||
"opentelemetry-api ~= 1.11",
|
"opentelemetry-api ~= 1.11",
|
||||||
"psutil >= 5.9.0, < 8",
|
"psutil >= 5.9.0, < 8",
|
||||||
]
|
]
|
||||||
|
@ -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.52b0"
|
||||||
|
@ -27,7 +27,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0.dev",
|
"opentelemetry-instrumentation == 0.52b0",
|
||||||
"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
Reference in New Issue
Block a user