We are trying to use the solid-file-python library. We noticed that it will result in "302 error" when trying to log-in to, e.g., https://solidcommunity.net.
After further investigation, v0.1.1 of solid-file-python library does not have this issue. And we found the cause: httpx library v0.18.2 does not raise errors for redirection, but recent versions raise.
This commit 3b2a0bf updated the dependency version, by a bot.