Scim2-cli

Latest version: v0.2.3

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.3.3

--------------------

Added
^^^^^
- :class:`~scim2_client.engines.werkzeug.TestSCIMClient` raise a
:class:`~scim2_client.UnexpectedContentFormat` exception when response is not JSON.

0.3.2

--------------------

Added
^^^^^
- Implement :class:`~scim2_client.SCIMClient` :paramref:`~scim2_client.SCIMClient.check_request_payload`,
:paramref:`~scim2_client.SCIMClient.check_response_payload` and
:paramref:`~scim2_client.SCIMClient.raise_scim_errors` paramibutes,
to keep the same values for all the requests.

0.3.1

--------------------

Fixed
^^^^^
- Some variables were missing from the SCIM exception classes.

0.3.0

--------------------

.. warning::

This version comes with breaking changes:

- `httpx` is no longer a direct dependency, it is shipped in the `httpx` packaging extra.
- ``scim2_client.SCIMClient`` has moved to ``scim2_client.engines.httpx.SyncSCIMClient``.
- The ``resource_types`` parameters has been renamed ``resource_models``.

Added
^^^^^
- The `Unknown resource type` request error keeps a reference to the faulty payload.
- New :class:`~scim2_client.engines.werkzeug.TestSCIMClient` request engine for application development purpose.
- New :class:`~scim2_client.engines.httpx.AsyncSCIMClient` request engine. :issue:`1`

Changed
^^^^^^^
- Separate httpx network code and SCIM code in separate file as a basis for async support (and other request engines).

0.2.3

--------------------

Added
^^^^^
- Add the ``--no-verify`` parameter to skip certificate verifications. :issue:`20`

0.2.2

--------------------

Added
^^^^^
- Mypy type checking and py.typed file :pr:`25`

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.