Update FastAPI documentation (0.95.0)

pull/1955/head
Simon Legner 2 years ago
parent 81d83fef2c
commit 9e5943ff8a

@ -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.88.0' self.release = '0.95.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