mesh-sandbox 1.0.25__py3-none-any.whl → 1.0.26__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "1.0.25"
1
+ __version__ = "1.0.26"
@@ -98,15 +98,15 @@ def _deserialise_value(field_type, value):
98
98
 
99
99
  origin_type = get_origin(field_type)
100
100
 
101
- if origin_type == list:
101
+ if origin_type is list:
102
102
  item_type = get_args(field_type)[0]
103
103
  return [_deserialise_value(item_type, val) for val in value]
104
104
 
105
- if origin_type == dict:
105
+ if origin_type is dict:
106
106
  val_type = get_args(field_type)[1]
107
107
  return {key: _deserialise_value(val_type, val) for key, val in value.items()}
108
108
 
109
- if origin_type == frozenset:
109
+ if origin_type is frozenset:
110
110
  return frozenset(val for val in value)
111
111
 
112
112
  return value
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mesh-sandbox
3
- Version: 1.0.25
3
+ Version: 1.0.26
4
4
  Summary: NHSDigital mesh sandbox, a locally testable version of the MESH api
5
5
  License: MIT
6
6
  Author: spinecore
@@ -16,7 +16,7 @@ Requires-Dist: gunicorn (>=21.2,<23.0)
16
16
  Requires-Dist: mesh-client (>=3.2.3,<4.0.0)
17
17
  Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
18
18
  Requires-Dist: types-python-dateutil (>=2.8.9,<3.0.0)
19
- Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
19
+ Requires-Dist: uvicorn (>=0.23.2,<0.31.0)
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  MESH Sandbox
@@ -1,4 +1,4 @@
1
- mesh_sandbox/__init__.py,sha256=_TgC2mrlgs6XxMzx9bzihItIy81yZaza2GnTmMNF5EA,23
1
+ mesh_sandbox/__init__.py,sha256=qsWFNiLm8PRshbacOTrlIH_bB-tODfzJKwdZTTLVp20,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=ADa23j-2FL-u4618N5s9IjerXVoGHSVav4S4k-UTpCs,6612
@@ -45,7 +45,7 @@ mesh_sandbox/store/data/mailboxes.jsonl,sha256=ADXpImNo9UH6rY6T9bqgI-BvnbziFaGwc
45
45
  mesh_sandbox/store/data/workflows.jsonl,sha256=RFvycuqVmEkImeXlFD2wjuJFjt6dw581D_raPWstxpU,292
46
46
  mesh_sandbox/store/file_store.py,sha256=FcgqeHQI0fFySIl9NUFSjQ3MdXBDYk_SwcOUf8P8Mak,2398
47
47
  mesh_sandbox/store/memory_store.py,sha256=VJTsPAnwvPAVFTEo-mO2A__lcc7jMnyqiq0JerYmrKY,1643
48
- mesh_sandbox/store/serialisation.py,sha256=YLo9gaAE7VRh6Jg_m3QbOFwiG_D8GiIaGCTU5XKa0qA,3608
48
+ mesh_sandbox/store/serialisation.py,sha256=SsiZwblvTteIha1T4BIiuqrRo3SVF7sVuoURjSGDYyY,3608
49
49
  mesh_sandbox/test_plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
50
  mesh_sandbox/test_plugin/example_plugin.py,sha256=807XB2_u6Kin8fEuk8PLLDnIzt32YHoKQcI-LIpZNKM,987
51
51
  mesh_sandbox/test_plugin/example_plugin.txt,sha256=aUePU6UUVhpxeP37Pdz5Zxyn_nxI6HCY3qtQBo1iUEI,24
@@ -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=JrJk-R3fTjjcfVFW5Q_Fvxj8oasNRuH7HNJiMiTiD80,4907
72
72
  mesh_sandbox/views/tracking.py,sha256=WEswJT_wLJPieN5CgJ-CGXjDSRF5BdUzVy5XHqzGHAE,8914
73
- mesh_sandbox-1.0.25.dist-info/LICENSE,sha256=usgzIvDUpVX5pYZepJTRXQJqIaz0mdd32GuS5a3PFlY,1051
74
- mesh_sandbox-1.0.25.dist-info/METADATA,sha256=pb6cukUBY6wIVWQrDLJcefnPnaGCIbJs_fbJOGv2bcY,2413
75
- mesh_sandbox-1.0.25.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
76
- mesh_sandbox-1.0.25.dist-info/RECORD,,
73
+ mesh_sandbox-1.0.26.dist-info/LICENSE,sha256=usgzIvDUpVX5pYZepJTRXQJqIaz0mdd32GuS5a3PFlY,1051
74
+ mesh_sandbox-1.0.26.dist-info/METADATA,sha256=Q5CKOr-drWCqnkFT0EM7AYXM6dOEQIfPEKXNYGoVceE,2413
75
+ mesh_sandbox-1.0.26.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
76
+ mesh_sandbox-1.0.26.dist-info/RECORD,,