Skip to content

Commit b3c1408

Browse files
committed
Cast str
1 parent 70724f4 commit b3c1408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepline_general/api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
app = FastAPI(
1515
title="Unstructured Pipeline API",
1616
summary="Partition documents with the Unstructured library",
17-
version=api_version,
17+
version=str(api_version),
1818
docs_url="/general/docs",
1919
openapi_url="/general/openapi.json",
2020
servers=[

0 commit comments

Comments
 (0)