canonicalwebteam.store-api 4.14.0__tar.gz → 5.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: canonicalwebteam.store-api
3
- Version: 4.14.0
3
+ Version: 5.0.0
4
4
  Summary:
5
5
  License: LGPL-3.0
6
6
  Author: Canonical Web Team
@@ -352,7 +352,7 @@ class SnapPublisher(Publisher):
352
352
  [GET] https://dashboard.snapcraft.io/api/v2/validation-sets/{id}
353
353
  """
354
354
  url = self.get_dashboard_endpoint_url(
355
- f"validation-sets/{validation_set_id}"
355
+ f"validation-sets/{validation_set_id}?sequence=all"
356
356
  )
357
357
  response = self.session.get(
358
358
  url, headers=self._get_authorization_header(publisher_auth)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = 'canonicalwebteam.store-api'
3
- version = '4.14.0'
3
+ version = '5.0.0'
4
4
  description = ''
5
5
  authors = ['Canonical Web Team <webteam@canonical.com>']
6
6
  license = 'LGPL-3.0'