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

test(source-notion): Fix Pydantic errors (#40498)

This commit is contained in:
Anatolii Yatsuk
2024-06-26 17:31:35 +03:00
committed by GitHub
parent e306cc5995
commit 6b36211e7c
4 changed files with 4 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ The connector is restricted by Notion [request limits](https://developers.notion
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------|
| 3.0.6 | 2024-06-25 | [40498](https://github.com/airbytehq/airbyte/pull/40498) | Fix Pydantic error - add missing type annotation for `max_cursor_time` |
| 3.0.5 | 2024-06-04 | [38871](https://github.com/airbytehq/airbyte/pull/38871) | Refactor: use `client_side_incremental` feature |
| 3.0.4 | 2024-06-06 | [38798](https://github.com/airbytehq/airbyte/pull/38798) | Implement CheckpointMixin for state handling |
| 3.0.3 | 2024-06-06 | [39204](https://github.com/airbytehq/airbyte/pull/39204) | [autopull] Upgrade base image to v1.2.2 |