Open itopaloglu83 opened 1 month ago
My first thought is that this happens through a package on which we depend (which in turn depends on websockets) - possibly FastAPI. In that case, I think an upgrade of that package might solve the issue.
This is being discussed in upstream: https://github.com/encode/uvicorn/discussions/2476
Duplicate Check
Describe the bug
Running the default empty app in web version results in a deprecation warning.
Code sample
Code
```python import flet as ft def main(page: ft.Page): page.add(ft.SafeArea(ft.Text("Hello, Flet!"))) ft.app(main) ```To reproduce
flet run --web
Expected behavior
Clear terminal output.
Screenshots / Videos
Captures
``` flet-tut % flet run --web http://127.0.0.1:57765 /Users/Operating System
macOS
Operating system details
Sonoma 14.6.1
Flet version
0.24.1
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
No response
Additional details
No response