We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f788da commit f6bbddeCopy full SHA for f6bbdde
setup.py
@@ -8,7 +8,7 @@
8
# Versions should comply with PEP440. For a discussion on single-sourcing
9
# the version across setup.py and the project code, see
10
# https://packaging.python.org/en/latest/single_source_version.html
11
- version="2.18.1",
+ version="3.0.0",
12
package_dir={"": "src"},
13
description="The Official Masonite ORM",
14
long_description=long_description,
@@ -30,7 +30,7 @@
30
# https://packaging.python.org/en/latest/requirements.html
31
install_requires=[
32
"inflection>=0.3,<0.6",
33
- "pendulum>=2.1,<2.2",
+ "pendulum>=3.0,<4.0",
34
"faker>=4.1.0,<14.0",
35
"cleo>=0.8.0,<0.9",
36
],
0 commit comments