------
- Fix `discriminator` field in relevant classes and methods.
It would previously raise an error if the discriminator was provided.
- Fix an internal error when the API returns an unexpected status code.
- Fix unparsed TypingError.
Sometimes it would send "_UnionGenericAlias" in the error message instead of the actual field type. This was fixed by always parsing the field's type.
**Full Changelog**: https://github.com/Soheab/somerandomapi.py/compare/0.0.6...0.0.7