domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
961 stars 209 forks source link

build: move to `kafka-python-ng` #510

Closed p-linnane closed 1 month ago

p-linnane commented 2 months ago

This PR fixes compatibility with Python 3.12 by resolving ModuleNotFoundError: No module named 'kafka.vendor.six.moves'.

The README for kafka-python was updated to point to kafka-python-ng as the recommended package last month.

p-linnane commented 2 months ago

@seanthegeek Would you mind taking a look at this PR? Thanks!