File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# generated by datamodel-codegen:
2
2
# filename: openapi.yml
3
- # timestamp: 2024-10-02T12:07:18 +00:00
3
+ # timestamp: 2024-11-15T10:02:37 +00:00
4
4
5
5
from __future__ import annotations
6
6
Original file line number Diff line number Diff line change 75
75
.[formatting]
76
76
.[codegen]
77
77
commands =
78
- datamodel-codegen --encoding utf-8 --input openapi/v1/openapi.yml --output src/maloident/v1/_autogenerated.py --input-file-type openapi --output-model-type pydantic_v2.BaseModel
78
+ datamodel-codegen --encoding utf-8 --input openapi/v1/openapi.yml --output src/maloident/v1/_autogenerated.py --input-file-type openapi --output-model-type pydantic_v2.BaseModel --output-datetime-class AwareDatetime
79
79
black src/maloident/v1/_autogenerated.py
80
80
isort src/maloident/v1/_autogenerated.py
81
81
You can’t perform that action at this time.
0 commit comments