Marek Czaplicki
Marek Czaplicki
Correct `RvspTerm` to `RsvpTerm`.
## What do these changes do? It allows passing `items` (key/value pairs as a list) to `hset`. ## Are there changes in behavior for the user? No regression, just new...
### Is your feature request related to a problem? I'm always frustrated when I have to create a mapping of all keys to values. ### Describe the solution you'd like...
## What do these changes do? Allows to use a coroutine to get a ttl. ## Are there changes in behavior for the user? No, only new functionality ## Related...
### What happened? ``` ERROR (Thread-4) [custom_components.ble_monitor] HCIdump thread: Something wrong - interface hci0 not ready, and will be skipped for current scan period. ``` I'm trying to set up...
## Description Make aredis not pass `loop` to asyncio function that don't accept it anymore. https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_connection https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.open_unix_connection https://github.com/NoneGG/aredis/issues/207
**Describe the bug** Receiving an error when using `@declared_attr` decorator on `__tablenane__` class method. **Expected behavior** Not receiving an error. **To Reproduce** ```py from uuid import UUID, uuid4 from sqlalchemy...
**Describe the bug** We have a statically typed dictionary that has values of type `Cast[Decimal]` & it seems to be valid, since we cast column value to `FLOAT`. But the...
Running `liccheck` on this `requirements.txt` ``` alembic==1.8.1 anyio==3.6.1 aredis==1.1.8 certifi==2022.6.15.2 click==8.1.3 colorama==0.4.5 fastapi==0.83.0 greenlet==1.1.3 h11==0.12.0 httpcore==0.15.0 httpx==0.23.0 idna==3.4 importlib-metadata==4.2.0 importlib-resources==5.9.0 mako==1.2.2 markupsafe==2.1.1 pydantic==1.10.2 rfc3986[idna2008]==1.5.0 sentry-sdk==1.9.8 sniffio==1.3.0 sqlalchemy-utils==0.38.3 sqlalchemy==1.4.41 starlette==0.19.1 typing-extensions==4.3.0...