We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34f85 commit 66eae5cCopy full SHA for 66eae5c
mongoengine_plus/version.py
@@ -1 +1 @@
1
-__version__ = '1.0.0'
+__version__ = '1.0.1'
setup.py
@@ -29,7 +29,7 @@
29
'dnspython>=2.7.0',
30
'pymongo>=3.13.0,<4.0.0',
31
'pymongocrypt>=1.12.2,<2.0.0',
32
- 'boto3>=1.34.106,<1.35.96',
+ 'boto3>=1.34.106,<2.0.0',
33
],
34
classifiers=[
35
'Programming Language :: Python :: 3.9',
0 commit comments