Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@

---

[//]: # (START/v2.0.0)
# v2.0.0

## 🔴 Breaking changes
* Requires Python 3.10 or newer. {#125}

## 🚀 Features
* Added ConfigClass for HTTPX to simplify configuration. {#118}

## 🔧 Fixes
* Updated to HTTPX v0.28.1. {#121}
* Bumped certifi from 2023.7.22 to 2024.7.4. {#114}
* Bumped idna from 3.4 to 3.7. {#107}

---

[//]: # (START/v1.5.1)
# v1.5.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onepasswordconnectsdk"
version = "1.5.1"
version = "2.0.0"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down
Loading