Skip to content

Commit 66eae5c

Browse files
gmorales96gabino
andauthored
Update boto3 dependency range (#90)
* Update boto3 dependency range * Release version 1.0.1 --------- Co-authored-by: gabino <gabino@cuenca.com>
1 parent 0f34f85 commit 66eae5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mongoengine_plus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'dnspython>=2.7.0',
3030
'pymongo>=3.13.0,<4.0.0',
3131
'pymongocrypt>=1.12.2,<2.0.0',
32-
'boto3>=1.34.106,<1.35.96',
32+
'boto3>=1.34.106,<2.0.0',
3333
],
3434
classifiers=[
3535
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)