agenta 0.59.1__py3-none-any.whl → 0.59.2__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.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
agenta/client/backend/client.py
CHANGED
|
@@ -91,7 +91,9 @@ class AgentaApi:
|
|
|
91
91
|
_defaulted_timeout = (
|
|
92
92
|
timeout
|
|
93
93
|
if timeout is not None
|
|
94
|
-
else 60
|
|
94
|
+
else 60
|
|
95
|
+
if httpx_client is None
|
|
96
|
+
else httpx_client.timeout.read
|
|
95
97
|
)
|
|
96
98
|
self._client_wrapper = SyncClientWrapper(
|
|
97
99
|
base_url=_get_base_url(base_url=base_url, environment=environment),
|
|
@@ -652,7 +654,9 @@ class AsyncAgentaApi:
|
|
|
652
654
|
_defaulted_timeout = (
|
|
653
655
|
timeout
|
|
654
656
|
if timeout is not None
|
|
655
|
-
else 60
|
|
657
|
+
else 60
|
|
658
|
+
if httpx_client is None
|
|
659
|
+
else httpx_client.timeout.read
|
|
656
660
|
)
|
|
657
661
|
self._client_wrapper = AsyncClientWrapper(
|
|
658
662
|
base_url=_get_base_url(base_url=base_url, environment=environment),
|
|
@@ -20,7 +20,7 @@ agenta/client/backend/bases/raw_client.py,sha256=7oqRh5mQGnweOwI_z7xcGV69m-7fnd_
|
|
|
20
20
|
agenta/client/backend/billing/__init__.py,sha256=ubAQC1MczTU-pkK0TqRAjY5X8buyQIlNZY2RuM4nJpc,84
|
|
21
21
|
agenta/client/backend/billing/client.py,sha256=MMVo9jFkh-T_0qzF2EDHtHBy1OiO15DzDaXcdMoijrc,14149
|
|
22
22
|
agenta/client/backend/billing/raw_client.py,sha256=pUzwAeUEErZ36c6fmQaHRjKkiSOo1BHAMPstsnl4ohU,28754
|
|
23
|
-
agenta/client/backend/client.py,sha256=
|
|
23
|
+
agenta/client/backend/client.py,sha256=27nM9vWyqUj6Cwvb8lIwaGZMdtv1e6QUFNsgfCp6gE8,37579
|
|
24
24
|
agenta/client/backend/configs/__init__.py,sha256=ubAQC1MczTU-pkK0TqRAjY5X8buyQIlNZY2RuM4nJpc,84
|
|
25
25
|
agenta/client/backend/configs/client.py,sha256=8qyKTDtM1dnG_LJMZPyBXEYErAOlRRJ_WC6O_Tvknd0,7609
|
|
26
26
|
agenta/client/backend/configs/raw_client.py,sha256=C2C3WE1dlSLYpB37qG7QTj3-IUlsfLmkBkQPKWp67xY,14304
|
|
@@ -366,6 +366,6 @@ agenta/sdk/workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
366
366
|
agenta/sdk/workflows/registry.py,sha256=4FRSeU4njMmP6xFCIteF5f_W6NVlqFTx1AM7hsaGAQk,975
|
|
367
367
|
agenta/sdk/workflows/types.py,sha256=SjYeT8FWVgwaIIC8sI3fRjKERLEA_oxuBGvYSaFqNg8,11720
|
|
368
368
|
agenta/sdk/workflows/utils.py,sha256=ILfY8DSBWLrdWIuKg6mq7rANwKiiY6sxEeFiBFhjLYM,413
|
|
369
|
-
agenta-0.59.
|
|
370
|
-
agenta-0.59.
|
|
371
|
-
agenta-0.59.
|
|
369
|
+
agenta-0.59.2.dist-info/METADATA,sha256=MrsdsbrS6xbsVseWb0dPT7-ZqETsBIKKJnU86CbNpTA,31753
|
|
370
|
+
agenta-0.59.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
371
|
+
agenta-0.59.2.dist-info/RECORD,,
|
|
File without changes
|