-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade deps and add python3.13 to ci (#519)
* Add python3.13 to ci * fix deps install errors * fix ci error * Upgrade deps * Rollback hypercorn to 0.14.4 as taskgroup does not support python3.8 * fix ci error * fix pydantic v1 test error * fix test error with pydantic * docs: explicit declare python3.13 support --------- Co-authored-by: Roberto Prevato <[email protected]>
- Loading branch information
1 parent
acacf86
commit cf8f32a
Showing
4 changed files
with
276 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,60 @@ | ||
annotated-types==0.6.0 | ||
asgiref==3.7.2 | ||
attrs==23.1.0 | ||
blinker==1.6.3 | ||
certifi==2023.7.22 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.1 | ||
annotated-types==0.7.0 | ||
asgiref==3.8.1 | ||
attrs==24.2.0 | ||
blinker==1.8.2 | ||
certifi==2024.12.14 | ||
cffi==1.17.1 | ||
charset-normalizer==3.4.0 | ||
click==8.1.7 | ||
coverage==7.3.2 | ||
cryptography==41.0.6 | ||
Cython==3.0.4; platform_system != "Windows" | ||
coverage==7.6.1 | ||
cryptography==44.0.0 | ||
Cython==3.0.11 | ||
essentials==1.1.5 | ||
essentials-openapi==1.0.8 | ||
Flask==3.0.0 | ||
gevent==23.9.1 | ||
greenlet==3.0.0 | ||
essentials-openapi==1.0.9 | ||
Flask==3.0.3 | ||
gevent==24.2.1 | ||
greenlet==3.1.1 | ||
guardpost==1.0.2 | ||
h11==0.14.0 | ||
h2==4.1.0 | ||
hpack==4.0.0 | ||
httptools==0.6.1 | ||
httptools==0.6.4 | ||
hypercorn==0.14.4 | ||
hyperframe==6.0.1 | ||
idna==3.4 | ||
idna==3.10 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.3 | ||
itsdangerous==2.2.0 | ||
Jinja2==3.1.4 | ||
MarkupSafe==2.1.5 | ||
mccabe==0.7.0 | ||
packaging==23.2 | ||
pluggy==1.3.0 | ||
packaging==24.2 | ||
pluggy==1.5.0 | ||
priority==2.0.0 | ||
py==1.11.0 | ||
pycparser==2.21 | ||
pydantic==2.4.2 | ||
pydantic_core==2.10.1 | ||
PyJWT==2.8.0 | ||
pyparsing==3.1.1 | ||
pytest==7.4.2 | ||
pycparser==2.22 | ||
pydantic==2.10.3 | ||
pydantic-core==2.27.1 | ||
PyJWT==2.9.0 | ||
pyparsing==3.1.4 | ||
pytest==8.3.4 | ||
pytest-asyncio==0.21.1 | ||
pytest-cov==4.1.0 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0.1 | ||
regex==2023.10.3 | ||
requests==2.31.0 | ||
rodi==2.0.3 | ||
setuptools==68.2.2 | ||
six==1.16.0 | ||
pytest-cov==5.0.0 | ||
python-dateutil==2.9.0.post0 | ||
PyYAML==6.0.2 | ||
regex==2024.11.6 | ||
requests==2.32.3 | ||
rodi==2.0.6 | ||
setuptools==75.3.0 | ||
six==1.17.0 | ||
toml==0.10.2 | ||
tomli==2.0.1 | ||
typing_extensions==4.8.0 | ||
urllib3==2.0.7 | ||
uvicorn==0.23.2 | ||
wcwidth==0.2.8 | ||
websockets==12.0 | ||
Werkzeug==3.0.1 | ||
tomli==2.2.1 | ||
typing-extensions==4.12.2 | ||
urllib3==2.2.3 | ||
uvicorn==0.33.0 | ||
wcwidth==0.2.13 | ||
websockets==13.1 | ||
Werkzeug==3.0.6 | ||
wsproto==1.2.0 | ||
zope.event==5.0 | ||
zope.interface==6.1 | ||
zope.interface==7.2 | ||
build==1.2.2.post1 |
Oops, something went wrong.