jamesturk / spatula

A modern Python library for writing maintainable web scrapers.
https://jamesturk.github.io/spatula/
MIT License
244 stars 11 forks source link

lxml is limited to 4.X #39

Closed showerst closed 3 months ago

showerst commented 3 months ago

Describe the bug lxml is limited to lxml = "^4.6.2" in pyproject.toml, but there's a 5.X series now

I want to add some other libraries in openstates that require lxml 5.X, @jamesturk would you mind rolling a new release with 5.x support?

Thanks! -Tim

jamesturk commented 3 months ago

of course, just pushed 0.9.1, lmk if there are any issues!