Is there any way so I can use a more recent version of sqlite in my application in a python-3.3 cartridge?
Currently openshift python-3.3 cartridges are using sqlite 3.6.20 which is more than 5 years old.
I tried to make sqlite from source and by adding it to path make python use the newer version of sqlite, but it didn't work.
I also found this answer on openshift, had some good info, but the solution doesn't work anymore.