Skip to content

Commit

Permalink
build(deps): expand python-dateutil version range (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafnadeem-apimatic authored Dec 11, 2024
1 parent 61ea2b9 commit 5d566b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.idea/

# Visual Studio Code
.vscode/
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jsonpickle~=3.0.1, >= 3.0.1
python-dateutil~=2.8.1
python-dateutil~=2.8
apimatic-core-interfaces~=0.1.0
requests~=2.31
setuptools>=68.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.16',
version='0.2.17',
description='A library that contains core logic and utilities for '
'consuming REST APIs using Python SDKs generated by APIMatic.',
long_description=long_description,
Expand All @@ -25,7 +25,7 @@
install_requires=[
'apimatic-core-interfaces~=0.1.0',
'jsonpickle~=3.0.1, >= 3.0.1',
'python-dateutil~=2.8.1',
'python-dateutil~=2.8',
'requests~=2.31',
'setuptools>=68.0.0',
'jsonpointer~=2.3'
Expand Down

0 comments on commit 5d566b7

Please sign in to comment.