fix(deps): update dependency typed-dotenv to v2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
typed-dotenv | dependencies | major |
^1.0.1 -> ^2.0.0
|
Release Notes
ewen-lbh/python-typed-dotenv (typed-dotenv)
v2.0.2
Fixed
- Improve error message with
load_into()
when a environment variable is missing, instead of getting a KeyError, pydantic validation will fail on a None value
v2.0.1
Fixed
- Some debuggin print statements slipped through, they were removed
v2.0.0
Breaking changes
- Dropped support for Python 3.6 and 3.7
Added
- Ability to pass
None
as a filename toload_into()
, to get the environment variables directly from the system environment
Meta
- Switch from pylint, black and isort to ruff
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.