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 ca8850d commit 7ab1087Copy full SHA for 7ab1087
uid2_client/request_response_util.py
@@ -15,7 +15,7 @@ def auth_headers(auth_key):
15
try:
16
version = pkg_resources.get_distribution("uid2_client").version
17
except Exception:
18
- version = "0"
+ version = "non-packaged-mode"
19
20
return {'Authorization': 'Bearer ' + auth_key,
21
"X-UID2-Client-Version": "uid2-client-python-" + version}
0 commit comments