keleshev / schema

Schema validation just got Pythonic
MIT License
2.86k stars 214 forks source link

New release expectation? #308

Closed tyctor closed 5 months ago

tyctor commented 7 months ago

Hi do you plan new release? Or how to install your package from github repo? when i put schema@git+https://github.com/keleshev/schema.git to my pyproject.toml or i do

pip install schema@git+https://github.com/keleshev/schema.git

it is not being installed correctly (only schema-0.7.5.-dist-info folder, but no schema.py file)

evgenii-moriakhin commented 6 months ago

same problem with install from direct reference

I think this is due to the presence of pyproject.toml file with no metadata about the package installation

jbq commented 5 months ago

Hi, the last version is from about three years ago. I'd love to have type linting with mypy, and this has been implemented in the code but not released. Any chance we can have a new one? Thanks :-)

skorokithakis commented 5 months ago

Yep, I'll see if I can make a new release!

skorokithakis commented 5 months ago

Released 0.7.6, please let me know if there are any issues.

skorokithakis commented 5 months ago

I yanked the release as it breaks the import. If someone can fix this error, I can release again.