Skip to content

Commit

Permalink
🤖 patch bump Python CDK to version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 authored and octavia-squidington-iii committed Jul 30, 2024
1 parent 9a1520b commit 1d24db9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions airbyte-cdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.2
Add ability to stop stream when retry-after is greater than a duration

## 4.0.1
Fix case where stream wont have a state attribute and needs to resolve get_updated_state

Expand Down
2 changes: 1 addition & 1 deletion airbyte-cdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-cdk"
version = "4.0.1"
version = "4.0.2"
description = "A framework for writing Airbyte Connectors."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand Down

0 comments on commit 1d24db9

Please sign in to comment.