File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
metadata-ingestion/scripts Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 44
55Parses uv.lock wheel filenames. Handles abi3, py3-none-any, and standard cpXY tags.
66Exits non-zero if gaps are found (unless the package is in KNOWN_EXCEPTIONS).
7-
8- Background: pyodbc 4.0.39 had wheels for 3.10/3.11 but not 3.12. uv accepted it
9- because an sdist existed, but Docker builds failed without unixODBC headers.
107"""
118
129import re
2219 "kerberos" , # Unmaintained, source-only. Needs replacement with krb5/gssapi.
2320 "python-ldap" , # Source-only, requires OpenLDAP headers.
2421 "scipy" , # 1.17+ dropped 3.10; Docker uses 3.10.
25- "sqlalchemy" , # Pinned <2; no 3.12 wheels but builds from source with a C compiler.
22+ "sqlalchemy" , # No 3.12 wheels but builds from source with a C compiler.
2623}
2724
2825
You can’t perform that action at this time.
0 commit comments