File tree Expand file tree Collapse file tree 4 files changed +20
-10
lines changed
Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -728,4 +728,14 @@ Based on:
728728### Generated
729729- [ python v0.43.4] .
730730### Releases
731- - [ PyPI v0.43.4] https://pypi.org/project/airbyte-api/0.43.4 - .
731+ - [ PyPI v0.43.4] https://pypi.org/project/airbyte-api/0.43.4 - .
732+
733+ ## 2023-11-21 00:14:17
734+ ### Changes
735+ Based on:
736+ - OpenAPI Doc 1.0.0
737+ - Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
738+ ### Generated
739+ - [ python v0.43.5] .
740+ ### Releases
741+ - [ PyPI v0.43.5] https://pypi.org/project/airbyte-api/0.43.5 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : 8f62e207fcdebe72da7eb9c7525220b5
44 docVersion : 1.0.0
5- speakeasyVersion : 1.121.1
6- generationVersion : 2.194.1
5+ speakeasyVersion : 1.121.3
6+ generationVersion : 2.195.2
77generation :
88 comments : {}
99 sdkClassName : airbyte
@@ -13,11 +13,11 @@ generation:
1313features :
1414 python :
1515 additionalProperties : 0.1.0
16- core : 4.1.4
16+ core : 4.1.5
1717 globalSecurity : 2.83.0
1818 globalServerURLs : 2.82.1
1919python :
20- version : 0.43.4
20+ version : 0.43.5
2121 author : Airbyte
2222 clientServerStatusCodesAsErrors : true
2323 description : Python Client SDK for Airbyte API
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "airbyte-api" ,
13- version = "0.43.4 " ,
13+ version = "0.43.5 " ,
1414 author = "Airbyte" ,
1515 description = "Python Client SDK for Airbyte API" ,
1616 long_description = long_description ,
3030 "six>=1.16.0" ,
3131 "typing-inspect>=0.9.0" ,
3232 "typing_extensions>=4.7.1" ,
33- "urllib3>=2.0.4 " ,
33+ "urllib3>=1.26.18 " ,
3434 ],
3535 extras_require = {
3636 "dev" :["pylint==2.16.2" ]
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ class SDKConfiguration:
2222 server_idx : int = 0
2323 language : str = 'python'
2424 openapi_doc_version : str = '1.0.0'
25- sdk_version : str = '0.43.4 '
26- gen_version : str = '2.194.1 '
27- user_agent : str = 'speakeasy-sdk/python 0.43.4 2.194.1 1.0.0 airbyte-api'
25+ sdk_version : str = '0.43.5 '
26+ gen_version : str = '2.195.2 '
27+ user_agent : str = 'speakeasy-sdk/python 0.43.5 2.195.2 1.0.0 airbyte-api'
2828 retry_config : RetryConfig = None
2929
3030 def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments