pasqal-io / pasqal-cloud

Apache License 2.0
14 stars 1 forks source link

[CLEANUP] Remove deprecated field 'group' and deprecated import 'from sdk' #132

Closed Mildophin closed 2 weeks ago

Mildophin commented 1 month ago

Description

Simple cleanup PR that removed the deprecated field 'group', making compulsory the use of 'project' instead.

Also it removes the old way of importing this sdk with 'from sdk', it's been deprecated for more than year now and it is removed in this PR. We have to use 'from pasqal_cloud' from now.

Checklist

Versioning (PASQAL developers only)

Documentation

Tests

Internal tests pipeline (PASQAL developers only)

After updating the version (PASQAL developers only)