Skip to content
Closed
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 requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Chaquopy runtime dependencies — kept as a separate requirements.txt because
# Chaquopy's Gradle plugin reads this file directly via pip { install "-r" }.
# Pinned to versions with prebuilt Chaquopy wheels.
cryptography==42.0.8
cryptography==46.0.7

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Before merging, confirm Chaquopy has a prebuilt wheel for cryptography==46.0.7. The comment on line 3 ("Pinned to versions with prebuilt Chaquopy wheels") makes this a hard build requirement — if no wheel exists for this version, the Android app's Python environment will fail to install it at build time. CI failed before reaching the Chaquopy/Gradle Python install step in this run, so wheel availability is unconfirmed. Check the Chaquopy package index or verify the Android build completes without pip errors in Gradle output.

ifaddr==0.2.0
Loading