airbytehq / airbytehq/airbyte-api-python-sdk
Drop usage of dataclasses-json
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 61
- Fork
- 27
- Merge trung bình
- 4 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.