dbt-labs / hologram

A library for automatically generating Draft 7 JSON Schemas from Python dataclasses
MIT License
9 stars 13 forks source link

Change from python-dateutil to types-python-dateutil #46

Closed leahwicz closed 2 years ago

leahwicz commented 2 years ago

We aren't running CI on this often (last time was 7 months ago) and there seems to be a change with using python-dateutil and instead the CI fails saying use types-python-dateutil

CI failure: https://app.circleci.com/pipelines/github/dbt-labs/hologram/158/workflows/130bcf0c-3f8e-43ad-be93-e6cfa58fc2e3/jobs/315

New package details explain its a stub package for the python-dateutil package: https://pypi.org/project/types-python-dateutil/

I ran locally and it builds and passes pytest with this

praveerk commented 2 years ago

Hi, Is it possible to resolve these conflicts and merge the branch ?

leahwicz commented 2 years ago

@praveerk I'm very sorry for the delay! We are moving on releasing this now