Skip to content

Commit

Permalink
build(enum34): remove enum34 dependency (#60)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sufyankhanrao authored May 21, 2024
1 parent 1966ce7 commit 4536465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
jsonpickle~=3.0.1, >= 3.0.1
python-dateutil~=2.8.1
enum34~=1.1, >=1.1.10
apimatic-core-interfaces~=0.1.0
requests~=2.31
setuptools>=68.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='apimatic-core',
version='0.2.10',
version='0.2.11',
description='A library that contains core logic and utilities for '
'consuming REST APIs using Python SDKs generated by APIMatic.',
long_description=long_description,
Expand Down

0 comments on commit 4536465

Please sign in to comment.