Skip to content

Commit

Permalink
downgraded cryptography version due to impossibility to install newer… (
Browse files Browse the repository at this point in the history
#23)

* downgraded cryptography version due to impossibility to install newer version in arm archs

* bumped version in preparation for release
  • Loading branch information
tropxy authored Mar 13, 2022
1 parent f16568a commit ff1422b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2022-03-13

### Changed

- downgraded cryptography version @tropxy in https://github.com/SwitchEV/iso15118/pull/23


## [0.2.0] - 2022-02-22

### Changed
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[tool.poetry]
name = "iso15118"
version = "0.2.0"
version = "0.2.1"
description = "Implementation of the ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <andre@switch-ev.com>",
"Dr. Marc Mültin <marc@switch-ev.com>"]

[tool.poetry.dependencies]
python = "^3.9"
environs = "^9.3.5"
cryptography = "^3.4.8"
# For now, only version 3.4.6 is supported as was not possible to install
# more recent versions in arm archs
# An issue related to: https://github.com/pyca/cryptography/issues/6485
cryptography = "3.4.6"
pydantic = "^1.7.3"
psutil = "^5.8.0"
aioredis = "^2.0.0"
Expand Down

0 comments on commit ff1422b

Please sign in to comment.