Skip to content

Commit 4536465

Browse files
build(enum34): remove enum34 dependency (#60)
This commit removes the enum34 dependency from the core library as the enum34 dependency is not needed since Python version 3.4 and we support Python version >= 3.7. closes #59
1 parent 1966ce7 commit 4536465

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
jsonpickle~=3.0.1, >= 3.0.1
22
python-dateutil~=2.8.1
3-
enum34~=1.1, >=1.1.10
43
apimatic-core-interfaces~=0.1.0
54
requests~=2.31
65
setuptools>=68.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='apimatic-core',
15-
version='0.2.10',
15+
version='0.2.11',
1616
description='A library that contains core logic and utilities for '
1717
'consuming REST APIs using Python SDKs generated by APIMatic.',
1818
long_description=long_description,

0 commit comments

Comments
 (0)