2 Commits
Author SHA1 Message Date
austnv da5a15237e update dependencies
Build and Deploy Backend / build-and-deploy (push) Successful in 5m2s
2026-07-03 18:51:48 +03:00
austnv c1a7f237ab v0.7.9 2026-06-26 13:34:20 +03:00
+2 -2
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "uvpn-backend" name = "uvpn-backend"
version = "0.7.8" version = "0.7.10"
description = "FastAPI backend with Docker for uvpn.shop" description = "FastAPI backend with Docker for uvpn.shop"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
@@ -10,7 +10,7 @@ dependencies = [
"bs4>=0.0.2", "bs4>=0.0.2",
"fastapi>=0.136.3", "fastapi>=0.136.3",
"httpx>=0.27.2", "httpx>=0.27.2",
"remnawave>=2.7.1", "remnawave>=2.8.0",
"uvicorn>=0.49.0", "uvicorn>=0.49.0",
] ]