Skip to content

Commit

Permalink
fix: 修复错误的 Prefect 版本限制
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Oct 7, 2024
1 parent ce51d15 commit 88df4ec
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 247 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
requires-python = ">=3.9"
dependencies = [
"jkit>=3.0.0a16",
"prefect>=2.20.0",
"prefect<3.0.0",
"sshared[config,mongo,postgres]>=0.11.0",
]

Expand All @@ -30,4 +30,4 @@ lint.select = [
"S", "SIM", "SLOT", "TCH", "UP",
"W"
]
lint.ignore = ["ANN101", "ANN102", "ISC001", "RUF001", "RUF002", "RUF003"]
lint.ignore = ["ANN101", "ANN102", "ISC001", "RUF001", "RUF002", "RUF003"]
78 changes: 37 additions & 41 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,42 @@
# This file was autogenerated via `uv export`.
aiosqlite==0.20.0
alembic==1.13.2
alembic==1.13.3
annotated-types==0.7.0
anyio==4.4.0
apprise==1.8.1
anyio==4.6.0
apprise==1.9.0
asgi-lifespan==2.1.0
astunparse==1.6.3 ; python_full_version < '3.9'
async-timeout==4.0.3 ; python_full_version < '3.12'
asyncpg==0.29.0
attrs==24.2.0
backports-zoneinfo==0.2.1 ; python_full_version < '3.9'
cachetools==5.5.0
certifi==2024.7.4
cffi==1.17.0 ; platform_python_implementation != 'PyPy'
certifi==2024.8.30
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==3.0.0
colorama==0.4.6
coolname==2.2.0
croniter==2.0.7
cryptography==43.0.0
cryptography==43.0.1
dateparser==1.2.0
dnspython==2.6.1
dnspython==2.7.0
docker==7.1.0
email-validator==2.2.0
exceptiongroup==1.2.2
fsspec==2024.6.1
google-auth==2.34.0
fsspec==2024.9.0
google-auth==2.35.0
graphviz==0.20.3
greenlet==3.0.3
griffe==1.2.0
greenlet==3.1.1
griffe==1.3.2
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
humanize==4.10.0
humanize==4.11.0
hyperframe==6.0.1
idna==3.8
importlib-metadata==8.4.0 ; python_full_version < '3.10'
importlib-resources==6.4.4
idna==3.10
importlib-metadata==8.5.0 ; python_full_version < '3.10'
importlib-resources==6.4.5
itsdangerous==2.2.0
jinja2==3.1.4
jinja2-humanize-extension==0.4.0
Expand All @@ -54,7 +51,7 @@ markdown==3.7
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
motor==3.5.1
motor==3.6.0
msgspec==0.18.6
nodeenv==1.9.1
oauthlib==3.2.2
Expand All @@ -63,52 +60,51 @@ packaging==24.1
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
pkgutil-resolve-name==1.3.10 ; python_full_version < '3.9'
prefect==2.20.3
pyasn1==0.6.0
pyasn1-modules==0.4.0
prefect==2.20.9
psycopg==3.2.3
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.8.2
pydantic-core==2.20.1
pygments==2.18.0
pymongo==4.8.0
pyright==1.1.378
pymongo==4.9.2
pyright==1.1.383
python-dateutil==2.9.0.post0
python-multipart==0.0.9
python-multipart==0.0.12
python-slugify==8.0.4
pytz==2024.1
pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
pywin32==306 ; sys_platform == 'win32'
pywin32==307 ; sys_platform == 'win32'
pyyaml==6.0.2
readchar==4.2.0
referencing==0.35.1
regex==2024.7.24
regex==2024.9.11
requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.8.0
rich==13.9.2
rpds-py==0.20.0
rsa==4.9
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
ruff==0.6.3
ruff==0.6.9
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlalchemy==2.0.32
sshared==0.9.0
sqlalchemy==2.0.35
sshared==0.13.0
text-unidecode==1.3
time-machine==2.15.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.1
tomli==2.0.2
typer==0.12.5
typing-extensions==4.12.2
tzdata==2024.1 ; platform_system == 'Windows' or python_full_version >= '3.12'
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.2
uvicorn==0.30.6
urllib3==2.2.3
uvicorn==0.31.0
websocket-client==1.8.0
websockets==13.0.1
wheel==0.44.0 ; python_full_version < '3.9'
zipp==3.20.1 ; python_full_version < '3.10'
websockets==13.1
zipp==3.20.2 ; python_full_version < '3.10'
74 changes: 35 additions & 39 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,42 @@
# This file was autogenerated via `uv export`.
aiosqlite==0.20.0
alembic==1.13.2
alembic==1.13.3
annotated-types==0.7.0
anyio==4.4.0
apprise==1.8.1
anyio==4.6.0
apprise==1.9.0
asgi-lifespan==2.1.0
astunparse==1.6.3 ; python_full_version < '3.9'
async-timeout==4.0.3 ; python_full_version < '3.12'
asyncpg==0.29.0
attrs==24.2.0
backports-zoneinfo==0.2.1 ; python_full_version < '3.9'
cachetools==5.5.0
certifi==2024.7.4
cffi==1.17.0 ; platform_python_implementation != 'PyPy'
certifi==2024.8.30
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==3.0.0
colorama==0.4.6
coolname==2.2.0
croniter==2.0.7
cryptography==43.0.0
cryptography==43.0.1
dateparser==1.2.0
dnspython==2.6.1
dnspython==2.7.0
docker==7.1.0
email-validator==2.2.0
exceptiongroup==1.2.2
fsspec==2024.6.1
google-auth==2.34.0
fsspec==2024.9.0
google-auth==2.35.0
graphviz==0.20.3
greenlet==3.0.3
griffe==1.2.0
greenlet==3.1.1
griffe==1.3.2
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
humanize==4.10.0
humanize==4.11.0
hyperframe==6.0.1
idna==3.8
importlib-metadata==8.4.0 ; python_full_version < '3.10'
importlib-resources==6.4.4
idna==3.10
importlib-metadata==8.5.0 ; python_full_version < '3.10'
importlib-resources==6.4.5
itsdangerous==2.2.0
jinja2==3.1.4
jinja2-humanize-extension==0.4.0
Expand All @@ -54,58 +51,57 @@ markdown==3.7
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
motor==3.5.1
motor==3.6.0
msgspec==0.18.6
oauthlib==3.2.2
orjson==3.10.7
packaging==24.1
pathspec==0.12.1
pendulum==2.1.2 ; python_full_version < '3.12'
pendulum==3.0.0 ; python_full_version >= '3.12'
pkgutil-resolve-name==1.3.10 ; python_full_version < '3.9'
prefect==2.20.3
pyasn1==0.6.0
pyasn1-modules==0.4.0
prefect==2.20.9
psycopg==3.2.3
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==2.8.2
pydantic-core==2.20.1
pygments==2.18.0
pymongo==4.8.0
pymongo==4.9.2
python-dateutil==2.9.0.post0
python-multipart==0.0.9
python-multipart==0.0.12
python-slugify==8.0.4
pytz==2024.1
pytz==2024.2
pytzdata==2020.1 ; python_full_version < '3.12'
pywin32==306 ; sys_platform == 'win32'
pywin32==307 ; sys_platform == 'win32'
pyyaml==6.0.2
readchar==4.2.0
referencing==0.35.1
regex==2024.7.24
regex==2024.9.11
requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rich==13.8.0
rich==13.9.2
rpds-py==0.20.0
rsa==4.9
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlalchemy==2.0.32
sshared==0.9.0
sqlalchemy==2.0.35
sshared==0.13.0
text-unidecode==1.3
time-machine==2.15.0 ; python_full_version >= '3.12' and implementation_name != 'pypy'
toml==0.10.2
tomli==2.0.1
tomli==2.0.2
typer==0.12.5
typing-extensions==4.12.2
tzdata==2024.1 ; platform_system == 'Windows' or python_full_version >= '3.12'
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.2
uvicorn==0.30.6
urllib3==2.2.3
uvicorn==0.31.0
websocket-client==1.8.0
websockets==13.0.1
wheel==0.44.0 ; python_full_version < '3.9'
zipp==3.20.1 ; python_full_version < '3.10'
websockets==13.1
zipp==3.20.2 ; python_full_version < '3.10'
Loading

0 comments on commit 88df4ec

Please sign in to comment.