------------------
* upgrade to zgw-consumers 0.35.1
* remove zds-client dependency and replace with ``ape_pie.APIClient``
* upgrade to notifications-api-common>=0.3.0
* replace ``get_auth_headers`` with ``generate_jwt`` util
.. warning::
If your project uses OAS test utilities, make sure to install them via ``commonground-api-common[testutils]``
.. warning::
The ``APICredential`` class has been removed in favor of the ``Service`` model from zgw-consumers,
a data migration is added to create ``Service`` instances from ``APICredential`` instances
.. warning::
Several notifications related models (``NotificationsConfig`` and ``Subscription``) as well as
the constants ``SCOPE_NOTIFICATIES_CONSUMEREN_LABEL`` and ``SCOPE_NOTIFICATIES_PUBLICEREN_LABEL`` have
been removed, since they are defined in ``notifications-api-common`` and were a not deleted yet in ``commonground-api-common``