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.
2 parents 24f5778 + 18864b7 commit 463facfCopy full SHA for 463facf
CHANGELOG.md
@@ -12,6 +12,22 @@
12
13
---
14
15
+[//]: # (START/v2.0.0)
16
+# v2.0.0
17
+
18
+## 🔴 Breaking changes
19
+* Requires Python 3.10 or newer. {#125}
20
21
+## 🚀 Features
22
+ * Added ConfigClass for HTTPX to simplify configuration. {#118}
23
24
+## 🔧 Fixes
25
+ * Updated to HTTPX v0.28.1. {#121}
26
+ * Bumped certifi from 2023.7.22 to 2024.7.4. {#114}
27
+ * Bumped idna from 3.4 to 3.7. {#107}
28
29
+---
30
31
[//]: # (START/v1.5.1)
32
# v1.5.1
33
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "onepasswordconnectsdk"
3
-version = "1.5.1"
+version = "2.0.0"
4
description = "Python SDK for 1Password Connect"
5
license = "MIT"
6
authors = ["1Password"]
0 commit comments