Skip to content

Commit ab292c4

Browse files
committed
fix(executor_manager): add httpx dependency for validation status reporting
Add httpx>=0.24.0 to requirements.txt to fix CI test failure. The httpx library is required by docker executor to report validation stage progress to the backend API.
1 parent d9e5ff8 commit ab292c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

executor_manager/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ uvicorn==0.38.0 \
498498
--hash=sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02 \
499499
--hash=sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d
500500
# via executor-manager
501+
httpx>=0.24.0
502+
# via executor-manager (for validation status reporting)
501503
websocket-client==1.9.0 \
502504
--hash=sha256:9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98 \
503505
--hash=sha256:af248a825037ef591efbf6ed20cc5faa03d3b47b9e5a2230a529eeee1c1fc3ef

0 commit comments

Comments
 (0)