2.0 breaks tests for /docs #3721
-
QuestionMy CI for https://github.com/WolfgangFahl/nicegui_widgets breaks when using latest 2.x version. which has been running fine for 1 1/2 years now. What might be the cause for the unexpected break?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Do you try to use |
Beta Was this translation helpful? Give feedback.
-
https://github.com/zauberzeug/nicegui/releases mentions the change. I have adapted https://github.com/WolfgangFahl/nicegui_widgets/blob/96f5aa60f12ab802bb7b96cd21de28130de55f7c/ngwidgets/webserver.py#L38 accordingly to keep the old behavior as default. |
Beta Was this translation helpful? Give feedback.
Do you try to use
ui.run(fastapi_docs=True)
?In 2.0, fastapi docs is disabled defaultly.
Maybe it is the reason.