-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prune docker build cache in integration tests. (#976)
* Show requirement file content before pip install. * For all tests running docker containers, show container logs if an exception was raised. * Update control requirements to truss 0.9.14 (required also incrementing httpx version).
- Loading branch information
1 parent
a765131
commit e8d7c98
Showing
4 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dataclasses-json==0.5.7 | ||
truss==0.9.10 # This needs to support py3.8. It can be incremented to releases after #955 (i.e. >0.9.12). | ||
truss==0.9.14 | ||
fastapi==0.109.1 | ||
uvicorn==0.24.0 | ||
uvloop==0.19.0 | ||
tenacity==8.1.0 | ||
httpx==0.24.1 | ||
httpx==0.27.0 | ||
python-json-logger==2.0.2 | ||
loguru==0.7.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters