File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- [ PR 108] ( https://github.com/salesforce/django-declarative-apis/pull/108 ) Fix ReadTheDocs documentation build with pyproject.toml
16
16
17
17
### Changed
18
+ - [ PR 114] ( https://github.com/salesforce/django-declarative-apis/pull/114 ) Allow cryptography > 3.4.8
18
19
- [ PR 113] ( https://github.com/salesforce/django-declarative-apis/pull/113 ) Require oauthlib >= 3.1.0
19
20
- [ PR 109] ( https://github.com/salesforce/django-declarative-apis/pull/109 ) Update Github actions
20
21
- [ PR 107] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Update to use pyproject.toml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dynamic = ["readme"]
10
10
dependencies = [
11
11
" Django >=3.2, <4" ,
12
12
" celery>=4.0.2,!=4.1.0" ,
13
- " cryptography>=2.0,<=3.4.8 " ,
13
+ " cryptography>=2.0" ,
14
14
" decorator==4.0.11" ,
15
15
" django-dirtyfields>=1.2.1" ,
16
16
" oauthlib[signedtoken,rsa]>=3.1.0" ,
You can’t perform that action at this time.
0 commit comments