feat: update pydantic
This commit is contained in:
@@ -18,8 +18,8 @@ classifiers =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Topic :: Software Development :: Libraries :: Application Frameworks
|
||||
Framework :: aiohttp
|
||||
License :: OSI Approved :: MIT License
|
||||
@@ -28,10 +28,10 @@ classifiers =
|
||||
zip_safe = False
|
||||
include_package_data = True
|
||||
packages = find:
|
||||
python_requires = >=3.8
|
||||
python_requires = >=3.10
|
||||
install_requires =
|
||||
aiohttp
|
||||
pydantic>=1.7
|
||||
pydantic>=2.0.0
|
||||
swagger-4-ui-bundle
|
||||
|
||||
[options.extras_require]
|
||||
|
||||
Reference in New Issue
Block a user