google-genai 1.21.0__py3-none-any.whl → 1.21.1__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.
- google/genai/_api_client.py +2 -2
- google/genai/version.py +1 -1
- {google_genai-1.21.0.dist-info → google_genai-1.21.1.dist-info}/METADATA +1 -1
- {google_genai-1.21.0.dist-info → google_genai-1.21.1.dist-info}/RECORD +7 -7
- {google_genai-1.21.0.dist-info → google_genai-1.21.1.dist-info}/WHEEL +0 -0
- {google_genai-1.21.0.dist-info → google_genai-1.21.1.dist-info}/licenses/LICENSE +0 -0
- {google_genai-1.21.0.dist-info → google_genai-1.21.1.dist-info}/top_level.txt +0 -0
google/genai/_api_client.py
CHANGED
@@ -561,8 +561,8 @@ class BaseApiClient:
|
|
561
561
|
)
|
562
562
|
|
563
563
|
retry_kwargs = _retry_args(self._http_options.retry_options)
|
564
|
-
self._retry = tenacity.Retrying(**retry_kwargs)
|
565
|
-
self._async_retry = tenacity.AsyncRetrying(**retry_kwargs)
|
564
|
+
self._retry = tenacity.Retrying(**retry_kwargs, reraise=True)
|
565
|
+
self._async_retry = tenacity.AsyncRetrying(**retry_kwargs, reraise=True)
|
566
566
|
|
567
567
|
@staticmethod
|
568
568
|
def _ensure_httpx_ssl_ctx(
|
google/genai/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
google/genai/__init__.py,sha256=SYTxz3Ho06pP2TBlvDU0FkUJz8ytbR3MgEpS9HvVYq4,709
|
2
2
|
google/genai/_adapters.py,sha256=Kok38miNYJff2n--l0zEK_hbq0y2rWOH7k75J7SMYbQ,1744
|
3
|
-
google/genai/_api_client.py,sha256=
|
3
|
+
google/genai/_api_client.py,sha256=LCRuQtUd6OJs7WpvAIzw8bno7veJBFvZ1TuCeJGXMHg,49747
|
4
4
|
google/genai/_api_module.py,sha256=lj8eUWx8_LBGBz-49qz6_ywWm3GYp3d8Bg5JoOHbtbI,902
|
5
5
|
google/genai/_automatic_function_calling_util.py,sha256=IJkPq2fT9pYxYm5Pbu5-e0nBoZKoZla7yT4_txWRKLs,10324
|
6
6
|
google/genai/_base_url.py,sha256=E5H4dew14Y16qfnB3XRnjSCi19cJVlkaMNoM_8ip-PM,1597
|
@@ -27,9 +27,9 @@ google/genai/py.typed,sha256=RsMFoLwBkAvY05t6izop4UHZtqOPLiKp3GkIEizzmQY,40
|
|
27
27
|
google/genai/tokens.py,sha256=oew9I0fGuGLlXMdCn2Ot9Lv_herHMnvZOYjjdOz2CAM,12324
|
28
28
|
google/genai/tunings.py,sha256=6rdzZwh15Ievj7pg6wA7JI1SkjIvORogeZBT9wr0FUM,48295
|
29
29
|
google/genai/types.py,sha256=23t4YZB1cLZBJ9iWOjF37Fm997ZtRBoTxAxLpTpDkE8,449073
|
30
|
-
google/genai/version.py,sha256=
|
31
|
-
google_genai-1.21.
|
32
|
-
google_genai-1.21.
|
33
|
-
google_genai-1.21.
|
34
|
-
google_genai-1.21.
|
35
|
-
google_genai-1.21.
|
30
|
+
google/genai/version.py,sha256=6p_TDljUWRMSW0wvtrkBQzXvlcWur4r3euI17pCmG1Q,627
|
31
|
+
google_genai-1.21.1.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
32
|
+
google_genai-1.21.1.dist-info/METADATA,sha256=T3WBq3x4T82dc8MUId1hSdJmO7EXtoilHqKPi5SVXYo,37123
|
33
|
+
google_genai-1.21.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
34
|
+
google_genai-1.21.1.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
35
|
+
google_genai-1.21.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|