airbytehq / airbytehq/airbyte-api-python-sdk

Drop usage of dataclasses-json

未關閉
#137 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
61
分支
27
平均合併
4 分鐘
30 天內合併 PR
2

描述

The package uses both
`dataclasses-json` and `marshmallow`

https://github.com/airbytehq/airbyte-api-python-sdk/blob/9f75c7958de949d319836eeb883ed7f45b18a82a/setup.py#L32-L35

however `dataclasses-json` supports only `marshmallow` 3 and the package announced deprecation - see https://github.com/lidatong/dataclasses-json/issues/568 this doesn't allow to use `marshmallow` 4 with `airbyte-api-python-sdk`

The required action:
drop `dataclasses-json` as a dependency for this package

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。