File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10
1+ FROM python:3.14
22
33# Update AWS root Certificates
44ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/lambda/python:3.10
1+ FROM public.ecr.aws/lambda/python:3.14
22
33# Update AWS root Certificates
44ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/lambda/python:3.10
1+ FROM public.ecr.aws/lambda/python:3.14
22
33# Update AWS root Certificates
44ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ anndata # uses the version supplied by cellxgene-schema
22awscli
33boto3 >= 1.11.17
44cellxgene-schema == 7.0.1
5- dask == 2024.12 .0
5+ dask == 2025.11 .0
66dataclasses-json
7- ddtrace == 2.1.4
8- numba == 0.59 .1
9- numpy < 2
7+ ddtrace == 3.18.1
8+ numba == 0.62 .1
9+ numpy < 3
1010pandas > 2 ,< 3
1111psutil >= 5.9.0
1212psycopg2-binary == 2.*
1313pyarrow >= 1.0
1414pydantic < 3
1515python-json-logger
16- pyvips == 2.2.2
16+ pyvips == 3.0.0
1717requests >= 2.22.0
1818rsa >= 4.7 # not directly required, pinned by Snyk to avoid a vulnerability
19- s3fs == 0.4.2
20- scanpy == 1.9.8
19+ s3fs == 2025.10.0
20+ scanpy == 1.11.5
2121SQLAlchemy == 2.*
2222tenacity
23- tiledb == 0.25.0 # Portal's tiledb version should always be the same or older than Explorer's
23+ tiledb == 0.35.2 # Portal's tiledb version should always be the same or older than Explorer's
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dataclasses-json
33pydantic < 3
44psycopg2-binary == 2.*
55pyrsistent
6- python-json-logger == 2 .0.7
6+ python-json-logger == 4 .0.0
77requests >= 2.22.0
88rsa >= 4.7 # not directly required, pinned by Snyk to avoid a vulnerability
99SQLAlchemy == 2.*
You can’t perform that action at this time.
0 commit comments