Jonas Krüger Svensson
Jonas Krüger Svensson
I've submitted a PR here https://github.com/tiangolo/fastapi/pull/5614. I'll update this thread whenever I get a reply there.
@Pkumar-1988 , we have to wait for FastAPI maintainers (tiangolo specifically) to respond first. If they accept and merge, I'll have to edit how we handle scopes in this package,...
That's interesting, thanks! I'm tempted to close this with that solution, since the PR isn't going anywhere.
Thank you so much. I think we could add this to all the docs, and then close this issue. I'll see if we can do it together with #150.
Right now both pydantic v1 and v2 works. How ever, as stated in other issues, I don't really plan on supporting v1 pydantic other than on a backport branch for...
Awesome, thanks. I'll do my best to get to your PRs this weekend. 😊
I'm closing this - it's really a feature request to FastAPI, and I've tried to submit a PR which hasn't been accepted for years. Sorry!
Hi, I haven't looked at websockets much, but I'll try to check this out tomorrow. Does it work on newer versions such as 0.103.2?
I’m sorry, I didn’t get to this today, but as far as I can see, it’s been added a way to natively use dependencies and websockets: https://github.com/tiangolo/fastapi/releases/tag/0.97.0 I suspect you...
Ouf, I see. That's not great, good someone caught it. We'll have to add custom support then, since the request object is essential for the current dependency. There's some design...