Skip to content

Commit 8681b6f

Browse files
authored
whitelist httpx (#2139)
## Changes whitelist httpx ### Linked issues Progresses #1901 ### Functionality None ### Tests - [x] manually tested Co-authored-by: Eric Vergnaud <[email protected]>
1 parent de8ebe1 commit 8681b6f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4930,6 +4930,31 @@
49304930
"httpcore._trace": [],
49314931
"httpcore._utils": []
49324932
},
4933+
"httpx": {
4934+
"httpx": [],
4935+
"httpx._api": [],
4936+
"httpx._auth": [],
4937+
"httpx._client": [],
4938+
"httpx._compat": [],
4939+
"httpx._config": [],
4940+
"httpx._content": [],
4941+
"httpx._decoders": [],
4942+
"httpx._exceptions": [],
4943+
"httpx._main": [],
4944+
"httpx._models": [],
4945+
"httpx._multipart": [],
4946+
"httpx._status_codes": [],
4947+
"httpx._transports": [],
4948+
"httpx._transports.asgi": [],
4949+
"httpx._transports.base": [],
4950+
"httpx._transports.default": [],
4951+
"httpx._transports.mock": [],
4952+
"httpx._transports.wsgi": [],
4953+
"httpx._types": [],
4954+
"httpx._urlparse": [],
4955+
"httpx._urls": [],
4956+
"httpx._utils": []
4957+
},
49334958
"huggingface-hub": {
49344959
"huggingface_hub": []
49354960
},

0 commit comments

Comments
 (0)