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.