Skip to content

Commit

Permalink
Update Uvicorn Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 2, 2025
1 parent b5d6e7b commit c5e8525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Poetry to [1.8.5](https://github.com/python-poetry/poetry/releases/tag/1.8.5)
- Updated Stylelint to [16.12.0](https://github.com/stylelint/stylelint/releases/tag/16.12.0)
- Updated Uvicorn to [0.34.0](https://github.com/encode/uvicorn/releases/tag/0.34.0)
- Updated Uvicorn Worker to [0.3.0](https://github.com/Kludex/uvicorn-worker/releases/tag/0.3.0)

### Deprecated
### Removed
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/bin/tna-build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

poetry add [email protected]
poetry add [email protected]
poetry add uvicorn-worker@0.2.0
poetry add uvicorn-worker@0.3.0
poetry install --no-root --no-interaction

if [ "$(id -u)" -eq 0 ]
Expand Down

0 comments on commit c5e8525

Please sign in to comment.