Update api spec (#202)

* YOYO NEW API SPEC!

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-03-04 12:53:31 -08:00
committed by GitHub
parent a3089ef956
commit 042bb964e5
69 changed files with 3505 additions and 5458 deletions

View File

@ -23,7 +23,7 @@ pydantic-extra-types = "^2.1.0"
[tool.poetry.dev-dependencies]
autoclasstoc = "^1.6.0"
black = "^23.12.1"
black = "^24.2.0"
isort = "^5.12.0"
jinja2 = "^3.1.3"
jsonpatch = "^1.33"
@ -32,10 +32,10 @@ openapi-parser = "^0.2.6"
openapi-spec-validator = "^0.6.0"
prance = "^23.6.21"
pyenchant = "^3.2.2"
pytest = "^8.1.0"
pytest = "^8.0.2"
pytest-asyncio = "^0.21.1"
pytest-cov = "^4.1.0"
ruff = "^0.2.2"
ruff = "^0.3.0"
Sphinx = "^7.1.2"
sphinx-autoapi = "^2.0.1"
sphinx-autodoc-typehints = "^1.24.0"