Skip to content

Commit

Permalink
Bump Python package from 0.3.4 to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret committed Jul 17, 2024
1 parent 2cecd8a commit 0fad381
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.5

- Bump idna from 3.4 to 3.7
- Bump requests from 2.31.0 to 2.32.0
- Bump urllib3 from 2.0.7 to 2.2.2
- Bump certifi from 2023.7.22 to 2024.7.4
- Bump setuptools from 68.2.2 to 70.0.0

## 0.3.4

* Bump black from 22.12.0 to 24.3.0.
- Bump black from 22.12.0 to 24.3.0

## 0.3.3

* Bump cryptography from 42.0.0 to 42.0.4 to address security vulnerabilities.
- Bump cryptography from 42.0.0 to 42.0.4 to address security vulnerabilities.

## 0.3.2

* Update dependencies.
- Update dependencies.

## 0.2.3

* Improves error handling when parsing and invalid signature.
- Improves error handling when parsing and invalid signature.

## 0.2.1

* When verifying permit signed/verified path single trailing slash mismatches.
* Add `path` arg assertions to `TlVerifier.set_path(...)` & `TlSigner.set_path(...)`.
* Add `JwsHeader` `dataclass`.
- When verifying permit signed/verified path single trailing slash mismatches.
- Add `path` arg assertions to `TlVerifier.set_path(...)` & `TlSigner.set_path(...)`.
- Add `JwsHeader` `dataclass`.

## 0.1.1

* Added `sign_with_pem and verify_with_pem`.
- Added `sign_with_pem and verify_with_pem`.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truelayer-signing"
version = "0.3.4"
version = "0.3.5"
description = "Produce & verify TrueLayer API requests signatures"
authors = ["tl-flavio-barinas <flavio.barinas@truelayer.com>"]
license = "Apache-2.0 or MIT"
Expand Down

0 comments on commit 0fad381

Please sign in to comment.