fix: Update phonenumber library to handle new GY phone number format
The phonenumber library was updated from version 8.13.13 to 8.13.55 to address an issue where new Guyanese (GY) phone numbers starting with +592 7 were being incorrectly marked as invalid. Previously, only numbers starting with +592 6 were recognized. This change ensures that users can now correctly submit phone numbers with the updated format in forms.
This commit is contained in:
parent
6d3e281e51
commit
4e39f2f108
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ dependencies = [
|
|||
"openpyxl~=3.1.2",
|
||||
"passlib~=1.7.4",
|
||||
"pdfkit~=1.0.0",
|
||||
"phonenumbers==8.13.13",
|
||||
"phonenumbers==8.13.55",
|
||||
"premailer~=3.10.0",
|
||||
"psutil~=5.9.5",
|
||||
"psycopg2-binary~=2.9.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue