Update FastAPI documentation (0.86.0)

pull/1865/head
Simon Legner 2 years ago
parent 05c25309c7
commit 9237f677ca

@ -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.85.0' self.release = '0.86.0'
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