File tree Expand file tree Collapse file tree 8 files changed +32
-32
lines changed
python_dependencies/backend Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33ENV APP_NAME=corpora-api
44ENV EXPORT_ENV_VARS_TO_LAMBDA="APP_NAME DEPLOYMENT_STAGE"
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33ENV APP_NAME=corpora-api-de
44ENV EXPORT_ENV_VARS_TO_LAMBDA="APP_NAME DEPLOYMENT_STAGE"
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33ENV APP_NAME=corpora-api-wmg
44ENV EXPORT_ENV_VARS_TO_LAMBDA="APP_NAME DEPLOYMENT_STAGE"
Original file line number Diff line number Diff line change 99 />
1010 < link
1111 rel ="stylesheet "
12- href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.0.13 /swagger-ui.css "
13- integrity ="sha256-Z7Z2kffooC4H3U4Myviypq5dO2IIGkmu7VRtd1YqNn8 = "
12+ href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui.css "
13+ integrity ="sha512-eZpfl9qlKnbDvlJ2brfdx3nhlP1FMsA23w65motxKdYsUcfMcdO2bcLPr7mXhvyzmDZwuzYCJKrl/sEo1ditVQ= = "
1414 crossorigin ="anonymous "
1515 />
1616 < style >
8484 < div id ="swagger-ui "> </ div >
8585
8686 < script
87- src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.23.11 /swagger-ui-bundle.js "
88- integrity ="sha256-wmWvmMbIQjnhA5qXYJAw60JjO3/zvM2T/BMnbdBD26w = "
87+ src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui-bundle.js "
88+ integrity ="sha512-iDdi6WwSTimAFh1NhPyFZpHJWr16m/PupHztElqQL+gQoQDavUATsP9hcvgs9Yci+EUA//WvZYZsCTDhRDKc3g= = "
8989 crossorigin ="anonymous "
9090 > </ script >
9191 < script
92- src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.23.11 /swagger-ui-standalone-preset.js "
93- integrity ="sha256-AGfcF/HKnhqGTZNL+pNGJ+yemAzr2tuvbP69pYbn+GU = "
92+ src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui-standalone-preset.js "
93+ integrity ="sha512-oGq+mP+3XUyYDm9vsprsd6YdhOokdkcLNUZnmEE6HJzG0F9fIaB8kgGZsjdfTWN8w/1f2kN4a/0xkla0hsetcQ= = "
9494 crossorigin ="anonymous "
9595 > </ script >
9696 < script >
Original file line number Diff line number Diff line change 1- connexion [swagger-ui ]~= 2.14.2
2- gunicorn [gevent ]~= 22 .0.0
1+ connexion [swagger-ui ]~= 3.3.0
2+ gunicorn [gevent ]~= 23 .0.0
33furl ~= 2.1.2
44Flask-Cors ~= 3.0.6
55flask-server-timing ~= 0.1.2
6- ddtrace ~= 2.8.5
6+ ddtrace ~= 3.17.2
77python-json-logger
8- boto3 ~= 1.34.114
8+ boto3 ~= 1.40.64
Original file line number Diff line number Diff line change 1- pandas ~= 2.2.2
2- scipy ~= 1.13.1
1+ pandas ~= 2.3.3
2+ scipy ~= 1.16.3
33pydantic < 3
4- numba ~= 0.59 .1
5- cellxgene-ontology-guide ~= 1.0 .0
4+ numba ~= 0.62 .1
5+ cellxgene-ontology-guide ~= 1.9 .0
66tiledb
7- psutil ~= 5.9.8
8- pyarrow == 16 .0.0
7+ psutil ~= 7.1.2
8+ pyarrow == 22 .0.0
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ alembic==1.*
22Authlib == 0.14.3
33boto3 >= 1.11.17
44botocore >= 1.14.17
5- connexion [swagger-ui ]== 2.14.2
6- dataclasses-json == 0.6.6
5+ connexion [swagger-ui ]== 3.3.0
6+ dataclasses-json == 0.6.7
77cellxgene-ontology-guide < 2
88# TODO: Check if this is really essential for APM tracing
99# see ticket: https://github.com/chanzuckerberg/single-cell-data-portal/issues/5821
10- datadog == 0.49 .1
11- ddtrace >= 2.1.4 , < 3
12- Flask >= 2.2.3 , < 3
10+ datadog == 0.52 .1
11+ ddtrace >= 3.17.2 , < 4
12+ Flask >= 3.1.2 , < 4
1313Flask-Cors >= 3.0.6
1414flask-server-timing >= 0.1.2
15- gunicorn [gevent ]== 22 .0.0
16- matplotlib >= 3.6.3 , < 3.7 # 3.7.0 isn't compatible with scanpy: https://github.com/scverse/scanpy/issues/2411
17- psutil >= 5.9.5 , < 6
15+ gunicorn [gevent ]== 23 .0.0
16+ matplotlib >= 3.10.7 , < 3.11 # 3.7.0 isn't compatible with scanpy: https://github.com/scverse/scanpy/issues/2411
17+ psutil >= 7.1.2 , < 8
1818psycopg2-binary == 2.*
1919pydantic < 3
2020python-jose [cryptography ]>= 3.1.0
Original file line number Diff line number Diff line change 1- pandas ~= 2.2.2
1+ pandas ~= 2.3.3
22pydantic < 3
3- numba ~= 0.59 .1
4- cellxgene-ontology-guide ~= 1.0 .0
3+ numba ~= 0.62 .1
4+ cellxgene-ontology-guide ~= 1.9 .0
55tiledb
6- psutil ~= 5.9.8
7- pyarrow == 16 .0.0
6+ psutil ~= 7.1.2
7+ pyarrow == 22 .0.0
You can’t perform that action at this time.
0 commit comments