Skip to content

Commit 76ab11f

Browse files
girardaoctavia-squidington-iii
authored andcommitted
🤖 major bump Python CDK to version 1.0.0
1 parent 0ceb769 commit 76ab11f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

airbyte-cdk/python/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.0
4+
Delete deprecated AirbyteLogger, AirbyteSpec, and Authenticators + move public classes to the top level init file. See [migration guide](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/cdk-migrations.md) for more details.
5+
36
## 0.90.0
47
Python CDK: Adds HttpClient, ErrorHandler, and related interfaces.
58

airbyte-cdk/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "airbyte-cdk"
7-
version = "0.90.0"
7+
version = "1.0.0"
88
description = "A framework for writing Airbyte Connectors."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)