Skip to content

Commit

Permalink
upgrade srp to fix login issue with salt starting with zero bytes (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Nov 2, 2024
1 parent e8121e6 commit 4a2b3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fix: errors for accounts with salt started with zero byte [#975](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/975)

## 1.24.1 (2024-10-28)

- fix: accounts without 2fa are supported [#959](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/959)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"certifi==2022.12.7",
"keyring==25.2.1",
"keyrings-alt==5.0.1",
"srp==1.0.21",
"srp==1.0.22",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 4a2b3cc

Please sign in to comment.