Skip to content

Releases: seapagan/openapi-readme

v0.3.0

10 Jun 14:06
046674d
Compare
Choose a tag to compare

Refactoring

  • Update tooling to use Ruff and Mypy, raise minimum Python to 3.9 (#36) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.2.5

14 Nov 10:52
2522ea4
Compare
Choose a tag to compare

Dependency Updates

Full Changelog | Diff | Patch

v0.2.4

27 Aug 09:18
9af2a0c
Compare
Choose a tag to compare
  • Update dependencies.
  • Remove Pydantic since it was not actually used and causing compatibility issues with libs that need Pydantic 2+

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 May 14:06
94d5631
Compare
Choose a tag to compare

Update Typer (CLI library) to v 0.8 and tweak some of its options.

v0.2.2

20 Apr 11:53
4ddcf10
Compare
Choose a tag to compare

What's Changed

  • Fix issue #10 - chokes on routes that have no description (and likely other keys) by @seapagan in #16

Dependency Updates

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Oct 08:47
0f7b0d6
Compare
Choose a tag to compare

Fix Bug: The version number was wrongly displayed.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Oct 19:08
3f23d82
Compare
Choose a tag to compare

What's Changed

  • Overwrite previously injected Schemas by @seapagan in #1
  • Add an application header on run by @seapagan in #2

New Contributors

Full Changelog: v0.1.10-beta.1...v0.2.0

v0.1.10-beta.1

21 Oct 14:37
cfa2893
Compare
Choose a tag to compare
v0.1.10-beta.1 Pre-release
Pre-release

First public release, beta quality and a lot still to do however it does work!