mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 05:02:57 +00:00
This commit upgrades the project's Python base version from 3.10 to 3.12, updates all related dependency versions, replaces bcrypt password hashing with pbkdf2-sha256, refactors the UA parsing library, removes unused dependencies, and fixes related exception handling code.
51 lines
915 B
JSON
51 lines
915 B
JSON
[
|
|
{
|
|
"tenant_id": 1,
|
|
"plugin_id": 1,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"plugin_id": 2,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"plugin_id": 3,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"plugin_id": 4,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 1,
|
|
"plugin_id": 5,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 2,
|
|
"plugin_id": 1,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 2,
|
|
"plugin_id": 3,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
},
|
|
{
|
|
"tenant_id": 2,
|
|
"plugin_id": 5,
|
|
"enabled": true,
|
|
"installed_time": "2024-01-01 00:00:00"
|
|
}
|
|
]
|