airbytehq / airbytehq/airbyte-api-python-sdk

Drop usage of dataclasses-json

Abierto
#137 4 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
61
Forks
27
Merge medio
4 min
PR fusionados (30 d)
2

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.