Skip to content

Commit

Permalink
fix: updates phonenumber and twilio
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 16, 2024
1 parent 07277ec commit d95fed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.24.4] - 2024-10-16

- Fixes dependency downgrade for `phonenumbers` and `twilio`
- Updates `phonenumbers` and `twilio` to latest versions

## [0.24.3] - 2024-09-24

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"asgiref>=3.4.1,<4",
"typing_extensions>=4.1.1,<5.0.0",
"Deprecated==1.2.13",
"phonenumbers>=8.12.48",
"twilio>=7.9.1",
"phonenumbers==8.13.47",
"twilio==9.3.3",
"aiosmtplib>=1.1.6,<4.0.0",
"pkce==1.0.3",
],
Expand Down

0 comments on commit d95fed7

Please sign in to comment.