feat: replace requests with httpx
replacing requests with httpx as part of async epic https://github.com/descope/etc/issues/5922
~ unrelated code changes
- making linter happy by exporting
__all__properly - removing liccheck from dependencies, as it's a dev dep
Coverage report
The coverage rate went from 97.81% to 97.78% :arrow_down:
96% of new lines are covered.
Diff Coverage details (click to unfold)
descope/auth.py
94.44% of new lines are covered (95.56% of the complete file).
Missing lines: 125
descope/init.py
100% of new lines are covered (100% of the complete file).
descope/authmethod/enchantedlink.py
100% of new lines are covered (97.82% of the complete file).
descope/descope_client.py
100% of new lines are covered (97.75% of the complete file).
descope/authmethod/webauthn.py
100% of new lines are covered (100% of the complete file).
Wiz Scan Summary
Displaying only findings that violated a policy
| Scanner | Findings |
|---|---|
| Total |
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.
Wiz Scan Summary
Displaying only findings that violated a policy
| Scanner | Findings |
|---|---|
| Total |
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.