opentelemetry-instrumentation-cassandra 0.54b1__tar.gz → 0.55b0__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-cassandra
3
- Version: 0.54b1
3
+ Version: 0.55b0
4
4
  Summary: OpenTelemetry Cassandra instrumentation
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-cassandra
6
6
  Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -12,16 +12,15 @@ Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Programming Language :: Python
14
14
  Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
18
  Classifier: Programming Language :: Python :: 3.12
20
19
  Classifier: Programming Language :: Python :: 3.13
21
- Requires-Python: >=3.8
20
+ Requires-Python: >=3.9
22
21
  Requires-Dist: opentelemetry-api~=1.12
23
- Requires-Dist: opentelemetry-instrumentation==0.54b1
24
- Requires-Dist: opentelemetry-semantic-conventions==0.54b1
22
+ Requires-Dist: opentelemetry-instrumentation==0.55b0
23
+ Requires-Dist: opentelemetry-semantic-conventions==0.55b0
25
24
  Requires-Dist: wrapt<2.0.0,>=1.0.0
26
25
  Provides-Extra: instruments
27
26
  Requires-Dist: cassandra-driver~=3.25; extra == 'instruments'
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
8
  description = "OpenTelemetry Cassandra instrumentation"
9
9
  readme = "README.rst"
10
10
  license = "Apache-2.0"
11
- requires-python = ">=3.8"
11
+ requires-python = ">=3.9"
12
12
  authors = [
13
13
  { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" },
14
14
  ]
@@ -18,7 +18,6 @@ classifiers = [
18
18
  "License :: OSI Approved :: Apache Software License",
19
19
  "Programming Language :: Python",
20
20
  "Programming Language :: Python :: 3",
21
- "Programming Language :: Python :: 3.8",
22
21
  "Programming Language :: Python :: 3.9",
23
22
  "Programming Language :: Python :: 3.10",
24
23
  "Programming Language :: Python :: 3.11",
@@ -27,8 +26,8 @@ classifiers = [
27
26
  ]
28
27
  dependencies = [
29
28
  "opentelemetry-api ~= 1.12",
30
- "opentelemetry-instrumentation == 0.54b1",
31
- "opentelemetry-semantic-conventions == 0.54b1",
29
+ "opentelemetry-instrumentation == 0.55b0",
30
+ "opentelemetry-semantic-conventions == 0.55b0",
32
31
  "wrapt >= 1.0.0, < 2.0.0",
33
32
  ]
34
33
 
@@ -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.54b1"
15
+ __version__ = "0.55b0"