cs-models 0.0.813__py3-none-any.whl → 0.0.814__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 cs-models might be problematic. Click here for more details.
- cs_models/resources/SmartDefGridCellQuestion/models.py +1 -0
- cs_models/resources/SmartDefGridCellQuestion/schemas.py +1 -1
- {cs_models-0.0.813.dist-info → cs_models-0.0.814.dist-info}/METADATA +1 -1
- {cs_models-0.0.813.dist-info → cs_models-0.0.814.dist-info}/RECORD +6 -6
- {cs_models-0.0.813.dist-info → cs_models-0.0.814.dist-info}/WHEEL +0 -0
- {cs_models-0.0.813.dist-info → cs_models-0.0.814.dist-info}/top_level.txt +0 -0
|
@@ -11,6 +11,7 @@ class QuestionStatus(str, enum.Enum):
|
|
|
11
11
|
running = "running" # worker picked it up
|
|
12
12
|
succeeded = "succeeded" # at least one answer persisted
|
|
13
13
|
failed = "failed" # irrecoverable error (manual retry/override)
|
|
14
|
+
cancelled = "cancelled" # cancelled
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
class ExpectedType(str, enum.Enum):
|
|
@@ -2,7 +2,7 @@ from marshmallow import Schema, fields, validate
|
|
|
2
2
|
from ..SmartDefGridCellAnswer.schemas import SmartDefGridCellAnswerResourceSchema
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
QUESTION_STATUS = ["pending", "queued", "running", "succeeded", "failed"]
|
|
5
|
+
QUESTION_STATUS = ["pending", "queued", "running", "succeeded", "failed", "cancelled"]
|
|
6
6
|
EXPECTED_TYPE = ["number", "text", "citationList", "json"]
|
|
7
7
|
|
|
8
8
|
|
|
@@ -966,8 +966,8 @@ cs_models/resources/SmartDefGridCellAnswerCitation/__init__.py,sha256=47DEQpj8HB
|
|
|
966
966
|
cs_models/resources/SmartDefGridCellAnswerCitation/models.py,sha256=pCNakAl08pSFTbuhJypF43zDfoapZDsvFPH2PP7QQqo,916
|
|
967
967
|
cs_models/resources/SmartDefGridCellAnswerCitation/schemas.py,sha256=1dYybWcoSuhP0OLqwQ3igNeexMcV-Nj0IqtBaPVap-Q,568
|
|
968
968
|
cs_models/resources/SmartDefGridCellQuestion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
969
|
-
cs_models/resources/SmartDefGridCellQuestion/models.py,sha256=
|
|
970
|
-
cs_models/resources/SmartDefGridCellQuestion/schemas.py,sha256=
|
|
969
|
+
cs_models/resources/SmartDefGridCellQuestion/models.py,sha256=ltH1lr5unFyN9gTt5ZfAbS-AJOqqvpfBSOx-91332L8,3386
|
|
970
|
+
cs_models/resources/SmartDefGridCellQuestion/schemas.py,sha256=SvabwkE_cA28KrkjA3LZTuUYr9qvKdRBtPxTEkzdDTc,1644
|
|
971
971
|
cs_models/resources/SmartDefGridCellValue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
972
972
|
cs_models/resources/SmartDefGridCellValue/models.py,sha256=xNonMUcjN09lqS0CrYLoVGRpsGPFvW75FcT5IY7ggUA,2425
|
|
973
973
|
cs_models/resources/SmartDefGridCellValue/schemas.py,sha256=RjxVxBtxd29iReLOfArdHOzmV4ruyfyUnqfL8Wf9BG4,690
|
|
@@ -1321,7 +1321,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1321
1321
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1322
1322
|
cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
|
|
1323
1323
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1324
|
-
cs_models-0.0.
|
|
1325
|
-
cs_models-0.0.
|
|
1326
|
-
cs_models-0.0.
|
|
1327
|
-
cs_models-0.0.
|
|
1324
|
+
cs_models-0.0.814.dist-info/METADATA,sha256=_vYgM_cpGp2CY3yml45xhpH3Tx0zXRnzTFUCqAsBjoE,751
|
|
1325
|
+
cs_models-0.0.814.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1326
|
+
cs_models-0.0.814.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1327
|
+
cs_models-0.0.814.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|