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 70724f4 commit b3c1408Copy full SHA for b3c1408
prepline_general/api/app.py
@@ -14,7 +14,7 @@
14
app = FastAPI(
15
title="Unstructured Pipeline API",
16
summary="Partition documents with the Unstructured library",
17
- version=api_version,
+ version=str(api_version),
18
docs_url="/general/docs",
19
openapi_url="/general/openapi.json",
20
servers=[
0 commit comments