Update FastAPI documentation (0.111.1)

pull/2289/head
Simon Legner 6 months ago
parent 7f9c78cd44
commit 01df1f62e8

@ -2,7 +2,7 @@ module Docs
class Fastapi < UrlScraper class Fastapi < UrlScraper
self.name = 'FastAPI' self.name = 'FastAPI'
self.type = 'fastapi' self.type = 'fastapi'
self.release = '0.100.1' self.release = '0.111.1'
self.base_url = 'https://fastapi.tiangolo.com/' self.base_url = 'https://fastapi.tiangolo.com/'
self.root_path = '/' self.root_path = '/'
self.links = { self.links = {

Loading…
Cancel
Save