File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.1 .0"
2+ "." : " 1.2 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 9
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-2ddaae177bc94196ef55d0ce832c2bf9d2b17c0fde6c158727009f89db2511b0 .yml
3- openapi_spec_hash : 5e8c6c12fec6682beeb3f799e94f7a3a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-f0038c91e290e6ffce873f627e8fb548c35aea1d7fa2e317997b151c159049e3 .yml
3+ openapi_spec_hash : 735905a92f106aae48c80635729f44c1
44config_hash : 3745e90e1c879ca82ecfade8dfd108df
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2025-04-02)
4+
5+ Full Changelog: [ v1.1.0...v1.2.0] ( https://github.com/openintegrations/python-sdk/compare/v1.1.0...v1.2.0 )
6+
7+ ### Features
8+
9+ * ** docs:** updating documented docs for stainless ([ #51 ] ( https://github.com/openintegrations/python-sdk/issues/51 ) ) ([ bd825cf] ( https://github.com/openintegrations/python-sdk/commit/bd825cf2d45569599927a6cd7cb4f70f8c56df50 ) )
10+
311## 1.1.0 (2025-04-02)
412
513Full Changelog: [ v1.0.0...v1.1.0] ( https://github.com/openintegrations/python-sdk/compare/v1.0.0...v1.1.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " openint"
3- version = " 1.1 .0"
3+ version = " 1.2 .0"
44description = " The official Python library for the Openint API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -501,6 +501,8 @@ def delete_connection(
501501 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
502502 ) -> DeleteConnectionResponse :
503503 """
504+ Delete a connection
505+
504506 Args:
505507 id: The id of the connection, starts with `conn_`
506508
@@ -1308,6 +1310,8 @@ async def delete_connection(
13081310 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
13091311 ) -> DeleteConnectionResponse :
13101312 """
1313+ Delete a connection
1314+
13111315 Args:
13121316 id: The id of the connection, starts with `conn_`
13131317
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "openint"
4- __version__ = "1.1 .0" # x-release-please-version
4+ __version__ = "1.2 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments