forked from PrefectHQ/prefect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-client.txt
38 lines (38 loc) · 1.04 KB
/
requirements-client.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
anyio >= 4.0.0, < 5.0.0
asgi-lifespan >= 1.0, < 3.0
cachetools >= 5.3, < 6.0
cloudpickle >= 2.0, < 4.0
coolname >= 1.0.4, < 3.0.0
croniter >= 1.0.12, < 3.0.0
exceptiongroup >= 1.0.0
fastapi >= 0.111.0, < 1.0.0
fsspec >= 2022.5.0
graphviz >= 0.20.1
griffe >= 0.20.0
httpcore >=1.0.5, < 2.0.0
httpx[http2] >= 0.23, != 0.23.2
importlib_metadata >= 4.4; python_version < '3.10'
importlib-resources >= 6.1.3, < 6.2.0
jsonpatch >= 1.32, < 2.0
jsonschema >= 4.0.0, < 5.0.0
orjson >= 3.7, < 4.0
packaging >= 21.3, < 24.3
pathspec >= 0.8.0
pendulum >= 3.0.0, <4
# 2024/05/28: we had same as fastapi 0.103.2 -> pydantic 2.4 but for `Secret` we need 2.7
pydantic >= 2.7, < 3.0.0
pydantic_core >= 2.12.0, < 3.0.0
pydantic_extra_types
pydantic_settings
python_dateutil >= 2.8.2, < 3.0.0
python-slugify >= 5.0, < 9.0
pyyaml >= 5.4.1, < 7.0.0
rfc3339-validator >= 0.1.4, < 0.2.0
rich >= 11.0, < 14.0
ruamel.yaml >= 0.17.0
sniffio >=1.3.0, < 2.0.0
toml >= 0.10.0
typing_extensions >= 4.5.0, < 5.0.0
ujson >= 5.8.0, < 6.0.0
uvicorn >= 0.14.0, < 0.29.0
websockets >= 10.4, < 13.0