diff --git a/pyproject.toml b/pyproject.toml index 5aba926..a5796d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FindMy" -version = "v0.7.6" +version = "0.8.0" description = "Everything you need to work with Apple's Find My network!" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index c57ad1a..d54624f 100644 --- a/uv.lock +++ b/uv.lock @@ -534,7 +534,7 @@ wheels = [ [[package]] name = "findmy" -version = "0.7.6" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -566,7 +566,7 @@ requires-dist = [ { name = "aiohttp", specifier = ">=3.9.5,<4.0.0" }, { name = "beautifulsoup4", specifier = ">=4.12.3,<5.0.0" }, { name = "bleak", specifier = ">=0.22.2,<1.0.0" }, - { name = "cryptography", specifier = ">=42.0.0" }, + { name = "cryptography", specifier = ">=42.0.0,<46.0.0" }, { name = "srp", specifier = ">=1.0.21,<2.0.0" }, { name = "typing-extensions", specifier = ">=4.12.2,<5.0.0" }, ]