Skip to content

Commit edc2248

Browse files
committed
make the version to 4.0 for typing extensions
1 parent 149ff0c commit edc2248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ git+https://github.com/apimatic/core-interfaces-python@webhooks-support
44
requests~=2.31
55
setuptools>=68.0.0
66
jsonpointer~=2.3
7-
typing-extensions~=4.15
7+
typing-extensions~=4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',
3131
'jsonpointer~=2.3',
32-
'typing-extensions~=4.15'
32+
'typing-extensions~=4.0'
3333
],
3434
tests_require=[
3535
'pytest~=7.2.2',

0 commit comments

Comments
 (0)