-
-
Couldn't load subscription status.
- Fork 7
feat: Parse Authorization HTML with BeautifulSoup4 #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
CI Feedback 🧐(Feedback updated until commit 2c77698)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
PR Code Suggestions ✨Latest suggestions up to 2c77698
Previous suggestionsSuggestions up to commit 00efa2d
|
|||||||||||||||||||||||||
2c77698 to
e279b1f
Compare
PR Type
enhancement
Description
Switch authorization HTML parsing to BeautifulSoup4 for robustness
Add BeautifulSoup4 as a new project dependency
Improve error handling for non-HTML and missing code input
Set default value for
codeinResponseDescriptorChanges walkthrough 📝
login.py
Switch to BeautifulSoup4 for HTML parsing and add error checksiec_api/login.py
code
response_descriptor.py
Set default value for optional code fieldiec_api/models/response_descriptor.py
codeto None inResponseDescriptorpyproject.toml
Add BeautifulSoup4 to project dependenciespyproject.toml