opentrons-shared-data 8.6.0a2__py3-none-any.whl → 8.6.0a5__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 opentrons-shared-data might be problematic. Click here for more details.

@@ -1,7 +1,14 @@
1
1
  # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
3
 
4
- __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
4
+ __all__ = [
5
+ "__version__",
6
+ "__version_tuple__",
7
+ "version",
8
+ "version_tuple",
9
+ "__commit_id__",
10
+ "commit_id",
11
+ ]
5
12
 
6
13
  TYPE_CHECKING = False
7
14
  if TYPE_CHECKING:
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
9
16
  from typing import Union
10
17
 
11
18
  VERSION_TUPLE = Tuple[Union[int, str], ...]
19
+ COMMIT_ID = Union[str, None]
12
20
  else:
13
21
  VERSION_TUPLE = object
22
+ COMMIT_ID = object
14
23
 
15
24
  version: str
16
25
  __version__: str
17
26
  __version_tuple__: VERSION_TUPLE
18
27
  version_tuple: VERSION_TUPLE
28
+ commit_id: COMMIT_ID
29
+ __commit_id__: COMMIT_ID
19
30
 
20
- __version__ = version = '8.6.0a2'
21
- __version_tuple__ = version_tuple = (8, 6, 0, 'a2')
31
+ __version__ = version = '8.6.0a5'
32
+ __version_tuple__ = version_tuple = (8, 6, 0, 'a5')
33
+
34
+ __commit_id__ = commit_id = None
@@ -5303,6 +5303,12 @@
5303
5303
  "title": "StackerFillEmptyStrategy",
5304
5304
  "type": "string"
5305
5305
  },
5306
+ "StackerLabwareMovementStrategy": {
5307
+ "description": "Strategy to retrieve or store labware.",
5308
+ "enum": ["automatic", "manual"],
5309
+ "title": "StackerLabwareMovementStrategy",
5310
+ "type": "string"
5311
+ },
5306
5312
  "StackerStoredLabwareDetails": {
5307
5313
  "description": "The parameters defining a labware to be stored in the stacker.",
5308
5314
  "properties": {
@@ -5388,9 +5394,13 @@
5388
5394
  "description": "Unique ID of the flex stacker.",
5389
5395
  "title": "Moduleid",
5390
5396
  "type": "string"
5397
+ },
5398
+ "strategy": {
5399
+ "$ref": "#/$defs/StackerLabwareMovementStrategy",
5400
+ "description": "If manual, indicates that labware has been moved to the hopper manually by the user, as required in error recovery."
5391
5401
  }
5392
5402
  },
5393
- "required": ["moduleId"],
5403
+ "required": ["moduleId", "strategy"],
5394
5404
  "title": "StoreParams",
5395
5405
  "type": "object"
5396
5406
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opentrons_shared_data
3
- Version: 8.6.0a2
3
+ Version: 8.6.0a5
4
4
  Summary: A bundle of data and python binding that supports the Opentrons API.Does not need to be installed manually; only a dependency of the opentrons package
5
5
  Project-URL: Source Code, https://github.com/Opentrons/opentrons
6
6
  Author-email: Opentrons <engineering@opentrons.com>
@@ -1,5 +1,5 @@
1
1
  opentrons_shared_data/__init__.py,sha256=DVgoqWWN7qiAJ20GG2gweJeYYpA6xbHg-88ilVLjsgE,430
2
- opentrons_shared_data/_version.py,sha256=GNMqhyBM4WyqEn46p7PGtrzujTlw5TeW__t1rYiBsMc,519
2
+ opentrons_shared_data/_version.py,sha256=DwgORFlCYMpHF3Y70AkjCmEVbBrAoGaMakKYbXsdrE8,712
3
3
  opentrons_shared_data/load.py,sha256=fTd57_9QvpC8I48380rfxFDgGy-vhPZyEW2sGA3mcfo,1605
4
4
  opentrons_shared_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  opentrons_shared_data/command/__init__.py,sha256=54jWGDwpdI0dAaaQMsty1N40WsB88uywBoCbiAta4Hc,3961
@@ -54,7 +54,7 @@ opentrons_shared_data/data/command/schemas/10.json,sha256=4i3BDzZhe6WBRI9SCnjQDU
54
54
  opentrons_shared_data/data/command/schemas/11.json,sha256=VA9LnbSOp4PMGzzsYRTfER6w93a1fOxGHZ0Ujj-0GCM,251580
55
55
  opentrons_shared_data/data/command/schemas/12.json,sha256=B1LrlisN2IffGy8zrKs9KVvuSiehIbCirnxCKWtckrs,285394
56
56
  opentrons_shared_data/data/command/schemas/13.json,sha256=9lIARfRd6o5m0bNsiYao5dugPBW_9oe2260TS6Ko9GM,282213
57
- opentrons_shared_data/data/command/schemas/14.json,sha256=BCid5P5-Fmh3WXdoGTPh1tGCdoagmkOdF_lE8krXh-8,292263
57
+ opentrons_shared_data/data/command/schemas/14.json,sha256=stSqfPoQgUvT1rd579BD2FRokGLRPi2DHzixlf6TWwI,292732
58
58
  opentrons_shared_data/data/command/schemas/7.json,sha256=5IhagxTIgeroNcMUtZURInCjW-t7GiRuTw1PiecjCTE,130110
59
59
  opentrons_shared_data/data/command/schemas/8.json,sha256=OBrGEHjKMevDTMmw96g0PwfNVa02pWPUlCWElWOe9Os,177510
60
60
  opentrons_shared_data/data/command/schemas/9.json,sha256=Y-auw66of51VUB54L3DU37D2lJCvpO_yuoxG2u5NlZw,180936
@@ -628,7 +628,7 @@ opentrons_shared_data/data/robot/definitions/1/ot2.json,sha256=3XY9bD1Q2uCfmiHBy
628
628
  opentrons_shared_data/data/robot/definitions/1/ot3.json,sha256=jGwWoCT3-FAMnKG7C64HRpUISfELOcExL7XYhzwh6I4,376
629
629
  opentrons_shared_data/data/robot/schemas/1.json,sha256=akt5AiU8pwc68JlVVq8MI37J-a6g6vSxXfcBM19yiQQ,3049
630
630
  opentrons_shared_data/data/labware/repository/schemas/1.json,sha256=-iZkF5yZN7MZCQPDm-fAhug-FLFX_Wi9wF0m7LwFQiQ,2314
631
- opentrons_shared_data-8.6.0a2.dist-info/METADATA,sha256=wLXoLHP3qbrRNWArcTlE7aDCBxf8ehb68irsnUhwWrg,965
632
- opentrons_shared_data-8.6.0a2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
633
- opentrons_shared_data-8.6.0a2.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
634
- opentrons_shared_data-8.6.0a2.dist-info/RECORD,,
631
+ opentrons_shared_data-8.6.0a5.dist-info/METADATA,sha256=LIbYVCPFjT6z76OQY9-T2riLFx9AEfvd6u3ditknMV0,965
632
+ opentrons_shared_data-8.6.0a5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
633
+ opentrons_shared_data-8.6.0a5.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
634
+ opentrons_shared_data-8.6.0a5.dist-info/RECORD,,