Features
- Allow to configure the introspection query sent to recover the schema (402)
- Python 3.11 support (410)
Fixes
- Restrict urllib3 to versions 1.x (413)
This should fix the problems which appeared when requests version 2.30 bumped urllib3 to a 2.x version.
- DSLSchema transform type attribute assert into AttributeError (409)
- Fix typo response_headers in httpx transport (407)
- Allow alias on DSLMetaField (405)
- DOC minor typo (396)
- Switch ubuntu-latest to ubuntu-20.04 to fix github actions