Privileged issue I'm @tiangolo or he asked me directly to create an issue here. Issue Content Reproduce create FastAPI app create route with status code 204 No Content add return type None to said route add future annotations (PEP 649) f...
😅 When creating a new issue the form tells you that for questions, it should be in Discussions: https://github.com/tiangolo/fastapi/discussions/categories/questions For now, I'll close this one. ☕ ️ 2 tiangolo closed this as completed Jun 30, 2023 ...
fromfastapiimportFastAPIfrompydanticimportBaseModelfromuuidimportuuid4fromcollectionsimportdequefromstarlette.statusimportHTTP_201_CREATED,HTTP_202_ACCEPTED# see https://github.com/encode/starlette/blob/master/starlette/status.pyqueues=dict(pending=deque(),working=deque(),finished=deque() )defget_job(id:s...
I tried: verify = False didnt help. More info: Also I use this with fastapi and adding as a backgroundTask. fastapi==0.103.1 requests==2.31.0 👍3johann2357, Hzaikb, and iftachAvital reacted with thumbs up emoji 👍 Hsgngraddedactions/autoclose-qaUsed for automation to auto-close an...
fastapi/routing.py", line 301, in app faqgen-backend-server | raw_response = await run_endpoint_function( faqgen-backend-server | ^^^ faqgen-backend-server | File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 212, in run_endpoint_function faqgen-backend-server ...
│ │ │ /opt/airflow/airflow/api_fastapi/execution_api/routes/xcoms.py:228 in set_xcom │ │ │ │ 225 │ │ │ 226 │ # We use `BaseXCom.set` to set XComs directly to the database, bypassing the XCom Ba │ │ 227 │ try: │ ...
[websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 403] #6605 Closed 1 task Contributor Author pseudotensor commented Nov 30, 2023 Even with the work-arounds I did so far, still hit this and get hangs: Traceback (most recent call last): File "/home/...