sloria/environs
### [`v11.0.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1100-2024-03-04)
[Compare Source](https://togithub.com/sloria/environs/compare/10.3.0...11.0.0)
Fixes:
- Prevent `DeprecationWarning` getting raised by marshmallow 3.21.0 (:issue:`333`).
Other changes:
- Remove `subcast_key` argument of `env.dict`. Use `subcast_keys` instead.
- Bump minimum required marshmallow version to 3.13.0.
- Remove `missing` argument from `Env` methods. Use `default` instead.
- Remove `subcast` argument from `Env` methods that don't use it.
- *Backwards-incompatible*: Remove `environs.__version__` variable.
Use `importlib.metadata.version("environs")` instead.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^10.0.0
->^11.0.0
Release Notes
sloria/environs
### [`v11.0.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1100-2024-03-04) [Compare Source](https://togithub.com/sloria/environs/compare/10.3.0...11.0.0) Fixes: - Prevent `DeprecationWarning` getting raised by marshmallow 3.21.0 (:issue:`333`). Other changes: - Remove `subcast_key` argument of `env.dict`. Use `subcast_keys` instead. - Bump minimum required marshmallow version to 3.13.0. - Remove `missing` argument from `Env` methods. Use `default` instead. - Remove `subcast` argument from `Env` methods that don't use it. - *Backwards-incompatible*: Remove `environs.__version__` variable. Use `importlib.metadata.version("environs")` instead.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.