What's Changed
- Python 3.14 support
- Fix Pydantic v2 deprecation warning triggering on settings class import (fixes #942)
- Fix grammar in Declarative Container documentation by @okotdaniel in #916
- Add missing warn_unresolved parameter to WiringConfiguration in containers.pyi by @jonathandannenberg in #951
- Add keep_cache argument to Container.wire typings by @romantolkachyov in #952
- Retrofit assert type for some type-stub checks by @leonarduschen in #943
- Retrofit assert type for remaining type-stub checks by @leonarduschen in #953
- Add provided().call *args, **kwargs arguments #945 by @pavalso in #946
- Add context local resource by @elina-israyelyan in #931
- Update CI/CD to
actions/checkout@v6,actions/setup-python@v6,actions/download-artifact@v8,actions/upload-artifact@v7andpypa/cibuildwheel@v3.4.0. - Add dependabot config for GitHub Actions
New Contributors
- @okotdaniel made their first contribution in #916
- @jonathandannenberg made their first contribution in #951
- @romantolkachyov made their first contribution in #952
- @pavalso made their first contribution in #946
- @elina-israyelyan made their first contribution in #931
Full Changelog: 4.48.3...4.49.0