pasqal-io / pasqal-cloud

Apache License 2.0
16 stars 1 forks source link

[FIX] User ID type hint: int -> str #87

Closed MatthieuMoreau0 closed 1 year ago

MatthieuMoreau0 commented 1 year ago

User IDs are strings since we have moved our authentication system to auth0. This was raising a validation exception when loading the data returned by the API. This bug wasn't caught until now because: