Skip to content

Commit 04feb6e

Browse files
authored
set minimum version (#92)
1 parent 0f0ba28 commit 04feb6e

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.1.2] - 2023-08-07
9+
### Fixed
10+
- Set minimum typing-extensions version instead of exact version.
11+
12+
## [2.1.1] - 2023-08-07
813
### Added
9-
- ruff for linting
14+
- Add ruff for linting.
1015

1116
### Changed
1217
- Downgrade dependencies versions where possible to increase compatibility with other python packages.

poetry.lock

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "smile-id-core"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
description = "The official Smile Identity package exposes four classes namely; the WebApi class, the IDApi class, the Signature class and the Utilities class."
55
license = "MIT"
66
authors = ["Smile Identity <[email protected]>"]
@@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api"
2727
pycryptodome = "^3.0.0"
2828
python = "^3.7"
2929
requests = "^2.0.0"
30-
typing-extensions = "4.2.0"
30+
typing-extensions = "^4.2.0"
3131
types-requests = "^2.0.0.0"
3232

3333
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)