'Django ninja api in AWS app runner deterministic=True requires SQlite 3.8.3 or higher error

I'm trying to deploy a django ninja API in aws App Runner, it works properly in local but when I do it in aws it says: "django.db.utils.NotSupportedError: deterministic=True requires SQLite 3.8.3 or higher".

enter image description here My requirements file is:

enter image description here

Already tried adding pysqlite3 and pysqlite3-binary as it says here but has issues installing it in local because says that there are not versions that meet requirements and also, I don't think I should to, because in local works fine.

I'll appreciate your help,

Thanks beforehand.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source