26.7.0
Enhancements Replace runtime dependency on zstandard with compression.zstd (Python >=3.14) and backports.zstd (Python 3.10–3.13) for repodata and sharded repodata decompression. (#15486 via #16191) Defer concurrent.futures and threading imports in common/io.py so they only load when executor classes (DummyExecutor, ThreadLimitedThreadPoolExecutor) are first accessed. (#15867 via #15881) Defer heav…