We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a741a44 + 99ae41a commit 969edcdCopy full SHA for 969edcd
CHANGELOG.md
@@ -12,6 +12,19 @@
12
13
---
14
15
+[//]: # (START/v1.4.1)
16
+# v1.4.1
17
+
18
+Credits to @mjpieters for the contribution! :rocket:
19
20
+## Fixes
21
+ * Undeclared dependency: six (in generated code). {#85}
22
+ * Leave JSON encoding to HTTPX. {#87}
23
+ * Correct function name in documentation. {#90}
24
+ * Update example main.py to handle 'n' input. {#91}
25
26
+---
27
28
[//]: # "START/v1.4.0"
29
30
# v1.4.0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "onepasswordconnectsdk"
3
-version = "1.4.0"
+version = "1.4.1"
4
description = "Python SDK for 1Password Connect"
5
license = "MIT"
6
authors = ["1Password"]
0 commit comments