Skip to content

Commit 5ae14e4

Browse files
updates core interfaces dependency version
1 parent d990d8e commit 5ae14e4

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
@@ -1,6 +1,6 @@
11
jsonpickle~=3.3.0
22
python-dateutil~=2.8
3-
git+https://github.com/apimatic/core-interfaces-python@webhooks-support
3+
apimatic-core-interfaces~=0.1.0, >= 0.1.7
44
requests~=2.31
55
setuptools>=68.0.0
66
jsonpointer~=2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
url='https://github.com/apimatic/core-lib-python',
2424
packages=find_packages(),
2525
install_requires=[
26-
'apimatic-core-interfaces~=0.1.0',
26+
'apimatic-core-interfaces~=0.1.0, >= 0.1.7',
2727
'jsonpickle~=3.3.0',
2828
'python-dateutil~=2.8',
2929
'requests~=2.31',

0 commit comments

Comments
 (0)