We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6659ad commit 9781dd5Copy full SHA for 9781dd5
airbyte-cdk/python/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 5.5.2
4
+Fix pandas missing dependency
5
+
6
## 5.5.1
7
Bug fix: Return a connection status failure on an expected check failure
8
airbyte-cdk/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "airbyte-cdk"
-version = "5.5.1"
+version = "5.5.2"
description = "A framework for writing Airbyte Connectors."
9
authors = ["Airbyte <contact@airbyte.io>"]
10
license = "MIT"
0 commit comments