Ivan Kirpichnikov
Ivan Kirpichnikov
I think I should have attached the MRE. All I know is winloop==0.1.6 was used together with psycopg[binary]==3.2.1. And the problem appeared when connecting to PostgreSQL. It may have appeared...
I implemented my thoughts in https://github.com/reagento/dishka/pull/238
I am faced with the problem that my inject decorators analyze kw-only parameters. Due to the fact that the standard auto inject integrations use the default inject, I have to...
I think we don't need monkey pathing here. It is enough to write your own `Generic` object that will be able to use `TypeVar` defaults At the moment, `typing_extensions` uses...
Is there any news on this bug? Should I send a pull request with a bug fix?
> @IvanKirpichnikov PRs welcome! We'll have to see how invasive the fix is; it only affects 3.9 (which is about to go EOL) and 3.10 (which is also getting towards...
It appears on versions
How look my edits in docs. (Before, after screens) # Dynamic subscriber ## For [aiokafka](https://faststream.ag2.ai/latest/getting-started/subscription/dynamic/#__tabbed_2_1) #### Before #### After ## For [confluent](https://faststream.ag2.ai/latest/getting-started/subscription/dynamic/#__tabbed_2_2) #### Before #### After ## For [rabbitmq](https://faststream.ag2.ai/latest/getting-started/subscription/dynamic/#__tabbed_2_3) ####...
I can bring a pull request with their addition.
> why do we need these, when you can just assert `x is True` etc.? ``` response.json() == IsDict(key=is True) ``` SyntaxError =D