opentelemetry-instrumentation-aiohttp-client 0.52b1__tar.gz → 0.53b1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opentelemetry-instrumentation-aiohttp-client
3
- Version: 0.52b1
3
+ Version: 0.53b1
4
4
  Summary: OpenTelemetry aiohttp client instrumentation
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-client
6
6
  Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -20,9 +20,9 @@ Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Requires-Python: >=3.8
22
22
  Requires-Dist: opentelemetry-api~=1.12
23
- Requires-Dist: opentelemetry-instrumentation==0.52b1
24
- Requires-Dist: opentelemetry-semantic-conventions==0.52b1
25
- Requires-Dist: opentelemetry-util-http==0.52b1
23
+ Requires-Dist: opentelemetry-instrumentation==0.53b1
24
+ Requires-Dist: opentelemetry-semantic-conventions==0.53b1
25
+ Requires-Dist: opentelemetry-util-http==0.53b1
26
26
  Requires-Dist: wrapt<2.0.0,>=1.0.0
27
27
  Provides-Extra: instruments
28
28
  Requires-Dist: aiohttp~=3.0; extra == 'instruments'
@@ -27,9 +27,9 @@ classifiers = [
27
27
  ]
28
28
  dependencies = [
29
29
  "opentelemetry-api ~= 1.12",
30
- "opentelemetry-instrumentation == 0.52b1",
31
- "opentelemetry-semantic-conventions == 0.52b1",
32
- "opentelemetry-util-http == 0.52b1",
30
+ "opentelemetry-instrumentation == 0.53b1",
31
+ "opentelemetry-semantic-conventions == 0.53b1",
32
+ "opentelemetry-util-http == 0.53b1",
33
33
  "wrapt >= 1.0.0, < 2.0.0",
34
34
  ]
35
35
 
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.52b1"
15
+ __version__ = "0.53b1"