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(
22
22
23
23
req = operations.GetApisRequest(
24
24
metadata = {
25
- " aut " : [
26
- ' bypassing ' ,
25
+ " South " : [
26
+ ' Southwest ' ,
27
27
],
28
28
},
29
29
op = operations.GetApisOp(
Original file line number Diff line number Diff line change @@ -966,4 +966,14 @@ Based on:
966
966
### Generated
967
967
- [ python v1.58.2] .
968
968
### 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(
13
13
14
14
req = operations.GetApisRequest(
15
15
metadata = {
16
- " aut " : [
17
- ' bypassing ' ,
16
+ " South " : [
17
+ ' Southwest ' ,
18
18
],
19
19
},
20
20
op = operations.GetApisOp(
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ s = speakeasy.Speakeasy(
152
152
req = operations.GetAllAPIVersionsRequest(
153
153
api_id = ' yum Rustic Berkshire' ,
154
154
metadata = {
155
- " assumenda " : [
156
- ' Fresh ' ,
155
+ " Dodge " : [
156
+ ' Salad ' ,
157
157
],
158
158
},
159
159
op = operations.GetAllAPIVersionsOp(
@@ -198,8 +198,8 @@ s = speakeasy.Speakeasy(
198
198
199
199
req = operations.GetApisRequest(
200
200
metadata = {
201
- " aut " : [
202
- ' bypassing ' ,
201
+ " South " : [
202
+ ' Southwest ' ,
203
203
],
204
204
},
205
205
op = operations.GetApisOp(
@@ -247,8 +247,8 @@ req = operations.UpsertAPIRequest(
247
247
api_id = ' Martinique redefine Garland' ,
248
248
description = ' Balanced 24/7 utilisation' ,
249
249
meta_data = {
250
- " deleniti " : [
251
- ' male ' ,
250
+ " pixel " : [
251
+ ' Buckinghamshire ' ,
252
252
],
253
253
},
254
254
version_id = ' Forward' ,
Original file line number Diff line number Diff line change @@ -29,13 +29,11 @@ s = speakeasy.Speakeasy(
29
29
)
30
30
31
31
req = operations.GetEmbedAccessTokenRequest(
32
- description = ' Versatile asynchronous leverage' ,
33
- duration = 554373 ,
34
32
filters = shared.Filters(
35
33
filters = [
36
34
shared.Filter(
37
35
key = ' <key>' ,
38
- operator = ' Account' ,
36
+ operator = ' Northeast compress Account' ,
39
37
value = ' unless to frame' ,
40
38
),
41
39
],
Original file line number Diff line number Diff line change @@ -109,12 +109,9 @@ s = speakeasy.Speakeasy(
109
109
110
110
req = shared.Plugin(
111
111
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' ,
118
115
)
119
116
120
117
res = s.plugins.upsert_plugin(req)
Original file line number Diff line number Diff line change @@ -2,24 +2,25 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 8c4f3932e054e1b349a9a34f12cf7e8c
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.94.0
6
- generationVersion : 2.147.0
5
+ speakeasyVersion : 1.96.2
6
+ generationVersion : 2.150.1
7
7
generation :
8
8
sdkClassName : speakeasy
9
9
singleTagPerOp : false
10
10
telemetryEnabled : true
11
11
features :
12
12
python :
13
- core : 2.88.2
13
+ core : 2.88.4
14
14
downloadStreams : 0.0.1
15
15
examples : 2.81.2
16
- globalSecurity : 2.81.1
16
+ globalSecurity : 2.82.0
17
17
globalServerURLs : 2.82.0
18
18
inputOutputModels : 2.81.1
19
19
serverIDs : 2.81.1
20
20
python :
21
- version : 1.58.2
21
+ version : 1.59.0
22
22
author : Speakeasy
23
23
description : Speakeasy API Client SDK for Python
24
+ flattenGlobalSecurity : false
24
25
maxMethodParams : 0
25
26
packageName : speakeasy-client-sdk-python
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "speakeasy-client-sdk-python" ,
13
- version = "1.58.2 " ,
13
+ version = "1.59.0 " ,
14
14
author = "Speakeasy" ,
15
15
description = "Speakeasy API Client SDK for Python" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change 1
1
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2
2
3
+ # __init__.py
Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ def __init__(self,
60
60
if client is None :
61
61
client = requests_http .Session ()
62
62
63
+
63
64
security_client = utils .configure_security_client (client , security )
64
65
66
+
65
67
if server_url is not None :
66
68
if url_params is not None :
67
69
server_url = utils .template_url (server_url , url_params )
You can’t perform that action at this time.
0 commit comments