Skip to content

Commit

Permalink
🤖 major bump Python CDK to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored and octavia-squidington-iii committed Jun 21, 2024
1 parent fc12432 commit 7cfb9e9
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

## 2.0.0
Update dependency to pydantic v2, and dependency to pydantic v2 models. See [migration guide](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/cdk-migrations.md) for more details.

## 1.8.0
low-code: Add is_compare_strictly flag to DatetimeBasedCursor

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 = "1.8.0"
version = "2.0.0"
description = "A framework for writing Airbyte Connectors."
authors = ["Airbyte <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7cfb9e9

Please sign in to comment.