python-sdk
python-sdk copied to clipboard
Python library used to integrate with Descope
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5.6.0` -> `v6.0.0` | [ | action | major | `v4.3.0` -> `v5.0.0` | [ ([changelog](https://cffi.readthedocs.io/en/latest/whatsnew.html)) | major | `==1.17.1` -> `==2.0.0` | [](https://securityscorecards.dev/viewer/?uri=github.com/python-cffi/cffi) | ---...
### Configured Wiz Branch Policies Default vulnerabilities policy Default secrets policy Default IaC policy Default sensitive data policy ### Wiz Scan Summary | Scanner | Findings | |:--------|---------:| |  Vulnerabilities...
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [types-setuptools](https://redirect.github.com/python/typeshed) ([changelog](https://redirect.github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/setuptools.md)) | types | major | `75.1.0.20240917` -> `80.9.0.20250822` |...
## Related Issues * https://github.com/descope/etc/issues/10611 ## Description Add the ability to create outbound application according to existing dcr preset ## Must - [x] Tests - [ ] Documentation (if applicable)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [pre-commit/pre-commit-hooks](https://redirect.github.com/pre-commit/pre-commit-hooks) | repository | major | `v5.0.0` -> `v6.0.0` | [ ([changelog](https://redirect.github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/setuptools.md)) | types | major | `75.1.0.20240917` -> `79.0.0.20250422` |...
Currently this call: ```descope_client.mgmt.role.load_all()``` Generates a response that includes a list with all roles, it would be very helpful if the unique id of the role would be sent and...
Introduce an asynchronous demo application to showcase the async capabilities of the Descope SDK. Enhance error handling in async methods and add comprehensive tests for these methods. Update the coverage...