We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb147f + 455da10 commit 40f8597Copy full SHA for 40f8597
3 files changed
pyproject.toml
@@ -7,6 +7,7 @@ requires-python = ">=3.10"
7
dependencies = [
8
"aiohttp>=3.9.5",
9
"asyncmy==0.2.8",
10
+ "cryptography>=45.0.6",
11
"fastapi[standard]>=0.115.5",
12
"pandas>=2.0.3",
13
"prometheus-client>=0.21.0",
requirements.txt
@@ -19,10 +19,14 @@ certifi==2024.8.30
19
# via
20
# httpcore
21
# httpx
22
+cffi==1.17.1
23
+ # via cryptography
24
click==8.1.7
25
26
# typer
27
# uvicorn
28
+cryptography==45.0.6
29
+ # via core-api (pyproject.toml)
30
dnspython==2.7.0
31
# via email-validator
32
email-validator==2.2.0
@@ -75,6 +79,8 @@ prometheus-client==0.21.0
75
79
# starlette-prometheus
76
80
propcache==0.2.0
77
81
# via yarl
82
+pycparser==2.22
83
+ # via cffi
78
84
pydantic==2.10.2
85
# via fastapi
86
pydantic-core==2.27.1
0 commit comments