phillipdupuis / pydantic-to-typescript

CLI Tool for converting pydantic models into typescript definitions
MIT License
285 stars 48 forks source link

PyPI v1.0.7 doesn't match GitHub tagged release #12

Closed DarkAce65 closed 2 years ago

DarkAce65 commented 3 years ago

Hi, me again :sweat_smile:, I just updated my project to version 1.0.7 and noticed that the logging change (#6) didn't seem to make it to PyPI. The zip file on the GitHub release matches the source but the tar file seems to be some commits behind. Could the published package be updated to match the GitHub release?

JensPfeifle commented 3 years ago

Hello, just ran into this as well. Version 1.0.7 from PyPI includes the eslint-disable flag and but not the logging fix.

DarkAce65 commented 2 years ago

Gentle bump on this @phillipdupuis if you wouldn't mind updating the published package!

phillipdupuis commented 2 years ago

Hi @DarkAce65 , thank you for the patience with this one 😬 I should have done it MUCH sooner. It should be fixed now, though - I just published v1.0.8 to pypi and it includes the logging change