add msgspec to Python projects
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
Thomas Peetz
2026-07-30 17:37:17 +02:00
parent 32dcd43fe5
commit c7a322f29d
4 changed files with 779 additions and 679 deletions
+1
View File
@@ -29,4 +29,5 @@ dependencies = [
"asyncpg>=0.30.0", "asyncpg>=0.30.0",
"bcrypt>=4.3.0", "bcrypt>=4.3.0",
"fastapi-jwt-auth>=0.5.0", "fastapi-jwt-auth>=0.5.0",
"msgspec[toml,yaml]>=0.21.1",
] ]
+454 -405
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -14,6 +14,7 @@ dependencies = [
"click>=8.1.8", "click>=8.1.8",
"coverage>=7.8.0", "coverage>=7.8.0",
"fastapi[standard]>=0.115.12", "fastapi[standard]>=0.115.12",
"msgspec[toml,yaml]>=0.21.1",
"pathlib>=1.0.1", "pathlib>=1.0.1",
"platformdirs>=4.3.7", "platformdirs>=4.3.7",
"proton>=0.9.1", "proton>=0.9.1",
+323 -274
View File
File diff suppressed because it is too large Load Diff