Results 242 comments of Alan Tse

Thanks. Happy to take a PR if you want this functionality.

Your version of beautifulsoup is likely outdated, https://pypi.org/project/beautifulsoup4/. Please update it. ``` pip3 install --upgrade beautifulsoup4 ```

Sorry autocorrect. beautifulsoup4 not beautifulsoap4.

The issue is related to the beautifulsoup dependency. There's not much I can do on our side short of ignoring the error which I may put a PR to do...

I'm not sure what to tell you. The version of beautifulsoup reporting an error you're apparently using isn't the same as what's available and what you've claimed you've installed. ```...

Use a version of beautifulsoup4 that is supported in python 3.10.

https://pypi.org/project/pipdeptree/ may help

I'm not sure. But I'm surprised that more of your integrations aren't breaking given you're not satisfying their dependencies.

I don't have one but I'll leave this open for people to experiment on.