feat: use custom type to handle existing naive datetimes
This commit is contained in:
parent
e22abb383c
commit
39bdac1ecf
45 changed files with 210 additions and 84 deletions
|
@ -2,9 +2,9 @@ import base64
|
|||
import binascii
|
||||
import logging
|
||||
import re
|
||||
from typing import Union, Any, Literal, Type, Callable, Dict, List, Optional
|
||||
from typing import Any, Callable, Dict, List, Literal, Optional, Type, Union
|
||||
|
||||
from flask import abort, request, jsonify
|
||||
from flask import abort, jsonify, request
|
||||
from flask.typing import ResponseReturnValue
|
||||
from sqlalchemy import BinaryExpression, ColumnElement, select
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue