-
Notifications
You must be signed in to change notification settings - Fork 24
Drop usage of dataclasses-json #137
Copy link
Copy link
Open
Description
The package uses both
dataclasses-json and marshmallow
airbyte-api-python-sdk/setup.py
Lines 32 to 35 in 9f75c79
| "dataclasses-json>=0.6.4", | |
| "idna>=3.4", | |
| "jsonpath-python>=1.0.6", | |
| "marshmallow>=3.19.0", |
however dataclasses-json supports only marshmallow 3 and the package announced deprecation - see lidatong/dataclasses-json#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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.