Skip to content

Commit 30360ba

Browse files
authored
fix(ci): pin cryptography<49 (#1261)
The x86 (32-bit) job was failing at 'Install dependencies' because cryptography>=49 (and some other packages) lack cp314-win32 wheels for Python 3.14. - Pin cryptography>=46.0.0,<49 directly in pyproject.toml
1 parent 9ab8b45 commit 30360ba

2 files changed

Lines changed: 52 additions & 46 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"alembic>=1.18,<1.19",
1515
"anthropic>=0.116.0,<0.117",
1616
"babel>=2.17,<2.19",
17+
"cryptography>=46.0.0,<49",
1718
"fsspec>=2026.6.0,<2026.7",
1819
"google-genai>=2.11.0,<2.12",
1920
"httpx>=0.28.1,<0.29.0",

0 commit comments

Comments
 (0)