The package uses both
dataclasses-json and marshmallow
|
"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
The package uses both
dataclasses-jsonandmarshmallowairbyte-api-python-sdk/setup.py
Lines 32 to 35 in 9f75c79
however
dataclasses-jsonsupports onlymarshmallow3 and the package announced deprecation - see lidatong/dataclasses-json#568 this doesn't allow to usemarshmallow4 withairbyte-api-python-sdkThe required action:
drop
dataclasses-jsonas a dependency for this package