ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Use identity check when preventing API schema overrides #993

Closed seppeljordan closed 5 months ago

seppeljordan commented 5 months ago

Before this commit we used the "deepdiff" library to prevent overriding already registered API schemas. This commit replaces this by a simple identity check. This change allows us to ditch the dependency on deepdiff completely.