File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ async def custom_swagger_ui_html():
9595 """
9696
9797# remove 422 responses
98- async def remove_422_responses ():
98+ def remove_422_responses ():
9999 openapi_schema = app .openapi ()
100100 for path , path_item in openapi_schema ["paths" ].items ():
101101 for method , operation in path_item .items ():
102102 operation ["responses" ].pop ("422" , None )
103103 app .openapi_schema = openapi_schema
104104
105- app . add_event_handler ( "startup" , remove_422_responses )
105+ remove_422_responses ( )
106106
107107#custom error handler
108108@app .exception_handler (CustomException )
Original file line number Diff line number Diff line change 22
33- Upgrade Moodle to version 5.1.3
44- Upgrade deployment and fix CVE-2026 -33186 and CVE-2026 -1229
5+ - Upgrade apphub to 0.2.7 and fix FastAPI compatibility issue
Original file line number Diff line number Diff line change 1- APPHUB_VERSION = 0.2.6
1+ APPHUB_VERSION = 0.2.7
22DEPLOYMENT_VERSION = 2.39.1
33GIT_VERSION = 1.25.5
44PROXY_VERSION = 2.12.7
Original file line number Diff line number Diff line change 55
66FROM python:3.10-slim-bullseye
77LABEL maintainer="Websoft9<help@websoft9.com>"
8- LABEL version="0.2.6 "
8+ LABEL version="0.2.7 "
99
1010WORKDIR /websoft9
1111
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.2.14 " ,
2+ "version" : " 2.2.15 " ,
33 "plugins" : {
44 "portainer" : " 0.1.4" ,
55 "nginx" : " 0.1.0" ,
You can’t perform that action at this time.
0 commit comments