Skip to content

Commit b3d5e22

Browse files
committed
Adds default request library version
1 parent 8004f1d commit b3d5e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/onepassword/defaults.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
DEFAULT_INTEGRATION_NAME = "Unknown"
66
DEFAULT_INTEGRATION_VERSION = "Unknown"
77
DEFAULT_REQUEST_LIBRARY = "reqwest"
8+
DEFAULT_REQUEST_LIBRARY_VERSION = "0.11.24"
89
DEFAULT_OS_VERSION = "0.0.0"
910

1011

@@ -17,7 +18,7 @@ def new_default_config(auth, integration_name, integration_version):
1718
"integrationName": integration_name,
1819
"integrationVersion": integration_version,
1920
"requestLibraryName": DEFAULT_REQUEST_LIBRARY,
20-
"requestLibraryVersion": platform.python_version(),
21+
"requestLibraryVersion": DEFAULT_REQUEST_LIBRARY_VERSION,
2122
"os": platform.system().lower(),
2223
"osVersion": DEFAULT_OS_VERSION,
2324
"architecture": platform.machine(),

0 commit comments

Comments
 (0)