julien-duponchelle/python-mysql-replication

Binlogstream dependency deleted

Opened this issue · 3 comments

Looks like a dependency for pymysqlreplication/binlogstream.py has been deleted (see PyMYSQL #923). This now breaks on import.

https://github.com/noplay/python-mysql-replication/blob/main/pymysqlreplication/binlogstream.py#L9

I see this may be handled by #337, but will keep it open for now since an issue was never reported.

Can you test if #337 work fine for you?

Can you test if #337 work fine for you?

It works for me, thanks!