lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Pin `feedparser==6.0.6` #135

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Does what it says on the tin; guard against breaking changes staged for (presumably) a feedparser 7 release.

Once feedparser isn't handling HTTP errors, it should be easier to upgrade; at that point, error handling downstream of feedparser can focus on parse errors exclusively.

Breaking changes

List any changes that break the API usage supported on master.

None.

Relevant issues

List GitHub issues relevant to this change.

Checklist