Safe-init

Latest version: v1.4.0

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

Scan your dependencies

Page 1 of 3

1.4.0

New features
- Safe Init now automatically checks if your Lambda function's return value can be serialized to JSON. If not, it will report the issue to Sentry while allowing execution to continue normally. This helps catch issues with returning non-serializable objects like UUID instances early without breaking your Lambda's execution flow.

Development
- Migrated the project to use uv for dependency management and virtual environments.

1.3.0

New features
- Safe Init now allows you to work around the crazy 4KB limit on environment variables in AWS Lambda. Just put some of your environment variables in a JSON file (`.env.json` by default) and Safe Init will take care of the rest.

1.2.3

Improvements
- Safe Init will now fall back to fetching secrets from AWS Secrets Manager if fetching from Redis throws any exception.

1.2.2

Improvements
- AWS Secrets resolution will use batch method to reduce number of API calls and network round trips.

1.2.1

Improvements
- Safe Init will no longer add the configured AWS Secrets Manager secret ARN prefix to the specified value if it already contains a prefix.

1.2.0

BREAKING CHANGES
- Setting Slack webhook URLs and custom loggers using monkey patching wasn't working reliably and is no longer supported. Instead, use ContextVars to set your desired values and Safe Init will read them automatically.

Improvements
- Fixed Slack notifications not being sent when Safe Init couldn't gather enough information to identify function execution context.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.