Skip to content

Commit 1616efd

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.133.1
1 parent b7d1d58 commit 1616efd

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.225.2
8-
releaseVersion: 0.44.1
9-
configChecksum: 04140b6f9dc12abaf6f615f70cb55f46
7+
generationVersion: 2.228.1
8+
releaseVersion: 0.44.2
9+
configChecksum: bf17012ac6ba48ff08ca884c83be54d2
1010
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalProperties: 0.1.0
1717
constsAndDefaults: 0.1.2
18-
core: 4.4.0
18+
core: 4.4.1
1919
globalSecurity: 2.83.1
2020
globalServerURLs: 2.82.1
2121
unions: 2.82.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ if res.connection_response is not None:
304304
<!-- Start Custom HTTP Client [http-client] -->
305305
## Custom HTTP Client
306306

307-
The Python SDK makes API calls using the (requests)[https://pypi.org/project/requests/] HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
307+
The Python SDK makes API calls using the [requests](https://pypi.org/project/requests/) HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
308308

309309
For example, you could specify a header for every request that this sdk makes as follows:
310310
```python

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,4 +778,14 @@ Based on:
778778
### Generated
779779
- [python v0.44.1] .
780780
### Releases
781-
- [PyPI v0.44.1] https://pypi.org/project/airbyte-api/0.44.1 - .
781+
- [PyPI v0.44.1] https://pypi.org/project/airbyte-api/0.44.1 - .
782+
783+
## 2024-01-06 00:14:20
784+
### Changes
785+
Based on:
786+
- OpenAPI Doc 1.0.0
787+
- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy
788+
### Generated
789+
- [python v0.44.2] .
790+
### Releases
791+
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
python:
9-
version: 0.44.1
9+
version: 0.44.2
1010
author: Airbyte
1111
clientServerStatusCodesAsErrors: true
1212
description: Python Client SDK for Airbyte API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.44.1",
13+
version="0.44.2",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.44.1'
26-
gen_version: str = '2.225.2'
27-
user_agent: str = 'speakeasy-sdk/python 0.44.1 2.225.2 1.0.0 airbyte-api'
25+
sdk_version: str = '0.44.2'
26+
gen_version: str = '2.228.1'
27+
user_agent: str = 'speakeasy-sdk/python 0.44.2 2.228.1 1.0.0 airbyte-api'
2828
retry_config: RetryConfig = None
2929

3030
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)