semaphoreui-client 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl

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 +1 @@
1
- __version__ = "0.1.11"
1
+ __version__ = "0.1.12"
@@ -392,8 +392,8 @@ class SemaphoreUIClient:
392
392
  assert response.status_code == 200
393
393
  templates: typing.List["Template"] = []
394
394
  for template in response.json():
395
- if template.last_task is not None:
396
- template.last_task = Task(**template.last_task, client=self)
395
+ if template["last_task"] is not None:
396
+ template["last_task"] = Task(**template["last_task"], client=self)
397
397
  template.append(templates)
398
398
  return templates
399
399
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semaphoreui-client
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: An api client for interacting with Semaphore UI
5
5
  Project-URL: Documentation, https://github.com/rockstar/semaphoreui-client#readme
6
6
  Project-URL: Issues, https://github.com/rockstar/semaphoreui-client/issues
@@ -0,0 +1,6 @@
1
+ semaphoreui_client/__about__.py,sha256=LcIlFjHZFfiF9Rd4UHoakmombOFkxIYk00I181frGBM,23
2
+ semaphoreui_client/__init__.py,sha256=VpeJavEFhs5gyfih7CoRTR4K4IGXGY3UYUkgAWj_f2U,56
3
+ semaphoreui_client/client.py,sha256=C9RtN0ZAlo211VPbyHogLKabdZR-XfO5Rg0tXW-HtIY,30748
4
+ semaphoreui_client-0.1.12.dist-info/METADATA,sha256=i8lLpbaI1dQBwKaZ9dB__SECuoC1MKo9uvWTkd8seeE,1633
5
+ semaphoreui_client-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ semaphoreui_client-0.1.12.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- semaphoreui_client/__about__.py,sha256=nllDrH0jyChMuuYrK0CC55iTBKUNTUjejtcwxyUF2EQ,23
2
- semaphoreui_client/__init__.py,sha256=VpeJavEFhs5gyfih7CoRTR4K4IGXGY3UYUkgAWj_f2U,56
3
- semaphoreui_client/client.py,sha256=JVAR3yThbHonTPmeSin3MLKLsUzC5nlOiXekETxScUM,30739
4
- semaphoreui_client-0.1.11.dist-info/METADATA,sha256=Z1Mf6J7RPgQtXdeZOEAHDbxWESigGrHkxKEpsPs9G9E,1633
5
- semaphoreui_client-0.1.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- semaphoreui_client-0.1.11.dist-info/RECORD,,