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 2 of 8

0.12.0

Breaking change

- 'from pasqal_cloud' import has completely replaced the deprecated import 'from sdk'
- 'group_id' field is now removed, use 'project_id' field instead

0.11.4

Changed

A Batch that does not accept new jobs is now called "closed" instead of "complete". As a result:

- You should create an "open" batch using the "open" argument of the `create_batch` method instead of the `complete`
argument.
- Close an open batch using the `close_batch` method of the SDK or `close` method of the `Batch` class. They are
functionally equivalent to the now deprecated `complete_batch` and `declare_complete` functions.
- Batch dataclass parameter `complete` has been replaced by `open`.
- Using the deprecated method and arguments will now raise a warning.

0.11.3

Added

- Introduced the `User-Agent` header.

0.11.2

Added

- Introduced the 'cancel_jobs' method, a feature to cancel a group of jobs from a specific batch,
based on 'CancelJobFilters'

0.11.0

Added

- Introduced a new filtering system using classes for more flexible and robust filtering options
- Added 'get_jobs' method, a feature to retrieve a group of jobs based on 'JobFilters'

Breaking change

- Updated the 'rebatch' method to use 'RebatchFilters' for filtering jobs to retry,
replacing the previous multiple filter parameters

0.10.1

Changed

- Use v2 endpoints for batches and jobs
- Jobs are now downloaded from s3 client-side

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.