Pasqal-cloud

Latest version: v0.12.6

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

Scan your dependencies

Page 6 of 8

0.2.8

Changed

Fixed incorrect type hint of user IDs from int to str which was raising a validation exception when loading the data
returned by the API.

0.2.7

Added

Now you can get the environment configuration for `endpoints` and `auth0` of the SDK class with
`PASQAL_ENDPOINTS['env']`and `AUTH0_CONFIG['env']` with env being `prod`, `preprod` or `dev`.

Changed

- Batch and Job dataclasses have been replaced by pydantic models, which gives more control to unserialize the API
response data.
The SDK is now more resilient to API changes, if a new field is added to the response of the API then the job and
batch object instantiation will not raise an exception, meaning this SDK version will not become obsolete as soon as
the API spec is updated.

0.2.6

Changed

"Groups" have been renamed as "Projects", hence URL endpoints and attribute names have been changed accordingly.
For example the `group_id` of a batch has been renamed to `project_id`.
Note that for backwards compatibility, the `group_id` is still exposed by the APIs as a duplicate of the `project_id`.

0.2.5

Added

- Cancel methods added to batches and jobs, from the object itself and the sdk
- Get a job method from sdk added

0.2.4

Changed

- Relax python dependencies version to prevent conflicts.

0.2.3

Fixed

- Fixed bug when using a custom TokenProvider to authenticate to Pasqal Cloud Services

Changed

- Reorder documentation for clarity
- Clarify instructions to use a custom token provider for authentication

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.