JSONSchemata 0.0.0.dev3__tar.gz → 0.0.0.dev4__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,10 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: JSONSchemata
3
- Version: 0.0.0.dev3
3
+ Version: 0.0.0.dev4
4
4
  Requires-Python: >=3.10
5
5
  License-File: LICENSE
6
- Requires-Dist: jsonschema<5,>=4.21.0
7
6
  Requires-Dist: referencing>=0.35.1
8
- Requires-Dist: PkgData==0.0.0.dev3
9
- Requires-Dist: PySerials==0.0.0.dev7
7
+ Requires-Dist: PkgData==0.0.0.dev4
8
+ Requires-Dist: PySerials==0.0.0.dev8
10
9
  Requires-Dist: PyLinks==0.0.0.dev27
@@ -0,0 +1,4 @@
1
+ # JSONSchemata
2
+
3
+ Python registry of JSONSchema schemas for various data formats,
4
+ with utilities for processing schemas.
@@ -17,13 +17,12 @@ namespaces = true
17
17
  # ----------------------------------------- Project Metadata -------------------------------------
18
18
  #
19
19
  [project]
20
- version = "0.0.0.dev3"
20
+ version = "0.0.0.dev4"
21
21
  name = "JSONSchemata"
22
22
  dependencies = [
23
- "jsonschema >= 4.21.0, < 5",
24
23
  "referencing >= 0.35.1",
25
- "PkgData == 0.0.0.dev3",
26
- "PySerials == 0.0.0.dev7",
24
+ "PkgData == 0.0.0.dev4",
25
+ "PySerials == 0.0.0.dev8",
27
26
  "PyLinks == 0.0.0.dev27",
28
27
  ]
29
28
  requires-python = ">=3.10"
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: JSONSchemata
3
- Version: 0.0.0.dev3
3
+ Version: 0.0.0.dev4
4
4
  Requires-Python: >=3.10
5
5
  License-File: LICENSE
6
- Requires-Dist: jsonschema<5,>=4.21.0
7
6
  Requires-Dist: referencing>=0.35.1
8
- Requires-Dist: PkgData==0.0.0.dev3
9
- Requires-Dist: PySerials==0.0.0.dev7
7
+ Requires-Dist: PkgData==0.0.0.dev4
8
+ Requires-Dist: PySerials==0.0.0.dev8
10
9
  Requires-Dist: PyLinks==0.0.0.dev27
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ README.md
2
3
  pyproject.toml
3
4
  src/JSONSchemata.egg-info/PKG-INFO
4
5
  src/JSONSchemata.egg-info/SOURCES.txt
@@ -0,0 +1,4 @@
1
+ referencing>=0.35.1
2
+ PkgData==0.0.0.dev4
3
+ PySerials==0.0.0.dev8
4
+ PyLinks==0.0.0.dev27
@@ -1,5 +0,0 @@
1
- jsonschema<5,>=4.21.0
2
- referencing>=0.35.1
3
- PkgData==0.0.0.dev3
4
- PySerials==0.0.0.dev7
5
- PyLinks==0.0.0.dev27