- Possible breaking change: Loading variables from a
.env
file is only supported when installed using thedotenv
extra (pip install sys-vars[dotenv]
) - Improve function signatures by explicitly adding a
default
parameter instead of usingkwargs
- Add backtics to Python methods and types in function docstrings to indicate code elements
- Include
py.typed
file in wheel - Replace
black
withruff
Full Changelog: v5.0.0...v5.1.0