Python 3.14 introduced native zstandard support, and there is now a backports.zstd package that we can use for older Python versions.
Change zstd compression support in flow.record to use backports.zstd instead of the zstandard library that we use now.