Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
[Issue #184] Pin Python version to 3.12 + dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Aug 28, 2024
1 parent 779de85 commit 65f36f5
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 449 deletions.
4 changes: 3 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# The build stage that will be used to deploy to the various environments
# needs to be called `release` in order to integrate with the repo's
# top-level Makefile
FROM python:3-slim AS base
FROM python:3.12-slim AS base
# See /documentation/api/package-depedency-management.md#Upgrading Python
# for details on upgrading your Python version

# Install poetry, the package manager.
# https://python-poetry.org
Expand Down
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ See [development.md](../documentation/api/development.md) for installation and d
* [Formatting and Linting](../documentation/api/formatting-and-linting.md)
* [Writing Tests](../documentation/api/writing-tests.md)
* [Logging configuration](../documentation/api/monitoring-and-observability/logging-configuration.md)
* [Loggin conventions](../documentation/api/monitoring-and-observability/logging-conventions.md)
* [Logging conventions](../documentation/api/monitoring-and-observability/logging-conventions.md)
Loading

0 comments on commit 65f36f5

Please sign in to comment.