opentelemetry-instrumentation-aiohttp-client 0.44b0__tar.gz → 0.45b0__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-aiohttp-client
3
- Version: 0.44b0
3
+ Version: 0.45b0
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
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
@@ -17,15 +17,12 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Requires-Python: >=3.8
19
19
  Requires-Dist: opentelemetry-api~=1.12
20
- Requires-Dist: opentelemetry-instrumentation==0.44b0
21
- Requires-Dist: opentelemetry-semantic-conventions==0.44b0
22
- Requires-Dist: opentelemetry-util-http==0.44b0
20
+ Requires-Dist: opentelemetry-instrumentation==0.45b0
21
+ Requires-Dist: opentelemetry-semantic-conventions==0.45b0
22
+ Requires-Dist: opentelemetry-util-http==0.45b0
23
23
  Requires-Dist: wrapt<2.0.0,>=1.0.0
24
24
  Provides-Extra: instruments
25
25
  Requires-Dist: aiohttp~=3.0; extra == 'instruments'
26
- Provides-Extra: test
27
- Requires-Dist: http-server-mock; extra == 'test'
28
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client[instruments]; extra == 'test'
29
26
  Description-Content-Type: text/x-rst
30
27
 
31
28
  OpenTelemetry aiohttp client Integration
@@ -25,9 +25,9 @@ classifiers = [
25
25
  ]
26
26
  dependencies = [
27
27
  "opentelemetry-api ~= 1.12",
28
- "opentelemetry-instrumentation == 0.44b0",
29
- "opentelemetry-semantic-conventions == 0.44b0",
30
- "opentelemetry-util-http == 0.44b0",
28
+ "opentelemetry-instrumentation == 0.45b0",
29
+ "opentelemetry-semantic-conventions == 0.45b0",
30
+ "opentelemetry-util-http == 0.45b0",
31
31
  "wrapt >= 1.0.0, < 2.0.0",
32
32
  ]
33
33
 
@@ -35,10 +35,6 @@ dependencies = [
35
35
  instruments = [
36
36
  "aiohttp ~= 3.0",
37
37
  ]
38
- test = [
39
- "opentelemetry-instrumentation-aiohttp-client[instruments]",
40
- "http-server-mock"
41
- ]
42
38
 
43
39
  [project.entry-points.opentelemetry_instrumentor]
44
40
  aiohttp-client = "opentelemetry.instrumentation.aiohttp_client:AioHttpClientInstrumentor"
@@ -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.44b0"
15
+ __version__ = "0.45b0"