Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# BASE STAGE: Shared base image for both builder and runtime stages
# ============================================================================
ARG TARGETARCH
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260413.0@sha256:fe4122f41784670c960b28c8a32036d8ca268bb56a002ce1e191271b6ddf3293 AS base
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.12.20260710.0@sha256:590b8c9fdab65c7f5b8a2392739104ed6bc5055433ba8ff2bf0d2fa500db2ea3 AS base
ARG TARGETARCH

# ============================================================================
Expand Down
14 changes: 7 additions & 7 deletions docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"fastapi==0.135.3",
"uvicorn[standard]==0.44.0",
"fastapi==0.139.0",
"uvicorn[standard]==0.51.0",
"gunicorn==25.3.0",
"boto3==1.42.89",
"boto3==1.43.47",
"dataclasses-json>=0.5.2,<0.6.0",
"python-dotenv==1.2.2",
"structlog==25.5.0",
"requests==2.33.1",
"requests==2.34.2",
"tenacity>=9.1.2",
"benchling-sdk>=1.23.1",
"quilt3>=7.0.0",
Expand All @@ -41,15 +41,15 @@ dependencies = [

[dependency-groups]
dev = [
"pytest==9.0.3",
"pytest==9.1.1",
"pytest-mock==3.15.1",
"pytest-cov==7.1.0",
"pytest-xdist==3.8.0",
"httpx==0.28.1",
"black==26.3.1",
"black==26.5.1",
"flake8==7.3.0",
"isort==8.0.1",
"pyright==1.1.408",
"pyright==1.1.411",
]

[project.urls]
Expand Down
Loading
Loading