mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 05:02:57 +00:00
chore: upgrade python version to 3.12 and refactor password encryption
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.
This commit is contained in:
@@ -2,49 +2,49 @@
|
||||
{
|
||||
"tenant_id": 1,
|
||||
"plugin_id": 1,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 1,
|
||||
"plugin_id": 2,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 1,
|
||||
"plugin_id": 3,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 1,
|
||||
"plugin_id": 4,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 1,
|
||||
"plugin_id": 5,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 2,
|
||||
"plugin_id": 1,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 2,
|
||||
"plugin_id": 3,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
},
|
||||
{
|
||||
"tenant_id": 2,
|
||||
"plugin_id": 5,
|
||||
"enabled": "1",
|
||||
"enabled": true,
|
||||
"installed_time": "2024-01-01 00:00:00"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user