fastabc 0.2.2__tar.gz → 0.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fastabc
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Initialize and create app|server
5
5
  License: MIT
6
6
  Author: Aleksandr Yurlov
@@ -12,5 +12,5 @@ Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
- Requires-Dist: fastapi (>=0.70.0,<0.71.0)
15
+ Requires-Dist: fastapi (==0.116.1)
16
16
  Requires-Dist: uvicorn (>=0.15.0,<0.16.0)
@@ -1,13 +1,13 @@
1
1
  [tool.poetry]
2
2
  name = "fastabc"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Initialize and create app|server"
5
5
  authors = ["Aleksandr Yurlov <sasha.yur@mail.ru>"]
6
6
  license = "MIT"
7
7
 
8
8
  [tool.poetry.dependencies]
9
9
  python = "^3.10"
10
- fastapi = "^0.70.0"
10
+ fastapi = "0.116.1"
11
11
  uvicorn = "^0.15.0"
12
12
 
13
13
  [tool.poetry.scripts]
File without changes
File without changes
File without changes