update to python fastpi

This commit is contained in:
Iliyan Angelov
2025-11-16 15:59:05 +02:00
parent 93d4c1df80
commit 98ccd5b6ff
4464 changed files with 773233 additions and 13740 deletions

View File

@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.21) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2025-03-13T12:48:15+0100",
"dirty": false,
"error": null,
"full-revisionid": "2a6593d840ad153a16ebdd4f9b772b290494f3e3",
"version": "0.19.1"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)