Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 2, 2024
1 parent a6777f5 commit 359b481
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 232 deletions.
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloudpickle==3.1.0
colorama==0.4.6
coolname==2.2.0
croniter==5.0.1
cryptography==43.0.3
cryptography==44.0.0
dateparser==1.2.0
dnspython==2.7.0
docker==7.1.0
Expand All @@ -31,7 +31,7 @@ griffe==1.5.1
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
humanize==4.11.0
hyperframe==6.0.1
Expand All @@ -55,23 +55,23 @@ mdurl==0.1.2
msgspec==0.18.6
nodeenv==1.9.1
oauthlib==3.2.2
orjson==3.10.11
orjson==3.10.12
packaging==24.2
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
prefect==2.20.12
prefect==2.20.14
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.9.2
pydantic-core==2.23.4
pydantic==2.10.2
pydantic-core==2.27.1
pygments==2.18.0
pyright==1.1.388
pyright==1.1.389
python-dateutil==2.9.0.post0
python-multipart==0.0.17
python-multipart==0.0.19
python-slugify==8.0.4
pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
Expand All @@ -88,7 +88,7 @@ rpds-py==0.21.0
rsa==4.9
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
ruff==0.8.0
ruff==0.8.1
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
Expand All @@ -97,14 +97,14 @@ sshared==0.19.1
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.2
typer==0.13.0
tomli==2.2.1
typer==0.13.1
typing-extensions==4.12.2
tzdata==2024.2 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or python_full_version >= '3.12'
tzlocal==5.2
ujson==5.10.0
urllib3==2.2.3
uvicorn==0.32.0
uvicorn==0.32.1
websocket-client==1.8.0
websockets==13.1
zipp==3.21.0 ; python_full_version < '3.10'
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloudpickle==3.1.0
colorama==0.4.6
coolname==2.2.0
croniter==5.0.1
cryptography==43.0.3
cryptography==44.0.0
dateparser==1.2.0
dnspython==2.7.0
docker==7.1.0
Expand All @@ -31,7 +31,7 @@ griffe==1.5.1
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
humanize==4.11.0
hyperframe==6.0.1
Expand All @@ -54,22 +54,22 @@ markupsafe==3.0.2
mdurl==0.1.2
msgspec==0.18.6
oauthlib==3.2.2
orjson==3.10.11
orjson==3.10.12
packaging==24.2
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
prefect==2.20.12
prefect==2.20.14
psycopg==3.2.3
psycopg-binary==3.2.3 ; implementation_name != 'pypy'
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.9.2
pydantic-core==2.23.4
pydantic==2.10.2
pydantic-core==2.27.1
pygments==2.18.0
python-dateutil==2.9.0.post0
python-multipart==0.0.17
python-multipart==0.0.19
python-slugify==8.0.4
pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
Expand All @@ -94,14 +94,14 @@ sshared==0.19.1
text-unidecode==1.3
time-machine==2.16.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.2
typer==0.13.0
tomli==2.2.1
typer==0.13.1
typing-extensions==4.12.2
tzdata==2024.2 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or python_full_version >= '3.12'
tzlocal==5.2
ujson==5.10.0
urllib3==2.2.3
uvicorn==0.32.0
uvicorn==0.32.1
websocket-client==1.8.0
websockets==13.1
zipp==3.21.0 ; python_full_version < '3.10'
Loading

0 comments on commit 359b481

Please sign in to comment.