Max Rausch-Dupont

Results 3 issues of Max Rausch-Dupont

Formatting flags like `hyphenate` are only working when the formatter is set on the base `Wrapper` ```python base = tortilla.wrap('api.example.org', hyphenate=True) base.hyphenated_endpoint # GET api.example.org/hyphenated-endpoint # however base = tortilla.wrap('api.example.org')...

During the inactivity I decided to make ormantic compatible with the latest version of pydantic and fix some errors. Feel free to merge this.