Skip to content

Commit 5d566b7

Browse files
build(deps): expand python-dateutil version range (#73)
1 parent 61ea2b9 commit 5d566b7

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,7 @@ cython_debug/
157157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
.idea/
160+
.idea/
161+
162+
# Visual Studio Code
163+
.vscode/

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jsonpickle~=3.0.1, >= 3.0.1
2-
python-dateutil~=2.8.1
2+
python-dateutil~=2.8
33
apimatic-core-interfaces~=0.1.0
44
requests~=2.31
55
setuptools>=68.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='apimatic-core',
15-
version='0.2.16',
15+
version='0.2.17',
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,
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'apimatic-core-interfaces~=0.1.0',
2727
'jsonpickle~=3.0.1, >= 3.0.1',
28-
'python-dateutil~=2.8.1',
28+
'python-dateutil~=2.8',
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',
3131
'jsonpointer~=2.3'

0 commit comments

Comments
 (0)