Unable to install ring plugin due to package conflict

First install for me and am running into a python dependency issue. Installed version 0.118.4 on a truenas system in a jail. I am trying to install the ring integration but it will not install. I get the following package dependancy error.

Logger: homeassistant.util.package
Source: util/package.py:95 
First occurred: 4:51:06 AM (1 occurrences) 
Last logged: 4:51:06 AM

Unable to install package ring_doorbell==0.6.0: ERROR: Could not find a version that satisfies the requirement requests==2.22.0 (from ring-doorbell) ERROR: No matching distribution found for requests==2.22.0

From the ring_doorbell site it looks like the 0.6.0 version hard pins the request package to 2.22.0 but the latest 0.6.2 version is open to requests>=2.0.0

So basically am I able to modify the ring_doorbell plugin to pull in 0.6.2 version somehow? Or do I need to wait for home assistant to update it and then do an update?