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

Python library used to integrate with Descope

Results 40 python-sdk issues
Sort by recently updated
recently updated
newest added

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` | [![OpenSSF...

renovate

This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4.3.0` -> `v5.0.0` | [![OpenSSF...

renovate

This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [cffi](https://redirect.github.com/python-cffi/cffi) ([changelog](https://cffi.readthedocs.io/en/latest/whatsnew.html)) | major | `==1.17.1` -> `==2.0.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/python-cffi/cffi/badge)](https://securityscorecards.dev/viewer/?uri=github.com/python-cffi/cffi) | ---...

renovate

### Configured Wiz Branch Policies Default vulnerabilities policy Default secrets policy Default IaC policy Default sensitive data policy ### Wiz Scan Summary | Scanner | Findings | |:--------|---------:| |  Vulnerabilities...

Wiz-remediation

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

renovate

## 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` | [![OpenSSF...

renovate

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` -> `79.0.0.20250422` |...

renovate

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