Skip to content

Hotfix - missing beautifulsoup4 from requirements/dependencies

Compare
Choose a tag to compare
@ianhelle ianhelle released this 14 Sep 19:46
· 328 commits to main since this release
cff0279

We inadvertently took a hard dependency on beautifulsoup4 but didn't have it in our dependencies.
Unfortunately, since bs4 is in our test dependencies this passed all the tests so didn't spot it until later.

What's Changed

Full Changelog: v2.1.0...v2.1.1