Skip to content

Commit e2d8c23

Browse files
lazebnyioctavia-squidington-iii
authored andcommitted
🤖 minor bump Python CDK to version 5.3.0
1 parent 41b8585 commit e2d8c23

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+
## 5.3.0
4+
Connector builder: add flag to disable cache
5+
36
## 5.2.1
47
Fix error in incremental sync docs
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 = "5.2.1"
7+
version = "5.3.0"
88
description = "A framework for writing Airbyte Connectors."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)