python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

feat: replace requests with httpx

Open omercnet opened this issue 1 year ago • 1 comments

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

omercnet avatar Nov 10 '24 10:11 omercnet

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).

github-actions[bot] avatar Nov 10 '24 10:11 github-actions[bot]

Wiz Scan Summary

Displaying only findings that violated a policy

Scanner Findings
Vulnerability Finding Vulnerabilities
Data Finding Sensitive Data
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

ghost avatar Jun 30 '25 13:06 ghost

Wiz Scan Summary

Displaying only findings that violated a policy

Scanner Findings
Vulnerability Finding Vulnerabilities
Data Finding Sensitive Data
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

ghost avatar Jun 30 '25 13:06 ghost