cs-models 0.0.813__py3-none-any.whl → 0.0.815__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.

@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.813
3
+ Version: 0.0.815
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -14,11 +14,11 @@ Requires-Dist: PyMySQL==1.1.1
14
14
  Requires-Dist: python-dateutil==2.8.2
15
15
  Requires-Dist: pytz==2022.1
16
16
  Requires-Dist: SQLAlchemy==1.4.35
17
- Requires-Dist: boto3>=1.28.30
18
- Requires-Dist: botocore>=1.31.30
19
- Requires-Dist: s3transfer>=0.6.2
17
+ Requires-Dist: boto3==1.34.2
18
+ Requires-Dist: botocore==1.34.2
19
+ Requires-Dist: s3transfer==0.5.2
20
20
  Requires-Dist: six==1.16.0
21
- Requires-Dist: urllib3>=1.26.19
21
+ Requires-Dist: urllib3==1.26.9
22
22
  Requires-Dist: dnspython==2.6.1
23
23
  Requires-Dist: pymongo==4.6.3
24
24
  Requires-Dist: psycopg2-binary==2.9.3
@@ -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=3pOYSZZnY6ufYBkRTqbV7heuclfDIcm8SnUy0kJDNic,3345
970
- cs_models/resources/SmartDefGridCellQuestion/schemas.py,sha256=P1w8PTxhC7D6zYcs1ijy-ZZxHrYJJnAfDXNV-zbn3UY,1631
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.813.dist-info/METADATA,sha256=7k9dw2I7LxpRjzIuXx4HT4KzogI6QIoZ6Hy6fDg6-Wk,751
1325
- cs_models-0.0.813.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1326
- cs_models-0.0.813.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1327
- cs_models-0.0.813.dist-info/RECORD,,
1324
+ cs_models-0.0.815.dist-info/METADATA,sha256=mSw63muNoILdWDrQYYpjrdR8MYOZwUQ39jX1c02rYzg,748
1325
+ cs_models-0.0.815.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1326
+ cs_models-0.0.815.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1327
+ cs_models-0.0.815.dist-info/RECORD,,