Redbrick-sdk

Latest version: v2.17.6

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

Scan your dependencies

Page 1 of 28

2.17.6

- [handle overlapping segmentations in rt-struct exports](https://github.com/redbrick-ai/redbrick-sdk/commit/674ffe20682e29a2caa16f04f6df56a55b44dd19)
- [use asyncio.run instead of asyncio.get_event_loop](https://github.com/redbrick-ai/redbrick-sdk/commit/be955f67d18b171330a11dd66ad3a7695b0f5745)

2.17.5

Support for custom application [logging level](https://docs.python.org/3/library/logging.html#logging-levels) using environment variable `REDBRICK_SDK_LOG_LEVEL` or through `redbrick.config.log_level` attribute.

For example, in order to suppress all INFO and WARNING messages and only log for ERROR:
- `REDBRICK_SDK_LOG_LEVEL=40 redbrick clone ...`
-
$ python
>>> import redbrick
>>> redbrick.config.log_level = 40
>>> project = redbrick.get_project(...)

2.17.4

2.17.3

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.2...v2.17.3

2.17.2

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.1...v2.17.2

2.17.1

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.0...v2.17.1

Page 1 of 28

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.