Alexander Zinov
Alexander Zinov
The problem is reproducible with: ```python from fastapi_responses import custom_openapi from fastapi import FastAPI, HTTPException from sqlalchemy import exists app = FastAPI() app.openapi = custom_openapi(app) @app.get("/{item_id}") def get_item(item_id: int): exists...
Please, consider marking these stubs as `partial` per [PEP-561](https://peps.python.org/pep-0561/#partial-stub-packages). Otherwise, Pylance, for example, reports all untyped imports as missing (try `from celery.backends.database.models import TaskExtended`).
# My setup I should note that my setup is different from the one suggested in [README.md](https://github.com/pulp-platform/ara/blob/a9d8ed5007fe6e3b0916e75fb3326c57dc2ddc97/README.md) in two ways: - I'm using Verilator v4.222 since I've been unable to...
Fix a bug in help command which leads to an unavoidable crash.
This PR improves type hints by: - adding type parameters to `fastapi_users.authentication.authenticator.Authenticator` - passing through type parameters to `fastapi_users.authentication.backend.AuthenticationBackend` in several places where they were missing - adding `Any` type...
## Describe the bug In the `FastAPIUsers` class `AuthenticationBackend` is used without specifying type parameters. ## To Reproduce Steps to reproduce the behavior: 1. Open the [official SQLAlchemy example](https://github.com/fastapi-users/fastapi-users/tree/6ac64ad293c39d14f5b226fd3a85c78d52add04b/examples/sqlalchemy). 2....
WebAssembly support for Flutter web has been available on the Flutter stable channel since Flutter 3.22. Please, consider adding WASM support to the package. The issue currently lies with the...
The implementation is intentionally kept as close to the original as possible. Closes #431