fastapi-swagger 0.1.6__tar.gz → 0.2.0__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi-swagger
3
- Version: 0.1.6
3
+ Version: 0.2.0
4
4
  Summary:
5
5
  Home-page: https://github.com/dantetemplar/fastapi-swagger
6
6
  License: MIT
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
- Requires-Dist: fastapi (==0.100)
18
+ Requires-Dist: fastapi (>=0.100,<0.101)
19
19
  Project-URL: Repository, https://github.com/dantetemplar/fastapi-swagger
20
20
  Description-Content-Type: text/markdown
21
21
 
@@ -35,7 +35,7 @@ Swagger UI distribution and host it inside your app.
35
35
  ### Installation
36
36
 
37
37
  ```bash
38
- pip install fastapi_swagger
38
+ pip install fastapi-swagger
39
39
  ```
40
40
 
41
41
  ### Basic Usage
@@ -14,7 +14,7 @@ Swagger UI distribution and host it inside your app.
14
14
  ### Installation
15
15
 
16
16
  ```bash
17
- pip install fastapi_swagger
17
+ pip install fastapi-swagger
18
18
  ```
19
19
 
20
20
  ### Basic Usage
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fastapi-swagger"
3
- version = "0.1.6"
3
+ version = "0.2.0"
4
4
  description = ""
5
5
  authors = ["Ruslan Bel'kov <ruslan.belckov@yandex.ru>"]
6
6
  readme = "README.md"
@@ -20,8 +20,7 @@ packages = [
20
20
 
21
21
  [tool.poetry.dependencies]
22
22
  python = "^3.10"
23
- fastapi = "0.100"
24
-
23
+ fastapi = "^0.100"
25
24
 
26
25
  [tool.poetry.group.dev.dependencies]
27
26
  requests = "^2.32.3"
File without changes