Skip to content

Commit cfc4787

Browse files
authored
Remove cryptography pin (#24)
1 parent 8f48b74 commit cfc4787

File tree

3 files changed

+63
-54
lines changed

3 files changed

+63
-54
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
***Fixed:***
12+
13+
- Relax the allowed version of the `cryptography` dependency
14+
1115
## 0.4.0 - 2025-01-09
1216

1317
***Added:***

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ legacy-release = [
148148
# https://github.com/DataDog/datadog-agent/blob/main/tasks/libs/requirements-github.txt
149149
legacy-github = [
150150
"beautifulsoup4~=4.12.3",
151-
"cryptography==39.0.1",
152151
"lxml~=5.2.2",
153152
"pygithub==1.59.1",
154153
"pyjwt==2.4.0",

0 commit comments

Comments
 (0)