Allow using uuid.UUID as a dict key

This commit is contained in:
2026-02-18 20:30:53 +03:00
parent 1f45777add
commit facf4ceade
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "turbosloth"
version = "0.1.0"
version = "0.1.0.post1"
description = "ASGI REST framework for lazy devs"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }