1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🤖 patch bump Python CDK to version 5.10.3

This commit is contained in:
artem1205
2024-10-07 12:26:39 +00:00
committed by Octavia Squidington III
parent 7514e231df
commit 72152867f7
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 5.10.3
do not raise exception on missing stream by default
## 5.10.2
Remove PrintBuffer optimization due to dropped records

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
version = "5.10.2"
version = "5.10.3"
description = "A framework for writing Airbyte Connectors."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"