Skip to content

Commit 8004f1d

Browse files
committed
fixes #37
Uses the correct default reqwest library
1 parent b8c5e74 commit 8004f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SDK_VERSION = "0010010" # v0.1.0-beta.10
55
DEFAULT_INTEGRATION_NAME = "Unknown"
66
DEFAULT_INTEGRATION_VERSION = "Unknown"
7-
DEFAULT_REQUEST_LIBRARY = "net/http"
7+
DEFAULT_REQUEST_LIBRARY = "reqwest"
88
DEFAULT_OS_VERSION = "0.0.0"
99

1010

0 commit comments

Comments
 (0)