reyserver 1.1.67__py3-none-any.whl → 1.1.68__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 reyserver might be problematic. Click here for more details.
- reyserver/rbase.py +3 -3
- {reyserver-1.1.67.dist-info → reyserver-1.1.68.dist-info}/METADATA +1 -1
- {reyserver-1.1.67.dist-info → reyserver-1.1.68.dist-info}/RECORD +5 -5
- {reyserver-1.1.67.dist-info → reyserver-1.1.68.dist-info}/WHEEL +0 -0
- {reyserver-1.1.67.dist-info → reyserver-1.1.68.dist-info}/licenses/LICENSE +0 -0
reyserver/rbase.py
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
from typing import Literal, Type, NoReturn, overload
|
|
13
13
|
from http import HTTPStatus
|
|
14
|
-
from fastapi import FastAPI, APIRouter, Request, UploadFile
|
|
14
|
+
from fastapi import FastAPI, APIRouter, Request, UploadFile, HTTPException
|
|
15
15
|
from fastapi.responses import HTMLResponse, FileResponse
|
|
16
16
|
from fastapi.params import (
|
|
17
17
|
Depends,
|
|
@@ -355,8 +355,8 @@ class ServerBind(ServerBase, metaclass=StaticMeta):
|
|
|
355
355
|
'Request body form parameter dependency type.'
|
|
356
356
|
Forms = Forms
|
|
357
357
|
'Request body multiple forms parameter dependency type.'
|
|
358
|
-
File =
|
|
359
|
-
'
|
|
358
|
+
File = UploadFile
|
|
359
|
+
'Type hints file type.'
|
|
360
360
|
Depend = Depends
|
|
361
361
|
'Dependency type.'
|
|
362
362
|
Conn = DatabaseConnectionAsync
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
reyserver/__init__.py,sha256=7GX64p7uI2eetJH9NJ-DTg-8iyQwOsGcviADFJCPxVA,373
|
|
2
2
|
reyserver/rall.py,sha256=riyDRTUsigco_Bee1H4aZFb8IgvjnxdX9qcnVb9i9mE,270
|
|
3
3
|
reyserver/rauth.py,sha256=mqyo5FsN4vdW5GRgvZssWcpfku1Dfo_Md8vvoo8JzhU,15122
|
|
4
|
-
reyserver/rbase.py,sha256=
|
|
4
|
+
reyserver/rbase.py,sha256=OKXZ_VOfPEVgO3oVn6j-pqHjnIbDL0UoZtp8GcN9hzw,8990
|
|
5
5
|
reyserver/rclient.py,sha256=og5YuWm-PODkFn9njBwYQpGlk0j1BfqFuEarlCFSQYI,6229
|
|
6
6
|
reyserver/rfile.py,sha256=6H5_7B9aiA3F56VToQDI9Trarkrl9gcIuFqYyCVCiCU,8877
|
|
7
7
|
reyserver/rserver.py,sha256=L_a92THAZHca1WHdGczoRf-rnIw5-aGcFuAfvhd5r9w,11332
|
|
8
|
-
reyserver-1.1.
|
|
9
|
-
reyserver-1.1.
|
|
10
|
-
reyserver-1.1.
|
|
11
|
-
reyserver-1.1.
|
|
8
|
+
reyserver-1.1.68.dist-info/METADATA,sha256=9zPRRCTex-TayU1dBN7HqLvmTtKUwTgfwmflXJo0uK4,1666
|
|
9
|
+
reyserver-1.1.68.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
10
|
+
reyserver-1.1.68.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
|
11
|
+
reyserver-1.1.68.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|