Compare commits

..

2 commits

Author SHA1 Message Date
c34a0e83f0 Bump version to 2.0.0 2025-12-17 13:12:51 +01:00
c0b59cf82c Update dependencies 2025-12-17 13:12:36 +01:00

View file

@ -1,6 +1,6 @@
[project]
name = "sp-hydra-veil-core"
version = "1.1.7"
version = "2.0.0"
authors = [
{ name = "Simplified Privacy" },
]
@ -12,13 +12,13 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"cryptography ~= 44.0.1",
"dataclasses-json ~= 0.6.4",
"marshmallow ~= 3.21.1",
"psutil ~= 5.9.8",
"cryptography ~= 46.0.3",
"dataclasses-json ~= 0.6.7",
"marshmallow ~= 3.26.1",
"psutil ~= 7.1.3",
"pysocks ~= 1.7.1",
"python-dateutil ~= 2.9.0.post0",
"requests ~= 2.32.0",
"requests ~= 2.32.5",
]
[project.urls]