google-genai 1.59.0__py3-none-any.whl → 1.61.0__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/_interactions/resources/interactions.py +60 -38
- google/genai/_interactions/types/__init__.py +2 -1
- google/genai/_interactions/types/content_delta.py +1 -1
- google/genai/_interactions/types/function_result_content.py +2 -1
- google/genai/_interactions/types/function_result_content_param.py +4 -4
- google/genai/_interactions/types/{interaction_event.py → interaction_complete_event.py} +3 -3
- google/genai/_interactions/types/interaction_create_params.py +6 -6
- google/genai/_interactions/types/interaction_get_params.py +3 -0
- google/genai/_interactions/types/interaction_sse_event.py +11 -2
- google/genai/_interactions/types/interaction_start_event.py +36 -0
- google/genai/batches.py +8 -0
- google/genai/files.py +15 -15
- google/genai/models.py +12 -0
- google/genai/tests/batches/test_create_with_inlined_requests.py +31 -15
- google/genai/tests/batches/test_get.py +1 -1
- google/genai/tests/client/test_client_close.py +0 -1
- google/genai/tests/files/test_register_table.py +1 -1
- google/genai/tests/models/test_generate_content.py +16 -0
- google/genai/tests/transformers/test_schema.py +10 -1
- google/genai/tests/tunings/test_tune.py +87 -0
- google/genai/tunings.py +163 -4
- google/genai/types.py +221 -14
- google/genai/version.py +1 -1
- {google_genai-1.59.0.dist-info → google_genai-1.61.0.dist-info}/METADATA +1 -1
- {google_genai-1.59.0.dist-info → google_genai-1.61.0.dist-info}/RECORD +28 -27
- {google_genai-1.59.0.dist-info → google_genai-1.61.0.dist-info}/WHEEL +1 -1
- {google_genai-1.59.0.dist-info → google_genai-1.61.0.dist-info}/licenses/LICENSE +0 -0
- {google_genai-1.59.0.dist-info → google_genai-1.61.0.dist-info}/top_level.txt +0 -0
|
@@ -15,26 +15,26 @@ google/genai/_replay_api_client.py,sha256=-sZY8pM8JulqTfuqIKaKHCy9MNXF7HJnX6fCzy
|
|
|
15
15
|
google/genai/_test_api_client.py,sha256=4ruFIy5_1qcbKqqIBu3HSQbpSOBrxiecBtDZaTGFR1s,4797
|
|
16
16
|
google/genai/_tokens_converters.py,sha256=ILPWqhCU1MP2xi0Zg_Zz3fmZ37Yr-hGyg6iey9c4u_E,15593
|
|
17
17
|
google/genai/_transformers.py,sha256=rVhKCz9Xi8PTMVOj4F5ITqQWMzUYeNLYacSIFlDjZwc,43191
|
|
18
|
-
google/genai/batches.py,sha256=
|
|
18
|
+
google/genai/batches.py,sha256=TE26gN_apLeCPe6QDu9LgjLXEGy821nZSwWSIEWELSo,79064
|
|
19
19
|
google/genai/caches.py,sha256=24GhR6Nj-1Bdaey6ff6NNmP5pIjvlO0S1Dv_-CrCtyI,48118
|
|
20
20
|
google/genai/chats.py,sha256=q3_iONHx8l-Y7EG29_f45yjFDdL2VFefUDLMdJtw0sE,16583
|
|
21
21
|
google/genai/client.py,sha256=odJ3erYMO1tkvn_9AOyfLawNX2tZf71fbVzqmmLEjOY,21327
|
|
22
22
|
google/genai/documents.py,sha256=GuYWVgRaYBzHv9aMgcZBrVkFlpBeaAeZsfhgvC_SLTA,16218
|
|
23
23
|
google/genai/errors.py,sha256=2Iux-5iGUJzEB6OWE3R18SckMEvNimOfpNCQIYL6cn8,8118
|
|
24
24
|
google/genai/file_search_stores.py,sha256=4EW_hRjkaGYu4gbQyNbiswTWk5nUgooxB5pqMi_WAME,41418
|
|
25
|
-
google/genai/files.py,sha256=
|
|
25
|
+
google/genai/files.py,sha256=iGYDbHkbnYsqZhkHuKMjrABsMhJivtdPM6Qgog5Q08M,39059
|
|
26
26
|
google/genai/interactions.py,sha256=GLpo-rTdxb1JfL3LXE0c52JWaEGloLnPeCI9hoO_M2g,642
|
|
27
27
|
google/genai/live.py,sha256=aBa_JndziEQjxhdpqChmGHaG4m9npOp9Z0HTXnoZdl8,41804
|
|
28
28
|
google/genai/live_music.py,sha256=Y7I7jh5SAKgyjBIMLboH0oTnZJ18uOT2SpRDKURvp94,6783
|
|
29
29
|
google/genai/local_tokenizer.py,sha256=EKZ72cV2Zfutlo_efMOPnLRNZN4WQe57rD3G80cF340,14109
|
|
30
|
-
google/genai/models.py,sha256=
|
|
30
|
+
google/genai/models.py,sha256=jiQF2S3P5dwQXTNBhG0sxO3yotftpTz60kpu1sxYyA0,239060
|
|
31
31
|
google/genai/operations.py,sha256=FXJOnYp2HA5Xqa5mHW67mSa9p1D_EaGGyUoKc09xFPQ,16384
|
|
32
32
|
google/genai/pagers.py,sha256=1i8NXDuKuQznFin5H5-I0hmj6H5YMTYsEJP7S0ITSbY,7158
|
|
33
33
|
google/genai/py.typed,sha256=RsMFoLwBkAvY05t6izop4UHZtqOPLiKp3GkIEizzmQY,40
|
|
34
34
|
google/genai/tokens.py,sha256=4BPW0gGWFeFVk3INkuY2tfREnsrvzQDhouvRI6_F9Q8,12235
|
|
35
|
-
google/genai/tunings.py,sha256=
|
|
36
|
-
google/genai/types.py,sha256=
|
|
37
|
-
google/genai/version.py,sha256=
|
|
35
|
+
google/genai/tunings.py,sha256=XiFPNyNEOXuc1XHWfFzB58SyRr6xVHf8JdOPM8Ro_BQ,80739
|
|
36
|
+
google/genai/types.py,sha256=GmIqqe9PHbgUBvtOMvx5YRCzcFarMr_tErPCR3eL4G0,662323
|
|
37
|
+
google/genai/version.py,sha256=rFKjURomIPq57gTDPrrnIFspz7KSUhTGYmdYiRRgC0c,627
|
|
38
38
|
google/genai/_interactions/__init__.py,sha256=Zl5wlyZ1be3a1ENIERjj9ocpELL89RdZkHF3MnCkB3M,3571
|
|
39
39
|
google/genai/_interactions/_base_client.py,sha256=9U2GjsnrAEmFEIEWIDylGX9P-c038S9TqzcK2FKoKTw,74460
|
|
40
40
|
google/genai/_interactions/_client.py,sha256=VkBifJIA0IchcNRUUb4E8w02udzmJMedYPXYnqX1iKc,21234
|
|
@@ -63,8 +63,8 @@ google/genai/_interactions/_utils/_transform.py,sha256=TjAN4LumRdzvMD0rcrFQhrlC3
|
|
|
63
63
|
google/genai/_interactions/_utils/_typing.py,sha256=Z5S4PcLWBL5GEhqU6j_XKaoh9ANrTSDyMDDTlMB0KJ8,5385
|
|
64
64
|
google/genai/_interactions/_utils/_utils.py,sha256=qWdNSrAUkn_wYeK5YFSeHyZWtEYJQkbh_Sg2t7impKQ,12851
|
|
65
65
|
google/genai/_interactions/resources/__init__.py,sha256=TNMFv_-Zv9ayAgjkecVIBOnIK-goQIIvkvR3WiQl_DA,1207
|
|
66
|
-
google/genai/_interactions/resources/interactions.py,sha256=
|
|
67
|
-
google/genai/_interactions/types/__init__.py,sha256=
|
|
66
|
+
google/genai/_interactions/resources/interactions.py,sha256=ewSe9WwD9u-joitgS86_Cwrgba26Qy2ct839U7b4b0s,57707
|
|
67
|
+
google/genai/_interactions/types/__init__.py,sha256=A7GrXhhdpA7RlFSxp5uBePqsTP0RP5MctjvHH98iKLI,8079
|
|
68
68
|
google/genai/_interactions/types/allowed_tools.py,sha256=Hke2IEAT_lc51MCt0_tGZGx3yvE7HTSawIlm-prCCGg,1047
|
|
69
69
|
google/genai/_interactions/types/allowed_tools_param.py,sha256=PAAFKM2qX_Pj_pTxqcc0IQvii9soKLW_scMud2nUwMc,1092
|
|
70
70
|
google/genai/_interactions/types/annotation.py,sha256=MKyItDJXCQ6ofAPjjBjioy7jagQNlpKZ9yqyc4MJcSI,1266
|
|
@@ -80,7 +80,7 @@ google/genai/_interactions/types/code_execution_call_content_param.py,sha256=1gh
|
|
|
80
80
|
google/genai/_interactions/types/code_execution_result_content.py,sha256=-xGHcQyez_P46lQpQ9TF_yPIUe6HYQHRVeFd2GJiBuo,1299
|
|
81
81
|
google/genai/_interactions/types/code_execution_result_content_param.py,sha256=7YT4Cjyltgh2C9PWZe2gN1-BX4pW3-M_gn4pwpjpLiI,1260
|
|
82
82
|
google/genai/_interactions/types/content.py,sha256=_TiS-6imVNPtvbD43W0hhAXUvilfWS9W38YR7sGnqdA,2439
|
|
83
|
-
google/genai/_interactions/types/content_delta.py,sha256=
|
|
83
|
+
google/genai/_interactions/types/content_delta.py,sha256=5AVCJW-Xqe12JYcZKdFKuy3tE9ff6Warc_ab4Ess3Ek,9546
|
|
84
84
|
google/genai/_interactions/types/content_param.py,sha256=4SlajVkn5MFuFNo2OU5bpORPYJtWu4_Z3l1DBN96fHs,2594
|
|
85
85
|
google/genai/_interactions/types/content_start.py,sha256=T0ziq1Q2g-ooSLxelsVdHgQB5P_11yRDRL5F17VoN6w,1159
|
|
86
86
|
google/genai/_interactions/types/content_stop.py,sha256=RimYJx4pEMI2JOnOnx2sOhFR8HhrigGy6U5gooxdHSc,1049
|
|
@@ -101,8 +101,8 @@ google/genai/_interactions/types/function.py,sha256=0lh1qn73ZVJ7THAOq0pcfUV_37u9
|
|
|
101
101
|
google/genai/_interactions/types/function_call_content.py,sha256=QFjNqGfnc0OHPUds8cCFkDc4Uh45xeEvLkNMO3zKF20,1118
|
|
102
102
|
google/genai/_interactions/types/function_call_content_param.py,sha256=GNj_GRYddGqIy7X-IWsv3kZf1NtFoQvl1ycSLmIp9ZM,1205
|
|
103
103
|
google/genai/_interactions/types/function_param.py,sha256=GMSumys9sCsWix9f4db6Pbc3pg7mGYrQJgWuawiANAY,1119
|
|
104
|
-
google/genai/_interactions/types/function_result_content.py,sha256=
|
|
105
|
-
google/genai/_interactions/types/function_result_content_param.py,sha256=
|
|
104
|
+
google/genai/_interactions/types/function_result_content.py,sha256=d8q38RbA_wB_rKQzaqXUhP6t1XRykKSoHCYTWzHMTmU,1588
|
|
105
|
+
google/genai/_interactions/types/function_result_content_param.py,sha256=ItfrnWdIhbdEDiibivIWMyZcxPAqIY2ZiPF4CSkDOwY,1658
|
|
106
106
|
google/genai/_interactions/types/generation_config.py,sha256=V_p-dhIBk1jeIXJE8V6vkHzujvxkaZQeDZ8ZBVP4r3w,2124
|
|
107
107
|
google/genai/_interactions/types/generation_config_param.py,sha256=HPJTqdLSlWtrOglBi14Fnq4UAkr21MBs6frYImG90YQ,2084
|
|
108
108
|
google/genai/_interactions/types/google_search_call_arguments.py,sha256=KZbdLhr6kFCZruO-nIkZaq2qm_wMlQjH65xZHwlfOGU,971
|
|
@@ -120,10 +120,11 @@ google/genai/_interactions/types/image_content_param.py,sha256=Qof1jfT9Ey83hI-l6
|
|
|
120
120
|
google/genai/_interactions/types/image_mime_type.py,sha256=JSM0MElIy62mLFjKiuheHeV0px02I-Nrh8H2yZTDU3I,884
|
|
121
121
|
google/genai/_interactions/types/image_mime_type_param.py,sha256=syGoPn7nm3LoxqFbJhg3q9Bno68ywKU9hzoufbOm8xQ,930
|
|
122
122
|
google/genai/_interactions/types/interaction.py,sha256=awI9GIgg8SHNDq7E-UGi4dQgSJY_uD_hzOP46HzR8oU,4096
|
|
123
|
-
google/genai/_interactions/types/
|
|
124
|
-
google/genai/_interactions/types/
|
|
125
|
-
google/genai/_interactions/types/interaction_get_params.py,sha256=
|
|
126
|
-
google/genai/_interactions/types/interaction_sse_event.py,sha256=
|
|
123
|
+
google/genai/_interactions/types/interaction_complete_event.py,sha256=gVSa40ZCZHS5FEpgu9BxnO3k_qP-JeoMtBb5lByCe90,1170
|
|
124
|
+
google/genai/_interactions/types/interaction_create_params.py,sha256=11oGyknFJB3T96YgV40Vnoj9afr3xVXNj1uuCkiOFrU,6918
|
|
125
|
+
google/genai/_interactions/types/interaction_get_params.py,sha256=RpR9sIkk0RT-baHXoLhOTalRRo8G4yc2GFEaaPkAsgA,1715
|
|
126
|
+
google/genai/_interactions/types/interaction_sse_event.py,sha256=1Pmvb1skAgqrXyYpWdpRyc94L31lQAf_n5pXAYHJFPI,1445
|
|
127
|
+
google/genai/_interactions/types/interaction_start_event.py,sha256=aCzZipavC1M_0yWInKR2blah2cHR2AM2v-qqvBNOUBU,1161
|
|
127
128
|
google/genai/_interactions/types/interaction_status_update.py,sha256=QcS8BXpstQz24KxoUl7oCPz6Xo77alytxUsIVMYrt6E,1203
|
|
128
129
|
google/genai/_interactions/types/mcp_server_tool_call_content.py,sha256=J58FpA3gM4EeMSrsCbtzZzmkwhD5r1ChEMw_aT9X-aE,1210
|
|
129
130
|
google/genai/_interactions/types/mcp_server_tool_call_content_param.py,sha256=kCe6nCCQz0M7biVvpItnPdyarbIa_Z_8xxY1rpsuTSA,1307
|
|
@@ -183,10 +184,10 @@ google/genai/tests/batches/test_create.py,sha256=3YBAh1eN4jTQy1pRm8TRC9bzHkAYSsz
|
|
|
183
184
|
google/genai/tests/batches/test_create_with_bigquery.py,sha256=PuS1KdFPVgkKMbzm1T_euqXcGWuBuZo1ciiNlFTP9eE,3674
|
|
184
185
|
google/genai/tests/batches/test_create_with_file.py,sha256=6KGRTNV8cojhMN3PtzD8nzioRi0xYBLInmLpfv6eIrA,2416
|
|
185
186
|
google/genai/tests/batches/test_create_with_gcs.py,sha256=IlEaE56zOqrDQshtsvDnDloS1z1Sw7a9dP_bcZav0L0,4049
|
|
186
|
-
google/genai/tests/batches/test_create_with_inlined_requests.py,sha256=
|
|
187
|
+
google/genai/tests/batches/test_create_with_inlined_requests.py,sha256=8J-0166qLyv9OhGFunrk7sxb_PoLNkGCoiy5EAp-4l8,7856
|
|
187
188
|
google/genai/tests/batches/test_delete.py,sha256=RhyFKjt1qEFbPvPPzoBfeVvtb3GoLYCamsIz2QmlOzo,2718
|
|
188
189
|
google/genai/tests/batches/test_embedding.py,sha256=o7mKpzwDYArCgUBZ8Twl2hRiN6KS3gKTb_2-PemGUqI,4859
|
|
189
|
-
google/genai/tests/batches/test_get.py,sha256
|
|
190
|
+
google/genai/tests/batches/test_get.py,sha256=33saXNAIo7Z5mHABZTSJ-6FECApftSZgy-J8vYwVIlU,2269
|
|
190
191
|
google/genai/tests/batches/test_list.py,sha256=SVeUk4QcNsrEHe1S5EZuJB9UepEPK0eszq5uvLCPUv8,2343
|
|
191
192
|
google/genai/tests/caches/__init__.py,sha256=3ox8j_0aP_e-KYnSX9IefvLEE1qz4hnV6rtc0t5cuAg,632
|
|
192
193
|
google/genai/tests/caches/constants.py,sha256=XzAlcPTd8sfu4xhrYuHJecwOKDEThzzoyn4s9BPgPsU,1003
|
|
@@ -205,7 +206,7 @@ google/genai/tests/chats/test_send_message.py,sha256=cs8RFVRCyF0D8sfgMs658OF8TRV
|
|
|
205
206
|
google/genai/tests/chats/test_validate_response.py,sha256=07zq5pJ3rL2zu8o5RKJZKFyZQ9tMZyVXLBrLuADkGUQ,2420
|
|
206
207
|
google/genai/tests/client/__init__.py,sha256=RvGOeb5ZdxjMSh_frXTcrenwE_UsF3_vlDaI-_ml74Y,616
|
|
207
208
|
google/genai/tests/client/test_async_stream.py,sha256=wDrCIvxP9s_nwMI_GMs8hwB-I9bEYbrSLZPstNVWxRw,12755
|
|
208
|
-
google/genai/tests/client/test_client_close.py,sha256=
|
|
209
|
+
google/genai/tests/client/test_client_close.py,sha256=Pt0_xLaV7f6X0DD5xePUc7bD-ZA8AknK400DVBMhcKU,6006
|
|
209
210
|
google/genai/tests/client/test_client_initialization.py,sha256=RssmXtJDCw-0VL-s6W_3dsLvU3-Z0D-V2VaTxnvi9yY,55157
|
|
210
211
|
google/genai/tests/client/test_client_requests.py,sha256=ATTGdQPLpTWp25f5apIcWTRjV5aEHQoUDOHRRUpxLlU,7403
|
|
211
212
|
google/genai/tests/client/test_custom_client.py,sha256=1E8fAhPdKYYnKvDJuqPyptEfU9zh1WmOurxlnXg9huc,3239
|
|
@@ -234,7 +235,7 @@ google/genai/tests/files/test_download.py,sha256=j44qwIhVAcmGSV2EEDgftFfgGoCB0XS
|
|
|
234
235
|
google/genai/tests/files/test_get.py,sha256=IJTaDxh6MCPXDMwZgQJY6xnTQOKyIwJt67O2TRwQmoo,1404
|
|
235
236
|
google/genai/tests/files/test_list.py,sha256=BuidbWnOJKeQcl8g78v9HvLJJhgcHSV2Mpb_b-vvh_o,2224
|
|
236
237
|
google/genai/tests/files/test_register.py,sha256=rCFTY3U3_OrovGgTJsCJ2rQbqV4P1lobNObqegLZCME,8368
|
|
237
|
-
google/genai/tests/files/test_register_table.py,sha256=
|
|
238
|
+
google/genai/tests/files/test_register_table.py,sha256=TiJkutQ2IvPRuTjeSpDUc1kEyRVaTeFvQzvC2iCMjmE,2341
|
|
238
239
|
google/genai/tests/files/test_upload.py,sha256=uPioeL38l9lu2ebenllW3Co1tN5xeCMQuSvHudfRNmU,8372
|
|
239
240
|
google/genai/tests/imports/test_no_optional_imports.py,sha256=fhSdu9gHQYoGYsgbfb3qdoI5cipJJ67Dk5RwSk4vcFE,987
|
|
240
241
|
google/genai/tests/interactions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -265,7 +266,7 @@ google/genai/tests/models/test_delete.py,sha256=OBl8mfHychtjWy6v19Das3ikYtBwN3po
|
|
|
265
266
|
google/genai/tests/models/test_edit_image.py,sha256=2QG3ufsRGqryk9jSgyiTgMnuT8VuSZJvghatwEA3NXo,9369
|
|
266
267
|
google/genai/tests/models/test_embed_content.py,sha256=RncjpLuaRO4sjTzTsiXVK5TJQ3poX2aApbZdqsOuh_0,2933
|
|
267
268
|
google/genai/tests/models/test_function_call_streaming.py,sha256=8R6upyqnrBkajl_OH8V1lYepuMD9KV2oTTIbMfQoX9A,14787
|
|
268
|
-
google/genai/tests/models/test_generate_content.py,sha256=
|
|
269
|
+
google/genai/tests/models/test_generate_content.py,sha256=lGOOjqzgiSqlcr8ZXYmQEiixC2eskfjYyyzNo5w3M3M,79758
|
|
269
270
|
google/genai/tests/models/test_generate_content_cached_content.py,sha256=gwZTuvvjtavtYKHZMM6_qOikWSh08LWWZ6z-qGhk9DE,4754
|
|
270
271
|
google/genai/tests/models/test_generate_content_config_zero_value.py,sha256=TNBTFFA9HLidwEF3tV1FV413kilLZWhrnN8MAulxqcc,3335
|
|
271
272
|
google/genai/tests/models/test_generate_content_from_apikey.py,sha256=i-cqsmyfBfkP_Xu-x3l3lO9aUhBLViU4fNuNiDik2JU,1452
|
|
@@ -328,7 +329,7 @@ google/genai/tests/transformers/test_blobs.py,sha256=B6kNKAc_PsC647dIP_d1jnel25W
|
|
|
328
329
|
google/genai/tests/transformers/test_bytes.py,sha256=F2yxf_s2cxqGzvqf6uhGuNW53MBmbxuBo2Ea--9jFa0,442
|
|
329
330
|
google/genai/tests/transformers/test_duck_type.py,sha256=B8KrsH6mqLZn1JeCq32PhimKm1sLepSZ3b4XvbtLGR4,2395
|
|
330
331
|
google/genai/tests/transformers/test_function_responses.py,sha256=J-KTJBskAxiwL2skRidQN2iumi1uS7nqr_2ACzOlCQc,2307
|
|
331
|
-
google/genai/tests/transformers/test_schema.py,sha256=
|
|
332
|
+
google/genai/tests/transformers/test_schema.py,sha256=kb4VoxMT-EJ0ZPH6El4GO0stNc6rpZmlTOSU9KTKEE0,19927
|
|
332
333
|
google/genai/tests/transformers/test_t_batch.py,sha256=LfTJ3ZSkbMISsNv6stUOXlYWTDejj7ZSpnsyzj5jQmo,9512
|
|
333
334
|
google/genai/tests/transformers/test_t_content.py,sha256=qs7yYq9GKeLegcch48XtDnUnKxMbyAGazyBZ2bUXerk,4005
|
|
334
335
|
google/genai/tests/transformers/test_t_contents.py,sha256=Evu3CerxHYc2w-7ZplYNU-JRysCrKsOWN_AsHGHQ7HI,10057
|
|
@@ -341,7 +342,7 @@ google/genai/tests/tunings/test_cancel.py,sha256=wFBQLIY0Ni1AAxFPjEXdEmewn_6Zg_8
|
|
|
341
342
|
google/genai/tests/tunings/test_end_to_end.py,sha256=ISDpbJGfHuRBV1TZKgAtOfy7WnXD0ilyCt-9HudcWIs,3124
|
|
342
343
|
google/genai/tests/tunings/test_get.py,sha256=Xaji6XYF33DYZ97j-sQZJ9xuUIJfHiP98vi6I2QDtf0,2060
|
|
343
344
|
google/genai/tests/tunings/test_list.py,sha256=VRCLzodimtyLTAL2k-epqTGZcaVRA7F9pSRPi6TeWYU,2263
|
|
344
|
-
google/genai/tests/tunings/test_tune.py,sha256=
|
|
345
|
+
google/genai/tests/tunings/test_tune.py,sha256=gh4yFNQF8g-c3m7BzmMMod_78AIxRhQsv7Oh0FmljN0,15541
|
|
345
346
|
google/genai/tests/types/__init__.py,sha256=KbDhwTfDYAhkNqkbDeqOxlfFwjij-deuilWGXN9cySc,578
|
|
346
347
|
google/genai/tests/types/test_bytes_internal.py,sha256=QNA1sez1FozvrJh7K6-HG2FNBGD2-9VG5ZEp_snPGR4,8632
|
|
347
348
|
google/genai/tests/types/test_bytes_type.py,sha256=cWb_-pBwhnJR2Tfk0PTnLiyvG5k1yKhyc_XgESg81rg,5906
|
|
@@ -351,8 +352,8 @@ google/genai/tests/types/test_part_type.py,sha256=a_0eE2CgE7Ju6ePmu3DrupsZZCFiyD
|
|
|
351
352
|
google/genai/tests/types/test_schema_from_json_schema.py,sha256=WiraJx5mRLW8lKHiWsyHTBYge4jVpeCYklbqGd4BkZQ,13894
|
|
352
353
|
google/genai/tests/types/test_schema_json_schema.py,sha256=zn1gjsXcHTztzmajr8YX3Yb6rWnchjgjw6Yj1NZnG-0,15536
|
|
353
354
|
google/genai/tests/types/test_types.py,sha256=Tqc_PpGo9-XH1xfkAjTCM9xngan_4w__hgpA0BkyA8g,84416
|
|
354
|
-
google_genai-1.
|
|
355
|
-
google_genai-1.
|
|
356
|
-
google_genai-1.
|
|
357
|
-
google_genai-1.
|
|
358
|
-
google_genai-1.
|
|
355
|
+
google_genai-1.61.0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
356
|
+
google_genai-1.61.0.dist-info/METADATA,sha256=VvVzYRFsT_8gLRN1hgJmqu5U87Qplzn2ZNy4-7vikDY,53135
|
|
357
|
+
google_genai-1.61.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
358
|
+
google_genai-1.61.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
|
359
|
+
google_genai-1.61.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|