Prepare release 1.31.1/0.52b1 (#3378)
This commit is contained in:
parent
516430c385
commit
338ed3951d
|
|
@ -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.1/0.52b1 (2025-03-20)
|
||||||
|
|
||||||
## Version 1.31.0/0.52b0 (2025-03-12)
|
## Version 1.31.0/0.52b0 (2025-03-12)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ sortfirst=
|
||||||
ext/*
|
ext/*
|
||||||
|
|
||||||
[stable]
|
[stable]
|
||||||
version=1.31.0
|
version=1.31.1
|
||||||
|
|
||||||
packages=
|
packages=
|
||||||
opentelemetry-sdk
|
opentelemetry-sdk
|
||||||
|
|
@ -34,7 +34,7 @@ packages=
|
||||||
opentelemetry-api
|
opentelemetry-api
|
||||||
|
|
||||||
[prerelease]
|
[prerelease]
|
||||||
version=0.52b0
|
version=0.52b1
|
||||||
|
|
||||||
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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.27",
|
"opentelemetry-api ~= 1.27",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.14",
|
"opentelemetry-api ~= 1.14",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.30",
|
"opentelemetry-api ~= 1.30",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -27,15 +27,15 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
"opentelemetry-instrumentation-wsgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
asgi = [
|
asgi = [
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0",
|
"opentelemetry-instrumentation-asgi == 0.52b1",
|
||||||
]
|
]
|
||||||
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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
"opentelemetry-instrumentation-wsgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0",
|
"opentelemetry-instrumentation-asgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
"opentelemetry-instrumentation-wsgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.52b0",
|
"opentelemetry-instrumentation-wsgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.52b0",
|
"opentelemetry-instrumentation-dbapi == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-instrumentation-asgi == 0.52b0",
|
"opentelemetry-instrumentation-asgi == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
"opentelemetry-util-http == 0.52b0",
|
"opentelemetry-util-http == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.52b0",
|
"opentelemetry-instrumentation == 0.52b1",
|
||||||
"opentelemetry-semantic-conventions == 0.52b0",
|
"opentelemetry-semantic-conventions == 0.52b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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"
|
__version__ = "0.52b1"
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue