1
0
Fork 0

Merging upstream version 0.56+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-02 13:03:34 +02:00
parent 683f3a672a
commit aeb0367086
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 131 additions and 20 deletions

View file

@ -4,7 +4,7 @@ requires = ["setuptools"]
[project]
name = "jinjax"
version = "0.55"
version = "0.56"
description = "Replace your HTML templates with Python server-Side components"
authors = [
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
@ -45,7 +45,7 @@ documentation = "https://jinjax.scaletti.dev/guides/"
[dependency-groups]
dev = [
"ipdb >= 0.13",
"pyright >= 1.1",
"pyright >= 1.1.400",
"pre-commit",
"ruff >= 0.2.0",
"tox-uv",