fastapi 0.115.1__py3-none-any.whl → 0.115.3__py3-none-any.whl
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 might be problematic. Click here for more details.
- fastapi/__init__.py +1 -1
- {fastapi-0.115.1.dist-info → fastapi-0.115.3.dist-info}/METADATA +3 -3
- {fastapi-0.115.1.dist-info → fastapi-0.115.3.dist-info}/RECORD +6 -6
- {fastapi-0.115.1.dist-info → fastapi-0.115.3.dist-info}/WHEEL +0 -0
- {fastapi-0.115.1.dist-info → fastapi-0.115.3.dist-info}/entry_points.txt +0 -0
- {fastapi-0.115.1.dist-info → fastapi-0.115.3.dist-info}/licenses/LICENSE +0 -0
fastapi/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastapi
|
|
3
|
-
Version: 0.115.
|
|
3
|
+
Version: 0.115.3
|
|
4
4
|
Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production
|
|
5
5
|
Author-Email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com>
|
|
6
6
|
Classifier: Intended Audience :: Information Technology
|
|
@@ -36,7 +36,7 @@ Project-URL: Repository, https://github.com/fastapi/fastapi
|
|
|
36
36
|
Project-URL: Issues, https://github.com/fastapi/fastapi/issues
|
|
37
37
|
Project-URL: Changelog, https://fastapi.tiangolo.com/release-notes/
|
|
38
38
|
Requires-Python: >=3.8
|
|
39
|
-
Requires-Dist: starlette<0.
|
|
39
|
+
Requires-Dist: starlette<0.42.0,>=0.40.0
|
|
40
40
|
Requires-Dist: pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4
|
|
41
41
|
Requires-Dist: typing-extensions>=4.8.0
|
|
42
42
|
Provides-Extra: standard
|
|
@@ -158,7 +158,7 @@ The key features are:
|
|
|
158
158
|
|
|
159
159
|
"_Honestly, what you've built looks super solid and polished. In many ways, it's what I wanted **Hug** to be - it's really inspiring to see someone build that._"
|
|
160
160
|
|
|
161
|
-
<div style="text-align: right; margin-right: 10%;">Timothy Crosley - <strong><a href="https://
|
|
161
|
+
<div style="text-align: right; margin-right: 10%;">Timothy Crosley - <strong><a href="https://github.com/hugapi/hug" target="_blank">Hug</a> creator</strong> <a href="https://news.ycombinator.com/item?id=19455465" target="_blank"><small>(ref)</small></a></div>
|
|
162
162
|
|
|
163
163
|
---
|
|
164
164
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
fastapi-0.115.
|
|
2
|
-
fastapi-0.115.
|
|
3
|
-
fastapi-0.115.
|
|
4
|
-
fastapi-0.115.
|
|
5
|
-
fastapi/__init__.py,sha256=
|
|
1
|
+
fastapi-0.115.3.dist-info/METADATA,sha256=ZC7OUyFC5rrZ7M2OKhVpEHTxgsWfx8REucwWdLmq4NE,27012
|
|
2
|
+
fastapi-0.115.3.dist-info/WHEEL,sha256=pM0IBB6ZwH3nkEPhtcp50KvKNX-07jYtnb1g1m6Z4Co,90
|
|
3
|
+
fastapi-0.115.3.dist-info/entry_points.txt,sha256=GCf-WbIZxyGT4MUmrPGj1cOHYZoGsNPHAvNkT6hnGeA,61
|
|
4
|
+
fastapi-0.115.3.dist-info/licenses/LICENSE,sha256=Tsif_IFIW5f-xYSy1KlhAy7v_oNEU4lP2cEnSQbMdE4,1086
|
|
5
|
+
fastapi/__init__.py,sha256=zk0kLiSs6VN5Em6Qst7UInAtBlE9spFyhnXMKAUEhBY,1081
|
|
6
6
|
fastapi/__main__.py,sha256=bKePXLdO4SsVSM6r9SVoLickJDcR2c0cTOxZRKq26YQ,37
|
|
7
7
|
fastapi/_compat.py,sha256=GJTevkAENKrvtvAGL3zDEmzlXaX9EjFzyRPtSfVRCKs,23921
|
|
8
8
|
fastapi/applications.py,sha256=Ix-o9pQAWhEDf9J0Q1hZ0nBB1uP72c-Y3oiYzvrwqiM,176316
|
|
@@ -47,4 +47,4 @@ fastapi/testclient.py,sha256=nBvaAmX66YldReJNZXPOk1sfuo2Q6hs8bOvIaCep6LQ,66
|
|
|
47
47
|
fastapi/types.py,sha256=nFb36sK3DSoqoyo7Miwy3meKK5UdFBgkAgLSzQlUVyI,383
|
|
48
48
|
fastapi/utils.py,sha256=y8Bj5ttMaI9tS4D60OUgXqKnktBr99NdYUnHHV9LgoY,7948
|
|
49
49
|
fastapi/websockets.py,sha256=419uncYObEKZG0YcrXscfQQYLSWoE10jqxVMetGdR98,222
|
|
50
|
-
fastapi-0.115.
|
|
50
|
+
fastapi-0.115.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|