We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9c78c commit 01df1f6Copy full SHA for 01df1f6
lib/docs/scrapers/fastapi.rb
@@ -2,7 +2,7 @@ module Docs
2
class Fastapi < UrlScraper
3
self.name = 'FastAPI'
4
self.type = 'fastapi'
5
- self.release = '0.100.1'
+ self.release = '0.111.1'
6
self.base_url = 'https://fastapi.tiangolo.com/'
7
self.root_path = '/'
8
self.links = {
0 commit comments