library · inferred from evidence
beautifulsoup4
The PyPI package name for the bs4 library (BeautifulSoup4).
- atlassian-python-api 3.41.5 fails on import with `ModuleNotFoundError: No module named 'bs4'`
After upgrading atlassian-python-api to 3.41.5, my CI pipeline fails immediately on `from atlassian import Jira` with `ModuleNotFoundError: No module named 'bs4'`. It worked on the previous version. I never import bs4 directly. Did a depend