Prepare release 1.34.1/0.55b1 (#3571)
This commit is contained in:
parent
649f67db4b
commit
3d2e42a5a4
|
|
@ -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.34.1/0.55b1 (2025-06-10)
|
||||||
|
|
||||||
## Version 1.34.0/0.55b0 (2025-06-04)
|
## Version 1.34.0/0.55b0 (2025-06-04)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ sortfirst=
|
||||||
ext/*
|
ext/*
|
||||||
|
|
||||||
[stable]
|
[stable]
|
||||||
version=1.34.0
|
version=1.34.1
|
||||||
|
|
||||||
packages=
|
packages=
|
||||||
opentelemetry-sdk
|
opentelemetry-sdk
|
||||||
|
|
@ -34,7 +34,7 @@ packages=
|
||||||
opentelemetry-api
|
opentelemetry-api
|
||||||
|
|
||||||
[prerelease]
|
[prerelease]
|
||||||
version=0.55b0
|
version=0.55b1
|
||||||
|
|
||||||
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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-sdk ~= 1.12",
|
"opentelemetry-sdk ~= 1.12",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.27",
|
"opentelemetry-api ~= 1.27",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"typing_extensions ~= 4.1",
|
"typing_extensions ~= 4.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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"asgiref ~= 3.0",
|
"asgiref ~= 3.0",
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"wrapt ~= 1.0",
|
"wrapt ~= 1.0",
|
||||||
"typing_extensions ~= 4.12",
|
"typing_extensions ~= 4.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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.14",
|
"opentelemetry-api ~= 1.14",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.30",
|
"opentelemetry-api ~= 1.30",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -26,15 +26,15 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.55b0",
|
"opentelemetry-instrumentation-wsgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
asgi = [
|
asgi = [
|
||||||
"opentelemetry-instrumentation-asgi == 0.55b0",
|
"opentelemetry-instrumentation-asgi == 0.55b1",
|
||||||
]
|
]
|
||||||
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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.55b0",
|
"opentelemetry-instrumentation-wsgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-asgi == 0.55b0",
|
"opentelemetry-instrumentation-asgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.55b0",
|
"opentelemetry-instrumentation-wsgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.5",
|
"opentelemetry-api ~= 1.5",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-wsgi == 0.55b0",
|
"opentelemetry-instrumentation-wsgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-dbapi == 0.55b0",
|
"opentelemetry-instrumentation-dbapi == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
||||||
_instruments = tuple()
|
_instruments = tuple()
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-instrumentation-asgi == 0.55b0",
|
"opentelemetry-instrumentation-asgi == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opentelemetry-api ~= 1.12",
|
"opentelemetry-api ~= 1.12",
|
||||||
"opentelemetry-instrumentation == 0.55b0",
|
"opentelemetry-instrumentation == 0.55b1",
|
||||||
"opentelemetry-semantic-conventions == 0.55b0",
|
"opentelemetry-semantic-conventions == 0.55b1",
|
||||||
"opentelemetry-util-http == 0.55b0",
|
"opentelemetry-util-http == 0.55b1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.55b0"
|
__version__ = "0.55b1"
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue