You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deployed v1.0-beta-12 on our kubernets cluster, I get the following error from the application:
Traceback (most recent call last):
File "/app/main.py", line 2, in <module>
from app import app
File "/app/app/app.py", line 12, in <module>
app = FastAPI(
File "/usr/local/lib/python3.9/site-packages/fastapi/applications.py", line 130, in __init__
assert self.version, "A version must be provided for OpenAPI, e.g.: '2.1.0'"
AssertionError: A version must be provided for OpenAPI, e.g.: '2.1.0'
The text was updated successfully, but these errors were encountered:
When I deployed v1.0-beta-12 on our kubernets cluster, I get the following error from the application:
The text was updated successfully, but these errors were encountered: