Releases: jtc42/fastapi-hypermodel
Releases · jtc42/fastapi-hypermodel
v2.2.0
What's Changed
- ci: include github actions in dependabot updates by @jtc42 in #61
- Bump actions/setup-python from 1 to 5 by @dependabot in #62
- Bump actions/checkout from 1 to 4 by @dependabot in #63
- Update httpx requirement from >=0.23.1,<0.27.0 to >=0.23.1,<0.28.0 by @dependabot in #73
- Add tox environment for minimal versions by @ELC in #64
- Add additional resources to the docs by @ELC in #74
- Correct PyPI badge link by @pattersam in #80
- Update ruff requirement from >=0.1.8,<0.3.0 to >=0.1.8,<0.4.0 by @dependabot in #75
- Update uvicorn requirement from >=0.17.6,<0.28.0 to >=0.17.6,<0.30.0 by @dependabot in #78
- Update pytest-cov requirement from >=3,<5 to >=3,<6 by @dependabot in #79
- fix: ignore pylint arguments-differ false-positive by @jtc42 in #81
- Update ruff requirement from >=0.1.8,<0.4.0 to >=0.5.1,<0.6.0 by @dependabot in #85
- Update ruff requirement from >=0.5.1,<0.6.0 to >=0.5.1,<0.7.0 by @dependabot in #86
- Update uvicorn requirement from >=0.17.6,<0.30.0 to >=0.17.6,<0.31.0 by @dependabot in #83
- test: ignore too-many-positional-arguments in pylint by @jtc42 in #87
- Update ruff requirement from >=0.5.1,<0.7.0 to >=0.5.1,<0.8.0 by @dependabot in #90
- Update uvicorn requirement from >=0.17.6,<0.31.0 to >=0.17.6,<0.33.0 by @dependabot in #89
- ci: ignore str subclass warning by @jtc42 in #91
- chore(deps): update minimum versions to work around Starlette issue 2770 by @jtc42 in #95
- Update ruff requirement from >=0.5.1,<0.8.0 to >=0.5.1,<0.9.0 by @dependabot in #92
- Update uvicorn requirement from >=0.17.6,<0.33.0 to >=0.17.6,<0.34.0 by @dependabot in #94
- Drop Python 3.8 and bump to v2.2 by @jtc42 in #96
New Contributors
- @pattersam made their first contribution in #80
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
Internals
- Adding stricter quality checks by @ELC in #43
- Re-Structuring Project and improve Tests by @ELC in #47
- ci: run ci on a nightly schedule by @jtc42 in #59
- Abstract reusable components by @ELC in #51
Dependencies
- Update uvicorn requirement from >=0.17.6,<0.24.0 to >=0.17.6,<0.25.0 by @dependabot in #40
- Update mypy requirement from >=0.991,<1.6 to >=0.991,<1.8 by @dependabot in #41
- Update uvicorn requirement from >=0.17.6,<0.25.0 to >=0.17.6,<0.26.0 by @dependabot in #44
- Update mypy requirement from >=0.991,<1.8 to >=0.991,<1.9 by @dependabot in #45
- Update httpx requirement from >=0.23.1,<0.26.0 to >=0.23.1,<0.27.0 by @dependabot in #46
New Contributors
Full Changelog: v2.0.0...v2.1.0