José M. Prieto
José M. Prieto
Dear Team, According to the [SQLAlchemy official site](https://docs.sqlalchemy.org/en/14/dialects/index.html), the dialect `sqlalchemy-hana` is only supported until version 1.3. Since the [version 1.3 is now in `Maintenance`](https://www.sqlalchemy.org/download.html#relstatus) and hence (I guess) it...
Proposed solutions to the following issues opened by myself: - Issue #97 - Issue #98 Linting and test checks are all passed after modifications. Please take a look and hope...
Dear `aioauth` Team, I would like to bring into your attention that the implementation of the _Implicit Grant Type_ in `aioauth` is not fully compliant with the specification described in...
Hi `aioauth` Team, The `get` method of the class `aioauth.collections.HTTPHeaderDict` is not case-insensitive. Due to this, the `create_token_response` method of the `aioauth.server.AuthorizationServer` is unable to authenticate the client based on...
# Summary Proposal to add `taskName` as a callsite parameter (see issue #693). # Pull Request Check List - [X] Do **not** open pull requests from your `main` branch –...
Hello, As of Python 3.12, the standard library `logging` added a new attribute `taskName` (see [here](https://docs.python.org/3.12/library/logging.html#logrecord-attributes)). Is there any plan to add this attribute as well to structlog at some...