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 f558c9b commit 58f42e3Copy full SHA for 58f42e3
CHANGELOG.md
@@ -12,6 +12,15 @@
12
13
---
14
15
+[//]: # (START/v1.5.1)
16
+# v1.5.1
17
+
18
+## Fixes
19
+ * Fix default http client timeout. {#102}
20
+ * Update override http client timeout env var name in readme. {#105}
21
22
+---
23
24
[//]: # (START/v1.5.0)
25
# v1.5.0
26
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "onepasswordconnectsdk"
3
-version = "1.5.0"
+version = "1.5.1"
4
description = "Python SDK for 1Password Connect"
5
license = "MIT"
6
authors = ["1Password"]
0 commit comments