Environment
- Python version: 3.12
- circuit_maintenance_parser version: 2.10.0
Expected Behavior
Dependencies not clashing with social-auth-core
Observed Behavior
social-auth-core[saml] requires lxml version 6.0.2, which conflicts with the lxml version circuit-maintenance-parser uses. This causes nautobot to crash, if the lxml version required by circuit-maintenance-parser is selected, because SSO middleware would not load.
Steps to Reproduce
- install social-auth-core[saml]
- install nautobot-circuit-maintenance
- You will get an error once you try to log into nautobot
Environment
Expected Behavior
Dependencies not clashing with social-auth-core
Observed Behavior
social-auth-core[saml] requires lxml version 6.0.2, which conflicts with the lxml version circuit-maintenance-parser uses. This causes nautobot to crash, if the lxml version required by circuit-maintenance-parser is selected, because SSO middleware would not load.
Steps to Reproduce