Hi team,
Is there a way to update the supertokens core as a managed service from 3.6 to 3.7? We are trying to delete a user from using supertokens-python==0.3.1. The python logic works perfectly fine with Docker version of supertokens-postgresql but when we try to do it with our managed service version it is failing and on debugging we found that the version allocated to us is Supertokens 3.6 and the delete_user function need >=3.7