File tree Expand file tree Collapse file tree 11 files changed +38
-29
lines changed Expand file tree Collapse file tree 11 files changed +38
-29
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ s = speakeasy.Speakeasy(
2222
2323req = operations.GetApisRequest(
2424 metadata = {
25- " aut " : [
26- ' bypassing ' ,
25+ " South " : [
26+ ' Southwest ' ,
2727 ],
2828 },
2929 op = operations.GetApisOp(
Original file line number Diff line number Diff line change @@ -966,4 +966,14 @@ Based on:
966966### Generated
967967- [ python v1.58.2] .
968968### Releases
969- - [ PyPI v1.58.2] https://pypi.org/project/speakeasy-client-sdk-python/1.58.2 - .
969+ - [ PyPI v1.58.2] https://pypi.org/project/speakeasy-client-sdk-python/1.58.2 - .
970+
971+ ## 2023-10-10 00:09:55
972+ ### Changes
973+ Based on:
974+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
975+ - Speakeasy CLI 1.96.2 (2.150.1) https://github.com/speakeasy-api/speakeasy
976+ ### Generated
977+ - [ python v1.59.0] .
978+ ### Releases
979+ - [ PyPI v1.59.0] https://pypi.org/project/speakeasy-client-sdk-python/1.59.0 - .
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ s = speakeasy.Speakeasy(
1313
1414req = operations.GetApisRequest(
1515 metadata = {
16- " aut " : [
17- ' bypassing ' ,
16+ " South " : [
17+ ' Southwest ' ,
1818 ],
1919 },
2020 op = operations.GetApisOp(
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ s = speakeasy.Speakeasy(
152152req = operations.GetAllAPIVersionsRequest(
153153 api_id = ' yum Rustic Berkshire' ,
154154 metadata = {
155- " assumenda " : [
156- ' Fresh ' ,
155+ " Dodge " : [
156+ ' Salad ' ,
157157 ],
158158 },
159159 op = operations.GetAllAPIVersionsOp(
@@ -198,8 +198,8 @@ s = speakeasy.Speakeasy(
198198
199199req = operations.GetApisRequest(
200200 metadata = {
201- " aut " : [
202- ' bypassing ' ,
201+ " South " : [
202+ ' Southwest ' ,
203203 ],
204204 },
205205 op = operations.GetApisOp(
@@ -247,8 +247,8 @@ req = operations.UpsertAPIRequest(
247247 api_id = ' Martinique redefine Garland' ,
248248 description = ' Balanced 24/7 utilisation' ,
249249 meta_data = {
250- " deleniti " : [
251- ' male ' ,
250+ " pixel " : [
251+ ' Buckinghamshire ' ,
252252 ],
253253 },
254254 version_id = ' Forward' ,
Original file line number Diff line number Diff line change @@ -29,13 +29,11 @@ s = speakeasy.Speakeasy(
2929)
3030
3131req = operations.GetEmbedAccessTokenRequest(
32- description = ' Versatile asynchronous leverage' ,
33- duration = 554373 ,
3432 filters = shared.Filters(
3533 filters = [
3634 shared.Filter(
3735 key = ' <key>' ,
38- operator = ' Account' ,
36+ operator = ' Northeast compress Account' ,
3937 value = ' unless to frame' ,
4038 ),
4139 ],
Original file line number Diff line number Diff line change @@ -109,12 +109,9 @@ s = speakeasy.Speakeasy(
109109
110110req = shared.Plugin(
111111 code = ' drafty' ,
112- created_at = dateutil.parser.isoparse(' 2023-03-17T19:17:52.123Z' ),
113- eval_hash = ' Benin Berkshire' ,
114- plugin_id = ' Soul Kuna' ,
115- title = ' Plastic siemens navigate' ,
116- updated_at = dateutil.parser.isoparse(' 2022-12-27T19:05:38.030Z' ),
117- workspace_id = ' owlishly JSON till' ,
112+ plugin_id = ' Rock North exuding' ,
113+ title = ' navigating schemas' ,
114+ workspace_id = ' Plastic siemens navigate' ,
118115)
119116
120117res = s.plugins.upsert_plugin(req)
Original file line number Diff line number Diff line change @@ -2,24 +2,25 @@ configVersion: 1.0.0
22management :
33 docChecksum : 8c4f3932e054e1b349a9a34f12cf7e8c
44 docVersion : 0.3.0
5- speakeasyVersion : 1.94.0
6- generationVersion : 2.147.0
5+ speakeasyVersion : 1.96.2
6+ generationVersion : 2.150.1
77generation :
88 sdkClassName : speakeasy
99 singleTagPerOp : false
1010 telemetryEnabled : true
1111features :
1212 python :
13- core : 2.88.2
13+ core : 2.88.4
1414 downloadStreams : 0.0.1
1515 examples : 2.81.2
16- globalSecurity : 2.81.1
16+ globalSecurity : 2.82.0
1717 globalServerURLs : 2.82.0
1818 inputOutputModels : 2.81.1
1919 serverIDs : 2.81.1
2020python :
21- version : 1.58.2
21+ version : 1.59.0
2222 author : Speakeasy
2323 description : Speakeasy API Client SDK for Python
24+ flattenGlobalSecurity : false
2425 maxMethodParams : 0
2526 packageName : speakeasy-client-sdk-python
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "speakeasy-client-sdk-python" ,
13- version = "1.58.2 " ,
13+ version = "1.59.0 " ,
1414 author = "Speakeasy" ,
1515 description = "Speakeasy API Client SDK for Python" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change 11"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
22
3+ # __init__.py
Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ def __init__(self,
6060 if client is None :
6161 client = requests_http .Session ()
6262
63+
6364 security_client = utils .configure_security_client (client , security )
6465
66+
6567 if server_url is not None :
6668 if url_params is not None :
6769 server_url = utils .template_url (server_url , url_params )
You can’t perform that action at this time.
0 commit comments