Skip to content

Commit

Permalink
whitelist httpcore (#2138)
Browse files Browse the repository at this point in the history
## Changes
whitelist httpcore

### Linked issues
Progresses #1901

### Functionality
None

### Tests
- [x] manually tested

Co-authored-by: Eric Vergnaud <[email protected]>
  • Loading branch information
ericvergnaud and ericvergnaud authored Jul 10, 2024
1 parent c68929d commit 65fdd02
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -4808,6 +4808,39 @@
"html5lib": {
"html5lib": []
},
"httpcore": {
"httpcore": [],
"httpcore._api": [],
"httpcore._async": [],
"httpcore._async.connection": [],
"httpcore._async.connection_pool": [],
"httpcore._async.http11": [],
"httpcore._async.http2": [],
"httpcore._async.http_proxy": [],
"httpcore._async.interfaces": [],
"httpcore._async.socks_proxy": [],
"httpcore._backends": [],
"httpcore._backends.anyio": [],
"httpcore._backends.auto": [],
"httpcore._backends.base": [],
"httpcore._backends.mock": [],
"httpcore._backends.sync": [],
"httpcore._backends.trio": [],
"httpcore._exceptions": [],
"httpcore._models": [],
"httpcore._ssl": [],
"httpcore._sync": [],
"httpcore._sync.connection": [],
"httpcore._sync.connection_pool": [],
"httpcore._sync.http11": [],
"httpcore._sync.http2": [],
"httpcore._sync.http_proxy": [],
"httpcore._sync.interfaces": [],
"httpcore._sync.socks_proxy": [],
"httpcore._synchronization": [],
"httpcore._trace": [],
"httpcore._utils": []
},
"huggingface-hub": {
"huggingface_hub": []
},
Expand Down

0 comments on commit 65fdd02

Please sign in to comment.