From d95fed79b2b6492e9c98de66299ab7aae03ed3b5 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Wed, 16 Oct 2024 11:12:06 +0530 Subject: [PATCH] fix: updates phonenumber and twilio --- CHANGELOG.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6d989c..6cfe8551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index a7136b4b..201d5235 100644 --- a/setup.py +++ b/setup.py @@ -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", ],