lexiq-legal / pydantic_schemaorg

Schema.org classes in pydantic
MIT License
56 stars 15 forks source link

Updated to schemaorg-15.0 #9

Closed raratiru closed 1 year ago

raratiru commented 1 year ago

This pull request addresses #8 in the following way:

1) Updates pyproject.toml:

* Set least python version to ^3.8 because the resolution of dependencies was failing.
* Updated to `pydantic-1.10.2`
* Added `jinja2` to the dev dependencies
* Updated to `black-22.12`
* Used the new group notation for `tool.poetry.group.dev.dependencies`

2) Updates the code-base to schemaorg-15.0 3) Reformats the new files with black