Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer/requirements-full.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi>=2019.3.9
cffi>=1.9.1
chardet>=3.0.4
Click>=7.0
cryptography==3.3.2 # pinned for now due to Rust requirement introduced in 3.4 https://github.com/pyca/cryptography/issues/5771 :(
cryptography==46.0.6 # pinned for now due to Rust requirement introduced in 3.4 https://github.com/pyca/cryptography/issues/5771 :(
dlipower>=1.0.176
# temp force pydantic >= 1.10.0 as FastAPI isn't forcing pydantic version high enough, utilizes MultiHostDsn introduced in 1.10.0, but FastAPI not requiring
# force use of pydantic v1 as there is not a wheel for all platforms currently, installing cargo/rust and other build deps is a PITA
Expand Down
2 changes: 1 addition & 1 deletion installer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ starlette>=0.27.0
uvicorn>=0.23.2
zeroconf>=0.115.2
aiohttp>=3.10.11 # security vulnerability patched in 3.10.11
cryptography<=42.0.8 # 43.0.3 build failed on piwheels
cryptography<=46.0.6 # 43.0.3 build failed on piwheels