Hey guys, Can you please upgrade the dependency on...
# general
e
Hey guys, Can you please upgrade the dependency on https://pypi.org/project/phonenumbers/ to the latest version 8.12.48? The current version 8.12.0 does not cover some phone numbers on our country.
I'm talking about supertokens-python 🙂
actually this is really really urgent, would be really nice if you could ping me when the next version of supertokens is released on pypi with the upgraded version of phonenumbers package
r
Hey! Sure @execreate
hey @execreate
e
🥳 thanks a lot
r
we have started the new released process (takes a day max) But until then you can still use the updated version:
Copy code
pip install git+https://github.com/supertokens/supertokens-python.git@fa9a2318f7c51d4d6a5667819fec6f0a10344786
(do keep in mind that it's being tested right now)
e
already started using it 🙂 we are testing it right now too
r
Also @execreate in case of urgent stuff like this, you always have the option of forking the repo and upgrading the version yourself 🙂 one of the advantages of open source. Hehe.
But of course, we are also always there to help
e
yeah, I realised that one a bit late 😅 could have forked it and add 3 characters in setup.py😁 we are in the middle of our 2.0-beta release process, I just started to panic when some perfectly correct phone numbers started throwing validation error anyways, thank you for your quick reaction 🙂
r
Fair! Thank you for pointing this out anyway 🙂
2 Views