@@ -35,31 +35,32 @@ def get_packages(package: str) -> List[str]:
35
35
install_requires = [
36
36
"aiohttp>=3.8,<4.0" ,
37
37
"alembic>=1.7.6,<2.0" ,
38
- "fastapi==0.74.1 " ,
39
- "pydantic>=1.8.2 ,<2.0" ,
38
+ "fastapi==0.88.0 " ,
39
+ "pydantic>=1.10.0 ,<2.0" ,
40
40
"python-jose>=3.3.0,<4.0" ,
41
- "python-multipart== 0.0.5 " ,
42
- "requests>=2.26 .0,<3.0" ,
41
+ "python-multipart>= 0.0.7 " ,
42
+ "requests>=2.27 .0,<3.0" ,
43
43
"SQLAlchemy>=1.4.30,<2.0" ,
44
- "uvicorn>=0.17 .0,<1.0"
44
+ "uvicorn>=0.20 .0,<1.0"
45
45
],
46
46
extra_requires = {
47
47
"full" : [
48
48
"aiofiles>=0.8.0,<1.0" ,
49
- "ujson>=4.0,<5 .0"
49
+ "ujson>=5.2,<6 .0"
50
50
]
51
51
},
52
52
project_urls = {},
53
- python_requires = ">=3.7 " ,
53
+ python_requires = ">=3.8 " ,
54
54
classifiers = [
55
55
"Operating System :: OS Independent" ,
56
56
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
57
57
"Topic :: Internet :: WWW/HTTP :: WSGI" ,
58
58
"Programming Language :: Python :: 3" ,
59
- "Programming Language :: Python :: 3.7" ,
60
59
"Programming Language :: Python :: 3.8" ,
61
60
"Programming Language :: Python :: 3.9" ,
62
61
"Programming Language :: Python :: 3.10" ,
62
+ "Programming Language :: Python :: 3.11" ,
63
+ "Programming Language :: Python :: 3.12" ,
63
64
"Development Status :: 3 - Alpha"
64
65
]
65
66
)
0 commit comments