-
Was looking at your benchmarks, and noticed you implemented your own server, which is a bit of a mess, because I'm pretty sure some connection weren't being closed by fiberhttp. Anyway, that's beside …
-
**Describe the bug**
The Basic Authentication implementation in stac-fastapi-elasticsearch is not working as expected. When configuring multiple user credentials through STAC_FASTAPI_ROUTE_DEPENDENCI…
-
### Description of the bug | 错误描述
fastapi部署时,返回结果出错,显示如下:
Failed to fetch.
Possible Reasons:
CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.
### How to reproduce t…
-
Hi there,
Thanks for sharing this. we are probably a good number of people re-implementing this with FastAPi and Zitadel all over.
But this is probably a good starter for somebody looking at this.…
-
### Describe the issue
I would expect `fastapi` cmd to work with `mkPoetryEnv` and the latest `fastapi[standard]`, but it does not.
`poetry run fastapi` does not find a command. I can see `fas…
-
Follow-up of https://github.com/Colin-b/pytest_httpx/issues/144#issuecomment-2071887265
----
The following example works with pytest-httpx 0.26 but fails with pytest-httpx 0.30:
```python
im…
-
You have this command to start the server in your README `uvicorn main:app --reload`, it should be `uvicorn churn:app --reload` as the entry point script is `churn.py`, not `main.py`
-
Given the issues with latency and server timeouts now due to some blocking aspects of the Selenium functions in the Flask API routes, switching from Flask to FastAPI should help reduce latency and mai…
-
FastAPI does everything that Flask can and is strictly superior when it comes to defining APIs (automatic OpenAPI).
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…