Skip to content

Commit 073d867

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 073d867

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

executor_manager/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,14 @@ uvicorn==0.38.0 \
498498
--hash=sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02 \
499499
--hash=sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d
500500
# via executor-manager
501+
httpcore==1.0.9 \
502+
--hash=sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55 \
503+
--hash=sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8
504+
# via httpx
505+
httpx==0.28.1 \
506+
--hash=sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad \
507+
--hash=sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc
508+
# via executor-manager (for validation status reporting)
501509
websocket-client==1.9.0 \
502510
--hash=sha256:9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98 \
503511
--hash=sha256:af248a825037ef591efbf6ed20cc5faa03d3b47b9e5a2230a529eeee1c1fc3ef

0 commit comments

Comments
 (0)