nci-cidc-api-modules 1.2.38__py3-none-any.whl → 1.2.39__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/__init__.py +1 -1
- cidc_api/models/models.py +3 -0
- {nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/METADATA +14 -14
- {nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/RECORD +7 -7
- {nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/WHEEL +0 -0
- {nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/licenses/LICENSE +0 -0
- {nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/top_level.txt +0 -0
cidc_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.39"
|
cidc_api/models/models.py
CHANGED
|
@@ -3478,6 +3478,7 @@ class IngestionJobs(CommonColumns):
|
|
|
3478
3478
|
batch_id = Column(String, nullable=True)
|
|
3479
3479
|
submission_id = Column(String, nullable=True)
|
|
3480
3480
|
intake_path = Column(String, nullable=True)
|
|
3481
|
+
uploader_email = Column(String, nullable=True)
|
|
3481
3482
|
|
|
3482
3483
|
@staticmethod
|
|
3483
3484
|
@with_default_session
|
|
@@ -3493,6 +3494,7 @@ class IngestionJobs(CommonColumns):
|
|
|
3493
3494
|
submission_id: str = None,
|
|
3494
3495
|
intake_path: str = None,
|
|
3495
3496
|
start_date: datetime = None,
|
|
3497
|
+
uploader_email: str = None,
|
|
3496
3498
|
session: Session = None,
|
|
3497
3499
|
):
|
|
3498
3500
|
new_job = IngestionJobs(
|
|
@@ -3507,6 +3509,7 @@ class IngestionJobs(CommonColumns):
|
|
|
3507
3509
|
submission_id=submission_id,
|
|
3508
3510
|
intake_path=intake_path,
|
|
3509
3511
|
start_date=start_date,
|
|
3512
|
+
uploader_email=uploader_email,
|
|
3510
3513
|
)
|
|
3511
3514
|
new_job.insert(session=session)
|
|
3512
3515
|
return new_job
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nci_cidc_api_modules
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.39
|
|
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
|
|
@@ -8,34 +8,34 @@ Requires-Python: >=3.13
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: certifi>=2025.11.12
|
|
11
|
-
Requires-Dist: cloud-sql-python-connector[pg8000]>=1.
|
|
11
|
+
Requires-Dist: cloud-sql-python-connector[pg8000]>=1.19.0
|
|
12
12
|
Requires-Dist: flask>=3.1.2
|
|
13
13
|
Requires-Dist: flask-migrate>=4.1.0
|
|
14
14
|
Requires-Dist: flask-sqlalchemy>=3.1.1
|
|
15
15
|
Requires-Dist: flask-talisman>=0.7.0
|
|
16
|
-
Requires-Dist: google-auth==2.
|
|
16
|
+
Requires-Dist: google-auth==2.45.0
|
|
17
17
|
Requires-Dist: google-api-python-client>=2.187.0
|
|
18
|
-
Requires-Dist: google-cloud-bigquery>=3.
|
|
19
|
-
Requires-Dist: google-cloud-pubsub>=2.
|
|
20
|
-
Requires-Dist: google-cloud-secret-manager>=2.
|
|
21
|
-
Requires-Dist: google-cloud-storage>=3.
|
|
18
|
+
Requires-Dist: google-cloud-bigquery>=3.39.0
|
|
19
|
+
Requires-Dist: google-cloud-pubsub>=2.34.0
|
|
20
|
+
Requires-Dist: google-cloud-secret-manager>=2.26.0
|
|
21
|
+
Requires-Dist: google-cloud-storage>=3.7.0
|
|
22
22
|
Requires-Dist: jinja2>=3.1.6
|
|
23
|
-
Requires-Dist: joserfc>=1.
|
|
24
|
-
Requires-Dist: marshmallow>=4.1.
|
|
23
|
+
Requires-Dist: joserfc>=1.6.0
|
|
24
|
+
Requires-Dist: marshmallow>=4.1.2
|
|
25
25
|
Requires-Dist: marshmallow-sqlalchemy>=1.4.2
|
|
26
|
-
Requires-Dist: numpy>=2.
|
|
26
|
+
Requires-Dist: numpy>=2.4.0
|
|
27
27
|
Requires-Dist: packaging>=25.0
|
|
28
28
|
Requires-Dist: pandas>=2.3.3
|
|
29
29
|
Requires-Dist: pyarrow>=22.0.0
|
|
30
30
|
Requires-Dist: pydantic~=2.12.5
|
|
31
31
|
Requires-Dist: python-dotenv>=1.2.1
|
|
32
32
|
Requires-Dist: requests>=2.32.5
|
|
33
|
-
Requires-Dist: sqlalchemy>=2.0.
|
|
33
|
+
Requires-Dist: sqlalchemy>=2.0.45
|
|
34
34
|
Requires-Dist: sqlalchemy-mixins~=2.0.5
|
|
35
35
|
Requires-Dist: werkzeug>=3.1.4
|
|
36
|
-
Requires-Dist: opentelemetry-api>=1.
|
|
37
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.
|
|
38
|
-
Requires-Dist: opentelemetry-sdk>=1.
|
|
36
|
+
Requires-Dist: opentelemetry-api>=1.39.1
|
|
37
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.39.1
|
|
38
|
+
Requires-Dist: opentelemetry-sdk>=1.39.1
|
|
39
39
|
Requires-Dist: opentelemetry-instrumentation-flask>=0.59b0
|
|
40
40
|
Requires-Dist: opentelemetry-instrumentation-requests>=0.59b0
|
|
41
41
|
Requires-Dist: opentelemetry-instrumentation-sqlalchemy>=0.59b0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cidc_api/__init__.py,sha256
|
|
1
|
+
cidc_api/__init__.py,sha256=-YGSx2TBmytNvZuuZBF4IMYrZU5cQnr5VfDEpKUnxb0,23
|
|
2
2
|
cidc_api/telemetry.py,sha256=LuZWkG8CKCn23O41RTNxEOQwMmfpp-fQ6zSInZhVJg8,3333
|
|
3
3
|
cidc_api/config/__init__.py,sha256=5mX8GAPxUKV84iS-aGOoE-4m68LsOCGCDptXNdlgvj0,148
|
|
4
4
|
cidc_api/config/db.py,sha256=CRgpyw7uVP9v7CTAa7_1dcXURqrfjRcLNjGgZC7iPQE,1627
|
|
@@ -8,7 +8,7 @@ cidc_api/config/settings.py,sha256=ttOGvk_6zVMn4dtxIZ2-0w3wF2fpAUVfGpVZbKJ2b6s,4
|
|
|
8
8
|
cidc_api/models/__init__.py,sha256=cTyK0Z1ttLo9itwZVRFr-d6aX-zX633YhqipqPgoGfE,115
|
|
9
9
|
cidc_api/models/data.py,sha256=uLkgAJ6tCtsi3bOGt8I9esYrZqgbsTYM1rGfL2gx5sY,837
|
|
10
10
|
cidc_api/models/migrations.py,sha256=UlS5How3J4ryaRuZT6F5VQtAKikkl0LTv9MgMO_ltiQ,11161
|
|
11
|
-
cidc_api/models/models.py,sha256=
|
|
11
|
+
cidc_api/models/models.py,sha256=p0_8AgWaQ_6PW8BrMLm-7sil5NReXZfgYuWLLYfNH9A,153051
|
|
12
12
|
cidc_api/models/schemas.py,sha256=6IE2dJoEMcMbi0Vr1V3cYKnPKU0hv9vRKBixOZHe88s,2766
|
|
13
13
|
cidc_api/models/types.py,sha256=nq_PvzDz67HzceOI_ve9AxReExAZ-XFE7T3G2bbpqJ4,29667
|
|
14
14
|
cidc_api/models/db/base_orm.py,sha256=EV78qFBcOR7spK_PhjbkpsGcmcP33AQItX61SidDa_8,813
|
|
@@ -105,8 +105,8 @@ cidc_api/shared/gcloud_client.py,sha256=fDNgRpU7jAeDtYfY-Zz09KE-__jHo6v0J7fI3eLg
|
|
|
105
105
|
cidc_api/shared/jose.py,sha256=-qzGzEDAlokEp9E7WtBtQkXyyfPWTYXlwYpCqVJWmqM,1830
|
|
106
106
|
cidc_api/shared/rest_utils.py,sha256=RwR30WOUAYCxL7V-i2totEyeriG30GbBDvBcpLXhM9w,6594
|
|
107
107
|
cidc_api/shared/utils.py,sha256=Po14K_7cvMKI9zJVzS0YDP1IqDBQS5Mvs6UMvS0RT4g,328
|
|
108
|
-
nci_cidc_api_modules-1.2.
|
|
109
|
-
nci_cidc_api_modules-1.2.
|
|
110
|
-
nci_cidc_api_modules-1.2.
|
|
111
|
-
nci_cidc_api_modules-1.2.
|
|
112
|
-
nci_cidc_api_modules-1.2.
|
|
108
|
+
nci_cidc_api_modules-1.2.39.dist-info/licenses/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
|
|
109
|
+
nci_cidc_api_modules-1.2.39.dist-info/METADATA,sha256=C_EZkWucWYx5taqgp0jwNwcQc41WNM9aM2_G6V9uFws,40229
|
|
110
|
+
nci_cidc_api_modules-1.2.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
111
|
+
nci_cidc_api_modules-1.2.39.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
|
|
112
|
+
nci_cidc_api_modules-1.2.39.dist-info/RECORD,,
|
|
File without changes
|
{nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.38.dist-info → nci_cidc_api_modules-1.2.39.dist-info}/top_level.txt
RENAMED
|
File without changes
|