update dependencies
Build and Deploy Backend / build-and-deploy (push) Successful in 5m2s

This commit is contained in:
austnv
2026-07-03 18:51:48 +03:00
parent c1a7f237ab
commit da5a15237e
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "uvpn-backend"
version = "0.7.9"
version = "0.7.10"
description = "FastAPI backend with Docker for uvpn.shop"
readme = "README.md"
requires-python = ">=3.12"
@@ -10,7 +10,7 @@ dependencies = [
"bs4>=0.0.2",
"fastapi>=0.136.3",
"httpx>=0.27.2",
"remnawave>=2.7.1",
"remnawave>=2.8.0",
"uvicorn>=0.49.0",
]