Skip to content

Commit e1d3025

Browse files
committed
Version 1.4.0 - Reqs pinned
1 parent 9a1dccd commit e1d3025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bankid/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Version info
44
"""
55

6-
__version__ = "1.3.0"
6+
__version__ = "1.4.0"
77
version = __version__ # backwards compatibility name

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
httpx
2-
importlib_resources; python_version < "3.9"
1+
httpx < 0.28
2+
importlib_resources; python_version < "3.9"

0 commit comments

Comments
 (0)