nci-cidc-api-modules 1.2.4__py3-none-any.whl → 1.2.6__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.
cidc_api/models/models.py CHANGED
@@ -3432,6 +3432,7 @@ class IngestionJobs(CommonColumns):
3432
3432
  version = Column(Integer, nullable=False)
3433
3433
  pending = Column(Boolean, nullable=False, default=False)
3434
3434
  start_date = Column(DateTime, nullable=True)
3435
+ error_status = Column(String, nullable=True)
3435
3436
 
3436
3437
  @staticmethod
3437
3438
  @with_default_session
@@ -1,35 +1,35 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nci_cidc_api_modules
3
- Version: 1.2.4
3
+ Version: 1.2.6
4
4
  Summary: SQLAlchemy data models and configuration tools used in the NCI CIDC API
5
5
  Home-page: https://github.com/NCI-CIDC/cidc-api-gae
6
6
  License: MIT license
7
7
  Requires-Python: >=3.13
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
- Requires-Dist: werkzeug>=3.1.3
10
+ Requires-Dist: certifi>=2025.8.3
11
+ Requires-Dist: cloud-sql-python-connector[pg8000]>=1.18.4
11
12
  Requires-Dist: flask>=3.1.2
12
13
  Requires-Dist: flask-migrate>=4.1.0
13
14
  Requires-Dist: flask-sqlalchemy>=3.1.1
14
- Requires-Dist: sqlalchemy>=2.0.43
15
+ Requires-Dist: google-auth>=2.41.0
16
+ Requires-Dist: google-api-python-client>=2.183.0
17
+ Requires-Dist: google-cloud-bigquery>=3.38.0
18
+ Requires-Dist: google-cloud-pubsub>=2.31.1
19
+ Requires-Dist: google-cloud-secret-manager>=2.24.0
20
+ Requires-Dist: google-cloud-storage>=3.4.0
21
+ Requires-Dist: jinja2>=3.1.6
15
22
  Requires-Dist: marshmallow>=4.0.0
16
23
  Requires-Dist: marshmallow-sqlalchemy>=1.4.2
17
- Requires-Dist: google-cloud-storage>=3.3.0
18
- Requires-Dist: google-cloud-secret-manager>=2.24.0
19
- Requires-Dist: google-cloud-pubsub>=2.31.1
20
- Requires-Dist: google-cloud-bigquery>=3.36.0
21
- Requires-Dist: google-api-python-client>=2.179.0
22
- Requires-Dist: google-auth>=2.40.3
24
+ Requires-Dist: numpy>=2.3.2
23
25
  Requires-Dist: packaging>=25.0
26
+ Requires-Dist: pandas>=2.3.3
24
27
  Requires-Dist: pyarrow>=21.0.0
25
- Requires-Dist: numpy>=2.3.2
26
- Requires-Dist: pandas>=2.3.1
27
28
  Requires-Dist: python-dotenv>=1.1.1
28
29
  Requires-Dist: requests>=2.32.5
29
- Requires-Dist: jinja2>=3.1.6
30
- Requires-Dist: certifi>=2025.8.3
31
- Requires-Dist: cloud-sql-python-connector[pg8000]>=1.18.4
32
- Requires-Dist: nci-cidc-schemas==0.28.5
30
+ Requires-Dist: sqlalchemy>=2.0.43
31
+ Requires-Dist: werkzeug>=3.1.3
32
+ Requires-Dist: nci-cidc-schemas==0.28.6
33
33
  Dynamic: description
34
34
  Dynamic: description-content-type
35
35
  Dynamic: home-page
@@ -5,7 +5,7 @@ cidc_api/config/secrets.py,sha256=jRFj7W43pWuPf9DZQLCKF7WPXf5cUv-BAaS3ASqhV_Q,14
5
5
  cidc_api/config/settings.py,sha256=NsJbqW6Vqcz2f79xcAbk4th5tHne_I-RPCbKq_3hpz0,4427
6
6
  cidc_api/models/__init__.py,sha256=bl445G8Zic9YbhZ8ZBni07wtBMhLJRMBA-JqjLxx2bw,66
7
7
  cidc_api/models/migrations.py,sha256=gp9vtkYbA9FFy2s-7woelAmsvQbJ41LO2_DY-YkFIrQ,11464
8
- cidc_api/models/models.py,sha256=b8V3TmETY0v8IVcKQPoNgIPgZ6iXP9TbSOE5CCLKJKM,146237
8
+ cidc_api/models/models.py,sha256=nc2SzB4p16Sna50IlJzBShcBjIqDp-9i28bYnNR66G0,146286
9
9
  cidc_api/models/schemas.py,sha256=6IE2dJoEMcMbi0Vr1V3cYKnPKU0hv9vRKBixOZHe88s,2766
10
10
  cidc_api/models/files/__init__.py,sha256=8BMTnUSHzUbz0lBeEQY6NvApxDD3GMWMduoVMos2g4Y,213
11
11
  cidc_api/models/files/details.py,sha256=sZkGM7iEV4-J6IDQCdiMV6KBDLbPxCOqUMaU3aY9rX8,65153
@@ -17,8 +17,8 @@ cidc_api/shared/file_handling.py,sha256=l4wiRkVJLL7QbCoODsLx-uki6Km8QoMmUlRVnUV9
17
17
  cidc_api/shared/gcloud_client.py,sha256=ETQ34qKtO7l0svVhiHXxXewiyNjwIMgoeVcqrg-Twtk,36902
18
18
  cidc_api/shared/jose.py,sha256=-qzGzEDAlokEp9E7WtBtQkXyyfPWTYXlwYpCqVJWmqM,1830
19
19
  cidc_api/shared/rest_utils.py,sha256=RwR30WOUAYCxL7V-i2totEyeriG30GbBDvBcpLXhM9w,6594
20
- nci_cidc_api_modules-1.2.4.dist-info/licenses/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
21
- nci_cidc_api_modules-1.2.4.dist-info/METADATA,sha256=4tFQW1okcFmYAHtVRfOiNDbHk1QkRz-4MtyAY4LNfgI,39538
22
- nci_cidc_api_modules-1.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- nci_cidc_api_modules-1.2.4.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
24
- nci_cidc_api_modules-1.2.4.dist-info/RECORD,,
20
+ nci_cidc_api_modules-1.2.6.dist-info/licenses/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
21
+ nci_cidc_api_modules-1.2.6.dist-info/METADATA,sha256=Sak0ZXL0cKD_WTaBIDoRYQl3qwOZwYRBKWEH7XAKrKk,39538
22
+ nci_cidc_api_modules-1.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ nci_cidc_api_modules-1.2.6.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
24
+ nci_cidc_api_modules-1.2.6.dist-info/RECORD,,