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

source-zendesk-chat: migrate to poetry (#35185)

This commit is contained in:
Augustin
2024-02-13 11:08:07 +01:00
committed by GitHub
parent b262c00578
commit 0c9ee2e132
9 changed files with 1112 additions and 96 deletions

View File

@@ -80,6 +80,7 @@ The connector is restricted by Zendesk's [requests limitation](https://developer
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------- |
| 0.2.2 | 2024-02-12 | [35185](https://github.com/airbytehq/airbyte/pull/35185) | Manage dependencies with Poetry. |
| 0.2.1 | 2023-10-20 | [31643](https://github.com/airbytehq/airbyte/pull/31643) | Upgrade base image to airbyte/python-connector-base:1.1.0 |
| 0.2.0 | 2023-10-11 | [30526](https://github.com/airbytehq/airbyte/pull/30526) | Use the python connector base image, remove dockerfile and implement build_customization.py |
| 0.1.14 | 2023-02-10 | [24190](https://github.com/airbytehq/airbyte/pull/24190) | Fix remove too high min/max from account stream |