canvas 0.46.0__py3-none-any.whl → 0.47.0__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.

Potentially problematic release.


This version of canvas might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: canvas
3
- Version: 0.46.0
3
+ Version: 0.47.0
4
4
  Summary: SDK to customize event-driven actions in your Canvas instance
5
5
  Author-email: Canvas Team <engineering@canvasmedical.com>
6
6
  License-Expression: MIT
@@ -298,14 +298,14 @@ plugin_runner/generate_allowed_imports.py,sha256=LQuVxL_j5n0Sj-KgR4Q8D9mj0xfuDqz
298
298
  plugin_runner/installation.py,sha256=LLjtnzPk-w4go3UbXnBItJTKz1ajR_5kGQbFXTaWTFU,7693
299
299
  plugin_runner/load_all_plugins.py,sha256=4T2gW2YljhIx4xfwf1c0F_8oIbE1ubsLj0ShkHRtlVY,5847
300
300
  plugin_runner/plugin_runner.py,sha256=PqtvyUHOSvIHRW97zX_NKEjszJ1GVmETXxkZhzkZoe0,21975
301
- plugin_runner/sandbox.py,sha256=gwAGMeoLTrufug4664tXbu6AlXv3vkKaZse2wcx3prU,29016
301
+ plugin_runner/sandbox.py,sha256=G4rsCbMJj3BIxgsSZDAAmkU_JDdedlYfXtujLMIyQ9o,29036
302
302
  protobufs/canvas_generated/messages/effects.proto,sha256=SKQlLWUHuCDWEg1ZDtUv2SSgdue_MPMgm47XNPqaewo,9057
303
303
  protobufs/canvas_generated/messages/events.proto,sha256=iYXkOORZeUhjxdf4ixKuZIVk1Dq3GBiE1r0_yMm1P3A,49036
304
304
  protobufs/canvas_generated/messages/plugins.proto,sha256=oNainUPWFYQjgCX7bJEPI9_VnHC5VZduzOqgR4Q7dNM,109
305
305
  protobufs/canvas_generated/services/plugin_runner.proto,sha256=doadBKn5k4xAtOgR-q_pEvW4yzxpUaHNOowMG6CL5GY,304
306
306
  pubsub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
307
307
  pubsub/pubsub.py,sha256=PHIvJ5SD3M-jQSYeGGSj1FuG6CvP6BQffAoGax9Uudk,1423
308
- canvas-0.46.0.dist-info/METADATA,sha256=jHybw-8UoNKIkU7g2WjSdcNbVE83UW32SPfZRVum4M0,4492
309
- canvas-0.46.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
310
- canvas-0.46.0.dist-info/entry_points.txt,sha256=0Vs_9GmTVUNniH6eDBlRPgofmADMV4BES6Ao26M4AbM,47
311
- canvas-0.46.0.dist-info/RECORD,,
308
+ canvas-0.47.0.dist-info/METADATA,sha256=Eh6PoD6OucaJqO5blXAQOa9GiRwxfjhDYHnEUvfeFno,4492
309
+ canvas-0.47.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
310
+ canvas-0.47.0.dist-info/entry_points.txt,sha256=0Vs_9GmTVUNniH6eDBlRPgofmADMV4BES6Ao26M4AbM,47
311
+ canvas-0.47.0.dist-info/RECORD,,
plugin_runner/sandbox.py CHANGED
@@ -161,6 +161,7 @@ STANDARD_LIBRARY_MODULES = {
161
161
  "Literal",
162
162
  "NamedTuple",
163
163
  "NotRequired",
164
+ "Optional",
164
165
  "Protocol",
165
166
  "Sequence",
166
167
  "Tuple",