Skip to content

fix: relax protobuf version constraint to support newer versions (closes #76)#78

Open
botbikamordehai2-sketch wants to merge 1 commit into
hurlenko:masterfrom
botbikamordehai2-sketch:fix/issue-76-1779961117
Open

fix: relax protobuf version constraint to support newer versions (closes #76)#78
botbikamordehai2-sketch wants to merge 1 commit into
hurlenko:masterfrom
botbikamordehai2-sketch:fix/issue-76-1779961117

Conversation

@botbikamordehai2-sketch
Copy link
Copy Markdown

What

The protobuf~=3.6 constraint in setup.py restricts protobuf to versions >=3.6, <4.0. This old version of protobuf is incompatible with Python 3.13 and likely fails to properly deserialize the MangaPlus API responses, resulting in empty pages lists and the IndexError: list index out of range seen in #76.

Fix

Relax the protobuf constraint from ~=3.6 to >=3.6 to allow installation of newer protobuf versions (4.x, 5.x) that are compatible with Python 3.13 and current API responses.

Closes #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with Mloader: it no longer downloads

1 participant