* update the schema to pydantic-v2
* upgrade the ruff version in pre-commit
* update pagination to p-v2
* update encoder to p-v2
* update response_schema to p-v2
* update exception_handler to p-v2
* update config to p-v2
* update crud base to p-v2
* Migrate the JSON Encoder to the official one to reduce maintenance costs
* updated readme description
* restore the bcrypt compatible version
* fix validation error log code return format
* Fix manual processing method for GetCurrentUserInfo
* Integrate pydantic validate exceptions and user exceptions
* Fix validation exception handler
* add custom open response code
* Add a stand-alone assertion error handler
* Restore todo deleted by v1 branch to v2
* Add email and phone number types
* Update and fix permissions logic
* feat: Update base route
* Exclude non-system routing record operation logs
* Update the parameter variable name
* Fix the jwt authorization verify
* Roles menu authorization is turned off by default
* Fix the operation log code field type
* Update the casbin routing string to config
* Fix JWT middleware
* Add custom msg of token error
* Add the character length of the operation log code field
* Update the logout interface authorization
* opera_log_middleware method split
* extract ip and ua information
* added ua and ip information to login log and operation log
* extract request args func
* desensitization adds async decorations
* fix get summary exception
* fix get summary exception2
* Add operation log related interfaces
* Update to native ASGI middleware
* add the opera model class to the __init__.py
* Executable code collation
* Reply to the access middleware
* Using the request extension params in the login log
* Fix the whitelist list
* Fix username resolution