v1.2.0
📦 python-dotenvView on GitHub →
✨ 2 features🐛 1 fixes
Summary
Version 1.2.0 introduces a new PYTHON_DOTENV_DISABLED flag, adds Python 3.14 CI support, and fixes termination behavior by using sys.exit().
✨ New Features
- Added PYTHON_DOTENV_DISABLED environment variable to disable load_dotenv (fixes #510).
- Added CI and tox configuration for Python 3.14 support.
🐛 Bug Fixes
- Replaced usage of built-in exit() with sys.exit() for proper termination.