Skip to content

Commit

Permalink
update fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 13, 2024
1 parent 3bdacdf commit 37cbf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"elasticsearch[async]==8.15.1",
"opensearch-py[async]==2.7.1",
"boto3>=1.34.144,<1.36.0",
"fastapi==0.112.0",
"fastapi==0.114.1",
"uvicorn[standard]==0.30.6",
"httpx[http2]==0.27.2",
"python-multipart==0.0.9",
Expand Down
2 changes: 1 addition & 1 deletion yente/routers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Data source or collection name to be queries",
examples=["default"],
)
QUERY_PREFIX = Query("", min_length=1, description="Search prefix")
QUERY_PREFIX = Query("", min_length=0, description="Search prefix")
TS_PATTERN = r"^\d{4}-\d{2}-\d{2}(T\d{2}(:\d{2}(:\d{2})?)?)?$"
ALGO_LIST = ", ".join([a.NAME for a in ALGORITHMS])
ALGO_HELP = (
Expand Down

0 comments on commit 37cbf92

Please sign in to comment.