File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 2222"""
2323
2424
25- < << << << HEAD
26- app = FastAPI (
27- title = 'Depex' ,
28- description = DESCRIPTION ,
29- version = '0.6.1' ,
30- contact = {
31- 'name' : 'Antonio Germán Márquez Trujillo' ,
32- 'url' : 'https://github.com/GermanMT' ,
33- 34- },
35- license_info = {
36- 'name' : 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ,
37- 'url' : 'https://www.gnu.org/licenses/gpl-3.0.html' ,
38- },
39- )
40-
41-
42- @app .on_event ("startup" )
43- async def startup_event () -> None :
44- == == == =
4525@asynccontextmanager
4626async def lifespan (app : FastAPI ) -> None :
47- > >> >> >> develop
4827 while True :
4928 try :
5029 await create_indexes ()
@@ -63,7 +42,7 @@ async def lifespan(app: FastAPI) -> None:
6342app = FastAPI (
6443 title = "Depex" ,
6544 description = DESCRIPTION ,
66- version = "0.6.0 " ,
45+ version = "0.6.1 " ,
6746 contact = {
6847 "name" : "Antonio Germán Márquez Trujillo" ,
6948 "url" : "https://github.com/GermanMT" ,
You can’t perform that action at this time.
0 commit comments