Skip to content

Commit f6bbdde

Browse files
committedMar 25, 2025·
fixed pendulum upgrade
1 parent 1f788da commit f6bbdde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version="2.18.1",
11+
version="3.0.0",
1212
package_dir={"": "src"},
1313
description="The Official Masonite ORM",
1414
long_description=long_description,
@@ -30,7 +30,7 @@
3030
# https://packaging.python.org/en/latest/requirements.html
3131
install_requires=[
3232
"inflection>=0.3,<0.6",
33-
"pendulum>=2.1,<2.2",
33+
"pendulum>=3.0,<4.0",
3434
"faker>=4.1.0,<14.0",
3535
"cleo>=0.8.0,<0.9",
3636
],

0 commit comments

Comments
 (0)
Please sign in to comment.