From ef615cf8e929fea3e5d029c8d6e730e6e0414ea2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Nov 2023 20:14:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0192b47..a87efb8 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,10 @@ After using this generator, your new project (the directory created) will contai * Upgrade Traefik to version 2, keeping in sync with DockerSwarm.rocks. PR [#199](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/199). * Run tests with `TestClient`. PR [#160](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/160). +#### Fixes + +* 🐛 Fix Poetry installation in Dockerfile and upgrade Python version and packages to fix Docker build. PR [#480](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/480) by [@little7Li](https://github.com/little7Li). + #### Refactors * Refactor backend: