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 b358923 commit 1ac3914Copy full SHA for 1ac3914
renku/ui/service/serializers/version.py
@@ -21,7 +21,7 @@ class VersionResponse(Schema):
21
"""Version response schema."""
22
23
latest_version = fields.String()
24
- supported_project_version = fields.Number()
+ supported_project_version = fields.Integer()
25
minimum_api_version = fields.String()
26
maximum_api_version = fields.String()
27
0 commit comments