Skip to content

Releases: btr1975/cookiecutter-python-fastapi-openapi

Version 2.0.8

Choose a tag to compare

@btr1975 btr1975 released this 22 Jun 21:52
58ec6b0
  • Fixed Jinja2 template rendering due to a signature change in FastAPI

Version 2.0.7

Choose a tag to compare

@btr1975 btr1975 released this 15 Jun 16:58
f466cf4

What's Changed

  • Update to uv config, added urllib3>=2.7.0 by @btr1975 in #8

Full Changelog: 2.0.6...2.0.7

Version 2.0.6

Choose a tag to compare

@btr1975 btr1975 released this 25 Apr 23:04
fdd2f60
  • Added black constraint
  • Updated actions versions

Version 2.0.5

Choose a tag to compare

@btr1975 btr1975 released this 06 Feb 20:43
3b5ef73

What's Changed

Full Changelog: 2.0.4...2.0.5

Version 2.0.4

Choose a tag to compare

@btr1975 btr1975 released this 16 Nov 18:29
65c3932
  • Added Mypy

What's Changed

Full Changelog: 2.0.3...2.0.4

Version 2.0.3

Choose a tag to compare

@btr1975 btr1975 released this 25 Oct 18:18
c877da2
  • Added python 3.14
  • Made changes for docs to use builtin toml lib for >=3.11
  • Moved dev of the cookie to uv
  • Removed version.py when using uv, instead people should use uv version options

Version 2.0.2

Choose a tag to compare

@btr1975 btr1975 released this 27 Apr 04:13
611d2e2
  • Changed readthedocs python version to 3.12
  • Added github actions for uv testing
  • Added github actions for uv publishing

Version 2.0.1

Choose a tag to compare

@btr1975 btr1975 released this 27 Apr 02:55
  • Fixed license, and license-files stanzas in toml

Version 2.0.0

Choose a tag to compare

@btr1975 btr1975 released this 26 Apr 18:45
65f36e7
  • Inittial release with package manger option with ottions of uv or pip

Version 1.0.13

Choose a tag to compare

@btr1975 btr1975 released this 22 Mar 19:29
  • Added bandit