Skip to content
Open
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 platforms/desktop-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = []
# scope-noted heavy-dep resolution constraint.)
build = [
"wxPython==4.2.2; python_version >= '3.10'",
"cryptography==45.0.7; python_version >= '3.10'",
"cryptography==48.0.1; python_version >= '3.10'",
# Source pinned cffi==1.14.4 exactly, but that release predates Python 3.10
# (no cp310 wheel), and pinning it here re-resolved the workspace-shared
# cryptography→cffi chain (kolibri-oidc-provider-plugin uses the same
Expand Down
Loading