mesh-sandbox 1.0.33__py3-none-any.whl → 1.0.34__py3-none-any.whl
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.
- mesh_sandbox/__init__.py +1 -1
- {mesh_sandbox-1.0.33.dist-info → mesh_sandbox-1.0.34.dist-info}/METADATA +3 -3
- {mesh_sandbox-1.0.33.dist-info → mesh_sandbox-1.0.34.dist-info}/RECORD +5 -5
- {mesh_sandbox-1.0.33.dist-info → mesh_sandbox-1.0.34.dist-info}/WHEEL +0 -0
- {mesh_sandbox-1.0.33.dist-info → mesh_sandbox-1.0.34.dist-info}/licenses/LICENSE +0 -0
mesh_sandbox/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.34"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mesh-sandbox
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.34
|
|
4
4
|
Summary: NHSDigital mesh sandbox, a locally testable version of the MESH api
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -12,13 +12,13 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Dist: cryptography (>=44.0.1,<47)
|
|
15
|
-
Requires-Dist: fastapi (>=0.110.0,<0.
|
|
15
|
+
Requires-Dist: fastapi (>=0.110.0,<0.129.0)
|
|
16
16
|
Requires-Dist: gunicorn (>=21.2,<24.0)
|
|
17
17
|
Requires-Dist: mesh-client (>=4.0.1,<5.0.0)
|
|
18
18
|
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
|
|
19
19
|
Requires-Dist: types-python-dateutil (>=2.8.9,<3.0.0)
|
|
20
20
|
Requires-Dist: typing-extensions (>=4.10.0)
|
|
21
|
-
Requires-Dist: uvicorn (>=0.23.2,<0.
|
|
21
|
+
Requires-Dist: uvicorn (>=0.23.2,<0.41.0)
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
MESH Sandbox
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
mesh_sandbox/__init__.py,sha256=
|
|
1
|
+
mesh_sandbox/__init__.py,sha256=31Fy5Mm_rVdjhkiA5Qld_AgDhVjDZY7VtlLVv4ssiPo,23
|
|
2
2
|
mesh_sandbox/api.py,sha256=N6k5RH6C9nXkVU4VqK9Cb4Zm0y0btCkzY7vgf4aM-Vg,3924
|
|
3
3
|
mesh_sandbox/common/__init__.py,sha256=r_QcbsmkiCFrE04QVputqAF2TPIlixiXBcGKgWR4SvE,3430
|
|
4
4
|
mesh_sandbox/common/constants.py,sha256=5D2YKE74r0NkA-gACblg_uws02VlokuqPGGXe-eBdAA,6649
|
|
@@ -70,7 +70,7 @@ mesh_sandbox/views/inbox.py,sha256=zdKB2ulJaDRVnhnagyBYF2nFmN88wslAx3bq7d7feLo,5
|
|
|
70
70
|
mesh_sandbox/views/lookup.py,sha256=c_UtaJMCfBacsV692FQs4_AyDKjPNxIQKu2wgluDSGw,2815
|
|
71
71
|
mesh_sandbox/views/outbox.py,sha256=tVDH3yctLGOuJiN0LRjwatxXxsvph5LBZuhFyRrxtp4,4933
|
|
72
72
|
mesh_sandbox/views/tracking.py,sha256=WEswJT_wLJPieN5CgJ-CGXjDSRF5BdUzVy5XHqzGHAE,8914
|
|
73
|
-
mesh_sandbox-1.0.
|
|
74
|
-
mesh_sandbox-1.0.
|
|
75
|
-
mesh_sandbox-1.0.
|
|
76
|
-
mesh_sandbox-1.0.
|
|
73
|
+
mesh_sandbox-1.0.34.dist-info/METADATA,sha256=aqLT3nD-MOW_tL6i08MLlSDMpRDtMewRrpIKID4rFYY,2464
|
|
74
|
+
mesh_sandbox-1.0.34.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
75
|
+
mesh_sandbox-1.0.34.dist-info/licenses/LICENSE,sha256=usgzIvDUpVX5pYZepJTRXQJqIaz0mdd32GuS5a3PFlY,1051
|
|
76
|
+
mesh_sandbox-1.0.34.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|