🤖 patch bump Python CDK to version 4.0.1
This commit is contained in:
committed by
Octavia Squidington III
parent
5c1fe7a0c4
commit
da2ac1c7bd
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.0.1
|
||||
Fix case where stream wont have a state attribute and needs to resolve get_updated_state
|
||||
|
||||
## 4.0.0
|
||||
General performance enhancement
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "airbyte-cdk"
|
||||
version = "4.0.0"
|
||||
version = "4.0.1"
|
||||
description = "A framework for writing Airbyte Connectors."
|
||||
authors = ["Airbyte <contact@airbyte.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user