fastapi-chat
fastapi-chat copied to clipboard
Real-time chat with FastAPI, Websockets and SQLAlchemy2
Results
2
fastapi-chat issues
Sort by
recently updated
recently updated
newest added
Hi, it seems that the picture message function is not working, can you give me a solution? Thanks a lot
Python version is defined to `3.11.3` in the `pyproject.toml` ```toml ... [tool.poetry.dependencies] python = "3.11.3" fastapi = "^0.103.1" pydantic = {extras = ["email"], version = "^2.3.0"} uvicorn = "^0.23.2" ......