fastapi-swagger 0.3.28__tar.gz → 0.3.29__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fastapi-swagger might be problematic. Click here for more details.
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/PKG-INFO +1 -1
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/pyproject.toml +1 -1
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/.gitignore +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/LICENSE +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/README.md +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/__init__.py +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/main.py +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/__init__.py +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/favicon-32x32.png +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/swagger-ui-bundle.js +0 -0
- {fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/swagger-ui.css +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-swagger
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.29
|
|
4
4
|
Summary: This plugin updates the FastAPI app to host latest Swagger UI distribution.
|
|
5
5
|
Project-URL: Homepage, https://github.com/dantetemplar/fastapi-swagger
|
|
6
6
|
Project-URL: Repository, https://github.com/dantetemplar/fastapi-swagger
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "fastapi-swagger"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.29"
|
|
4
4
|
description = "This plugin updates the FastAPI app to host latest Swagger UI distribution."
|
|
5
5
|
authors = [{ name = "Ruslan Bel'kov", email = "ruslan.belckov@yandex.ru" }]
|
|
6
6
|
requires-python = "~=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/favicon-32x32.png
RENAMED
|
File without changes
|
{fastapi_swagger-0.3.28 → fastapi_swagger-0.3.29}/fastapi_swagger/resources/swagger-ui-bundle.js
RENAMED
|
File without changes
|
|
File without changes
|