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 86ccf5d commit 6fe7d6bCopy full SHA for 6fe7d6b
api/common/decorators.py
@@ -1,5 +1,5 @@
1
from .siibra_api_typing import ROLE_TYPE
2
-from api.common import logger
+from api.common.logger import logger
3
from functools import wraps, partial
4
import inspect
5
import asyncio
requirements/server.txt
@@ -8,4 +8,6 @@ uvicorn[standard]
8
redis
9
diskcache
10
celery[redis]==5.2.6
11
-prometheus-client
+prometheus-client<0.22.0
12
+# https://github.com/prometheus/client_python/commit/33e682846b2d8f60ea34fc60c41b448b22405c4a
13
+# broke import, thus pinning to <0.22.0. not broken why fix it?
0 commit comments