Daniel Knell
Daniel Knell
## Description Adds a generic `Query` type that can be extended to define the return type of dispatching the query. Fixes #99 ## Motivation and Context The current `Any` response...
## Description The return type of a query is currently defined as `Any`, this prevents type-checking, and also limits auto-completion in IDEs. ## Context By being able to specify the...
## Description Allow registering regular functions as handlers. ## Context Sometimes asynchronous options are not available for handling a request, to handle these cases it would be useful to be...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue https://python-poetry.org/docs/configuration/ specifies which methods are availible to configure poetry, but...