cs-models 0.0.729__py3-none-any.whl → 0.0.730__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/VAParameter/models.py +2 -1
- cs_models/resources/VAParameter/schemas.py +1 -0
- {cs_models-0.0.729.dist-info → cs_models-0.0.730.dist-info}/METADATA +1 -1
- {cs_models-0.0.729.dist-info → cs_models-0.0.730.dist-info}/RECORD +6 -6
- {cs_models-0.0.729.dist-info → cs_models-0.0.730.dist-info}/WHEEL +0 -0
- {cs_models-0.0.729.dist-info → cs_models-0.0.730.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@ from sqlalchemy import (
|
|
|
3
3
|
Integer,
|
|
4
4
|
String,
|
|
5
5
|
DateTime,
|
|
6
|
-
|
|
6
|
+
Text,
|
|
7
7
|
)
|
|
8
8
|
from datetime import datetime
|
|
9
9
|
|
|
@@ -25,6 +25,7 @@ class VAParameterModel(Base):
|
|
|
25
25
|
dpname = Column(String(191), nullable=True)
|
|
26
26
|
scid = Column(Integer, nullable=True)
|
|
27
27
|
so = Column(Integer, nullable=True)
|
|
28
|
+
llm_output = Column(Text, nullable=True)
|
|
28
29
|
updated_at = Column(
|
|
29
30
|
DateTime,
|
|
30
31
|
nullable=False,
|
|
@@ -1042,8 +1042,8 @@ cs_models/resources/UserWorkbook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
1042
1042
|
cs_models/resources/UserWorkbook/models.py,sha256=1f5V5o4AcHElMY31bME4S1wm06bm3SbLucYJrzk0ONk,759
|
|
1043
1043
|
cs_models/resources/UserWorkbook/schemas.py,sha256=0roXytt6Rv8RS6Um9WPZbWz2eYptmxacc7SEp0c2vHQ,427
|
|
1044
1044
|
cs_models/resources/VAParameter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1045
|
-
cs_models/resources/VAParameter/models.py,sha256=
|
|
1046
|
-
cs_models/resources/VAParameter/schemas.py,sha256=
|
|
1045
|
+
cs_models/resources/VAParameter/models.py,sha256=R2A4jsBKuev6VLcxniTcwc0urEs3b-Lx-XGTreXDoyM,956
|
|
1046
|
+
cs_models/resources/VAParameter/schemas.py,sha256=NNEzDQbS7pwL5KjL_kXKCO3lqExu6nMERyPe_gltkys,776
|
|
1047
1047
|
cs_models/resources/VAParameterCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1048
1048
|
cs_models/resources/VAParameterCondition/models.py,sha256=kkF6fiebAQsClvwALO4WENBRfRkuN1Y36lJaRGD1YOY,953
|
|
1049
1049
|
cs_models/resources/VAParameterCondition/schemas.py,sha256=zq1vaQM2WApJlQs6MzxNa54NG8kf0eQSMw6pzH6z5sk,497
|
|
@@ -1198,7 +1198,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1198
1198
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1199
1199
|
cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
|
|
1200
1200
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1201
|
-
cs_models-0.0.
|
|
1202
|
-
cs_models-0.0.
|
|
1203
|
-
cs_models-0.0.
|
|
1204
|
-
cs_models-0.0.
|
|
1201
|
+
cs_models-0.0.730.dist-info/METADATA,sha256=YiEGLDJc5XK5__WpkL82zEPtD2un8Xgk2e_XJSt79Ag,792
|
|
1202
|
+
cs_models-0.0.730.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
1203
|
+
cs_models-0.0.730.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1204
|
+
cs_models-0.0.730.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|