head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.02.03.09.18.41; author adam; state dead; branches; next 1.1; commitid ZW1Wlap6PQ43zUsG; 1.1 date 2025.12.22.09.04.23; author adam; state Exp; branches; next ; commitid HXPP3qbK8wiNRnnG; desc @@ 1.2 log @py-tortoise-orm: updated to 0.25.4 0.25.4 Fix AttributeError when using tortoise-orm with Nuitka-compiled Python code Fix 'Self' in python standard library typing.py, but tortoise/model.py required it in 'typing_extensions' Fix examples should not be installed @ text @$NetBSD: patch-pyproject.toml,v 1.1 2025/12/22 09:04:23 adam Exp $ Don't install examples. --- pyproject.toml.orig 2025-12-22 09:00:06.415451379 +0000 +++ pyproject.toml @@@@ -101,6 +101,7 @@@@ path = "tortoise/__init__.py" excludes = [ "./**/.git", "./**/.*_cache", + "examples", ] include = [ "CHANGELOG.rst", @ 1.1 log @py-tortoise-orm: updated to 0.25.2 0.25.2 Fixed Fix grouping by in subqueries Fix sqlite decimal filter error with __gt Changed Official support python3.14 Migrate from poetry to uv Reorder imports by ruff Migrate lint tool from isort+black to ruff Added Add create() method to reverse ForeignKey relations, enabling parent.children.create() syntax @ text @d1 1 a1 1 $NetBSD$ @