1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🤖 patch bump Python CDK to version 4.0.1

This commit is contained in:
aldogonzalez8
2024-07-29 17:32:41 +00:00
committed by Octavia Squidington III
parent 5c1fe7a0c4
commit da2ac1c7bd
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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"