Skip to content

Commit 02d1984

Browse files
committed
version 1.20260313.1
1 parent 8e2bf6f commit 02d1984

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

py4web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Massimo Di Pierro <massimo.dipierro@gmail.com>"
44
__license__ = "BSD-3-Clause"
5-
__version__ = "1.20260216.1"
5+
__version__ = "1.20260313.1"
66

77

88
def _maybe_gevent():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"cryptography",
1919
"pathspec",
2020
"portalocker",
21-
"tornado",
21+
"tornado>=6.5.5",
2222
"renoir >= 1.4.0",
2323
"requests",
2424
"threadsafevariable >= 20250716.1",
@@ -27,7 +27,7 @@ dependencies = [
2727
"pluralize >= 20250901.2",
2828
"rocket3 >= 20241225.1",
2929
"yatl >= 20230507.3",
30-
"pydal >= 20260216.1",
30+
"pydal >= 20260313.1",
3131
"watchgod >= 0.6",
3232
]
3333

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)