sera-2 1.5.1__py3-none-any.whl → 1.5.2__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.
@@ -580,12 +580,12 @@ def make_python_relational_object_property(
580
580
  "onupdate",
581
581
  expr.ExprConstant(prop.db.on_target_update.to_sqlalchemy()),
582
582
  ),
583
- PredefinedFn.keyword_assignment(
584
- "nullable",
585
- expr.ExprConstant(prop.is_optional),
586
- ),
587
583
  ],
588
584
  ),
585
+ PredefinedFn.keyword_assignment(
586
+ "nullable",
587
+ expr.ExprConstant(prop.is_optional),
588
+ ),
589
589
  ],
590
590
  )
591
591
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sera-2
3
- Version: 1.5.1
3
+ Version: 1.5.2
4
4
  Summary:
5
5
  Author: Binh Vu
6
6
  Author-email: bvu687@gmail.com
@@ -8,7 +8,7 @@ sera/make/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  sera/make/__main__.py,sha256=EvskvcZ5BikA6c0QyUXMbHfKrjr44W0JTmW_-iXFEGg,1416
9
9
  sera/make/make_app.py,sha256=4iXMmyvOSLvUWzZLrXWUg8jnkwOZyDH-AZVwKcQMfLY,5654
10
10
  sera/make/make_python_api.py,sha256=RuJUm9z-4plBEtjobeOPr12o27OT-0tSeXI4ZlM3IY0,29433
11
- sera/make/make_python_model.py,sha256=hKA5xnKsReibfHEsW3pXJgRgxLYZUhVPUKA_gEvdRJM,33150
11
+ sera/make/make_python_model.py,sha256=1lBzpq1RYme-f2_8GMw2vhEY0gygM0PkXTuZgtkSzVM,33118
12
12
  sera/make/make_python_services.py,sha256=RsinYZdfkrTlTn9CT50VgqGs9w6IZawsJx-KEmqfnEY,2062
13
13
  sera/make/make_typescript_model.py,sha256=x9OFcKx9oke-T9ZLG-6gSckXZEVvT4MJMA6VBqsdrRY,34013
14
14
  sera/misc/__init__.py,sha256=G-vpwJtdS596Yle7W007vArHRwmK0QgGmLhzlqTiHMQ,311
@@ -24,6 +24,6 @@ sera/models/_parse.py,sha256=t43g-PpW_Fy1DeN8f1ys6bLVkoT5EngK-hTuDuN2Kac,7301
24
24
  sera/models/_property.py,sha256=nRDyptwADR8ZIA-fpLryRY-pHbBAdKv0PwFfJFQ-d8s,5290
25
25
  sera/models/_schema.py,sha256=1F_Ict1NLvDcQDUZwcvnRS5MtsOTv584y3ChymUeUYA,1046
26
26
  sera/typing.py,sha256=QkzT07FtBwoiX2WHXDUrU1zSPLoRmKJgsXa2kLyLMxU,327
27
- sera_2-1.5.1.dist-info/METADATA,sha256=GkB3rfwqgYfRTIAGo1AOaBdR1TGImkfsN3RNYfF6DjQ,856
28
- sera_2-1.5.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
29
- sera_2-1.5.1.dist-info/RECORD,,
27
+ sera_2-1.5.2.dist-info/METADATA,sha256=nHl12XVRk76BGQrGgU3oWIJ5ZbArM9SozegYl-la7AQ,856
28
+ sera_2-1.5.2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
29
+ sera_2-1.5.2.dist-info/RECORD,,
File without changes