Sasctl

Latest version: v1.10.6

Safety actively analyzes 666181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 10

1.0.0

-------------------
**Changed**
- services are now classes instead of modules.
Imports of services in the format `import sasctl.services.model_management as mm` must be
changed to `from sasctl.services import model_management as mm`.
- `host` and `user` parameters of `Session` renamed to `hostname` and `username` to align with SWAT.
- Only `InsecureRequestWarning` is suppred instead of all `HTTPWarning`

**Improvements**
- Added `copy_analytic_store` method to `model_repository` service
- `AuthenticationError` returned instead of `HTTPError` if session authentication fails.

0.9.7

-------------------
**Improvements**
- public_model task also defines methods mapped to MAS module steps when publishing to MAS.
- SSL verification can be disable with `SSLREQCERT` environment variable.
- CAs to use for validating SSL certificates can also be specified through the `SSLCALISTLOC` environment variable.
- Added `execute_performance_task`

**Changes**
- Updated method signature for `create_performance_definition` in Model Manager.

**Bugfixes**
- register_model task no longer adds `rc` and `msg` variables from MAS to the project variables.

0.9.6

-------------------
Initial public release.

Page 10 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.