diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4a6ac..3ae7e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed + +- Updated Uvicorn to [0.32.1](https://github.com/encode/uvicorn/releases/tag/0.32.1) + ### Deprecated ### Removed ### Fixed diff --git a/docker/tna-python/bin/tna-build b/docker/tna-python/bin/tna-build index ee87c65..8425865 100755 --- a/docker/tna-python/bin/tna-build +++ b/docker/tna-python/bin/tna-build @@ -20,7 +20,7 @@ then fi poetry add gunicorn@23.0.0 -poetry add uvicorn@0.32.0 +poetry add uvicorn@0.32.1 poetry add uvicorn-worker@0.2.0 poetry install --no-root --no-interaction