Skip to content

Commit 3676bf5

Browse files
authored
VED-275-update-python-version (#414)
Python version 3.11 update
1 parent f605643 commit 3676bf5

File tree

8 files changed

+131
-228
lines changed

8 files changed

+131
-228
lines changed

backend/.envrc.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
layout pyenv 3.10.12
1+
layout pyenv 3.11.8
22

33
dotenv

backend/batch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.10 AS base
1+
FROM public.ecr.aws/lambda/python:3.11 AS base
22
# Create a non-root user with a specific UID and GID
33
RUN mkdir -p /home/appuser && \
44
echo 'appuser:x:1001:1001::/home/appuser:/sbin/nologin' >> /etc/passwd && \

backend/lambda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.10 as base
1+
FROM public.ecr.aws/lambda/python:3.11 as base
22

33
# Create a non-root user with a specific UID and GID
44
RUN mkdir -p /home/appuser && \

backend/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
10-
python = "~3.10"
10+
python = "~3.11"
1111
"fhir.resources" = "~7.0.2"
1212
boto3 = "~1.26.90"
1313
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.26.90"}

0 commit comments

Comments
 (0)