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.
@@ -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
@@ -13,4 +13,4 @@
13
13
  # limitations under the License.
14
14
  #
15
15
 
16
- __version__ = '1.21.0' # x-release-please-version
16
+ __version__ = '1.21.1' # x-release-please-version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: google-genai
3
- Version: 1.21.0
3
+ Version: 1.21.1
4
4
  Summary: GenAI Python SDK
5
5
  Author-email: Google LLC <googleapis-packages@google.com>
6
6
  License: Apache-2.0
@@ -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=FHgbCALdiHbTdWLtd44X3igf_ont3BUqs-RFLZ6XpAo,49719
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=tXsHVhmt9ASGQvOxWQBkfesEKFhSLB6Xpn2Yb4f5K28,627
31
- google_genai-1.21.0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
32
- google_genai-1.21.0.dist-info/METADATA,sha256=k9eyfT4W_lxeKc1DALWqNuuJYgNkIsfCIRgXou9xLD0,37123
33
- google_genai-1.21.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
34
- google_genai-1.21.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
35
- google_genai-1.21.0.dist-info/RECORD,,
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,,