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

@@ -15,7 +15,7 @@ class SmartGridModel(Base):
15
15
  workbook_id = Column(
16
16
  Integer,
17
17
  ForeignKey('workbooks.id'),
18
- nullable=False,
18
+ nullable=True,
19
19
  )
20
20
  table_info = Column(Text, nullable=True)
21
21
  is_deleted = Column(Boolean, nullable=True)
@@ -7,7 +7,7 @@ class SmartGridResourceSchema(Schema):
7
7
 
8
8
  id = fields.Integer(dump_only=True)
9
9
  user_id = fields.String(required=True, validate=not_blank)
10
- workbook_id = fields.Integer(required=True)
10
+ workbook_id = fields.Integer(allow_none=True)
11
11
  table_info = fields.String(allow_none=True)
12
12
  is_deleted = fields.Boolean(allow_none=True)
13
13
  cells = fields.Nested(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.740
3
+ Version: 0.0.741
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -903,8 +903,8 @@ cs_models/resources/SearchLink/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
903
903
  cs_models/resources/SearchLink/models.py,sha256=l1tPCSKHK7Wq1OUWFH72NYncEt6Q3bR0P6ii7YKoxCM,729
904
904
  cs_models/resources/SearchLink/schemas.py,sha256=A8Y6LRgw7MHs9bihf0gZPfqp6KDm0Z8k6PJSL9WVxsc,448
905
905
  cs_models/resources/SmartGrid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
906
- cs_models/resources/SmartGrid/models.py,sha256=eWcaU6Rri0toRJlqTr9I7iC_riCQjf8Tj965jNxzjvk,1012
907
- cs_models/resources/SmartGrid/schemas.py,sha256=ZuTTtAMZm_0RpFaRRM4sd7vW48uVcz9FTc2VD-vCnL4,663
906
+ cs_models/resources/SmartGrid/models.py,sha256=9weIkYbh-Y-My5vjjUP-N-ziSNV-AWww1UUltK8EIy0,1011
907
+ cs_models/resources/SmartGrid/schemas.py,sha256=v5iG5dsEDnRp8P3UKba7uN39ZD_hqPvfLWyX1ltKKjM,665
908
908
  cs_models/resources/SmartGridCell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
909
909
  cs_models/resources/SmartGridCell/models.py,sha256=hDwK1ROOgKJX56gBw8rDVPlRYDiX-hH-vxbV0F1wkQs,1261
910
910
  cs_models/resources/SmartGridCell/schemas.py,sha256=p0hE5ihGa7o2hzP4gJfBHi0yuhMimpuCUp_P2iJCaCE,825
@@ -1219,7 +1219,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1219
1219
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1220
1220
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1221
1221
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1222
- cs_models-0.0.740.dist-info/METADATA,sha256=W9bp7txsnH-OF53Y21fMyZLUu3kRDHjqyZIbOnpdWuI,792
1223
- cs_models-0.0.740.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
- cs_models-0.0.740.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
- cs_models-0.0.740.dist-info/RECORD,,
1222
+ cs_models-0.0.741.dist-info/METADATA,sha256=gWHy2Dx2WKLBJDKaqyLv3eBLG-cl5S9dNBh3HvmVIxU,792
1223
+ cs_models-0.0.741.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
+ cs_models-0.0.741.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
+ cs_models-0.0.741.dist-info/RECORD,,