iii-observability 0.19.7.dev2__tar.gz → 0.20.0.dev1__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: iii-observability
3
- Version: 0.19.7.dev2
3
+ Version: 0.20.0.dev1
4
4
  Summary: Deprecated shim: re-exports iii_helpers.observability. Import from iii-helpers instead.
5
5
  Project-URL: Homepage, https://github.com/iii-hq/iii
6
6
  Project-URL: Repository, https://github.com/iii-hq/iii
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Requires-Python: >=3.10
17
- Requires-Dist: iii-helpers==0.19.7.dev2
17
+ Requires-Dist: iii-helpers==0.20.0.dev1
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  # iii-observability
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "iii-observability"
7
- version = "0.19.7.dev2"
7
+ version = "0.20.0.dev1"
8
8
  description = "Deprecated shim: re-exports iii_helpers.observability. Import from iii-helpers instead."
9
9
  authors = [{ name = "III" }]
10
10
  license = { text = "Apache-2.0" }
@@ -20,7 +20,7 @@ classifiers = [
20
20
  "Operating System :: OS Independent",
21
21
  ]
22
22
  dependencies = [
23
- "iii-helpers==0.19.7.dev2",
23
+ "iii-helpers==0.20.0.dev1",
24
24
  ]
25
25
 
26
26
  [project.urls]