futurehouse-client 0.3.18.dev185__py3-none-any.whl → 0.3.18.dev186__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.
- futurehouse_client/clients/rest_client.py +1 -0
- {futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/METADATA +1 -1
- {futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/RECORD +5 -5
- {futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/WHEEL +0 -0
- {futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/top_level.txt +0 -0
@@ -385,6 +385,7 @@ class RestClient:
|
|
385
385
|
),
|
386
386
|
self.client.stream("GET", url, params={"history": history}) as response,
|
387
387
|
):
|
388
|
+
response.raise_for_status()
|
388
389
|
json_data = "".join(response.iter_text(chunk_size=1024))
|
389
390
|
data = json.loads(json_data)
|
390
391
|
if "id" not in data:
|
{futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: futurehouse-client
|
3
|
-
Version: 0.3.18.
|
3
|
+
Version: 0.3.18.dev186
|
4
4
|
Summary: A client for interacting with endpoints of the FutureHouse service.
|
5
5
|
Author-email: FutureHouse technical staff <hello@futurehouse.org>
|
6
6
|
Classifier: Operating System :: OS Independent
|
{futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/RECORD
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
futurehouse_client/__init__.py,sha256=ddxO7JE97c6bt7LjNglZZ2Ql8bYCGI9laSFeh9MP6VU,344
|
2
2
|
futurehouse_client/clients/__init__.py,sha256=tFWqwIAY5PvwfOVsCje4imjTpf6xXNRMh_UHIKVI1_0,320
|
3
3
|
futurehouse_client/clients/job_client.py,sha256=uNkqQbeZw7wbA0qDWcIOwOykrosza-jev58paJZ_mbA,11150
|
4
|
-
futurehouse_client/clients/rest_client.py,sha256=
|
4
|
+
futurehouse_client/clients/rest_client.py,sha256=W9ASP1ZKYS7UL5J9b-Km77YXEiDQ9hCf4X_9PqaZZZc,47914
|
5
5
|
futurehouse_client/models/__init__.py,sha256=5x-f9AoM1hGzJBEHcHAXSt7tPeImST5oZLuMdwp0mXc,554
|
6
6
|
futurehouse_client/models/app.py,sha256=w_1e4F0IiC-BKeOLqYkABYo4U-Nka1S-F64S_eHB2KM,26421
|
7
7
|
futurehouse_client/models/client.py,sha256=n4HD0KStKLm6Ek9nL9ylP-bkK10yzAaD1uIDF83Qp_A,1828
|
@@ -11,7 +11,7 @@ futurehouse_client/utils/auth.py,sha256=Lq9mjSGc7iuRP6fmLICCS6KjzLHN6-tJUuhYp0XX
|
|
11
11
|
futurehouse_client/utils/general.py,sha256=A_rtTiYW30ELGEZlWCIArO7q1nEmqi8hUlmBRYkMQ_c,767
|
12
12
|
futurehouse_client/utils/module_utils.py,sha256=aFyd-X-pDARXz9GWpn8SSViUVYdSbuy9vSkrzcVIaGI,4955
|
13
13
|
futurehouse_client/utils/monitoring.py,sha256=UjRlufe67kI3VxRHOd5fLtJmlCbVA2Wqwpd4uZhXkQM,8728
|
14
|
-
futurehouse_client-0.3.18.
|
15
|
-
futurehouse_client-0.3.18.
|
16
|
-
futurehouse_client-0.3.18.
|
17
|
-
futurehouse_client-0.3.18.
|
14
|
+
futurehouse_client-0.3.18.dev186.dist-info/METADATA,sha256=PvjehEQZu2ihl7kG1uDvWJVUxyYbV7J-VmAe42Ml3zo,12767
|
15
|
+
futurehouse_client-0.3.18.dev186.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
16
|
+
futurehouse_client-0.3.18.dev186.dist-info/top_level.txt,sha256=TRuLUCt_qBnggdFHCX4O_BoCu1j2X43lKfIZC-ElwWY,19
|
17
|
+
futurehouse_client-0.3.18.dev186.dist-info/RECORD,,
|
{futurehouse_client-0.3.18.dev185.dist-info → futurehouse_client-0.3.18.dev186.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|