Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pathlib-import' into pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsorensen committed Mar 13, 2024
2 parents e52e8c6 + 298fb1b commit 998f3cc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion datamodel_code_generator/model/pydantic/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
IMPORT_ANY,
IMPORT_DATE,
IMPORT_DATETIME,
IMPORT_PATH,
IMPORT_DECIMAL,
IMPORT_PATH,
IMPORT_TIME,
IMPORT_UUID,
)
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ types-setuptools = ">=67.6.0.5,<70.0.0.0"
pydantic = "*"
httpx = ">=0.24.1"
PySnooper = "*"
ruff = ">=0.0.290,<0.3.1"
ruff = ">=0.0.290,<0.3.2"
ruff-lsp = ">=0.0.39,<0.0.41"
pre-commit = "*"
pytest-xdist = "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.5.3
mkdocs-material==9.5.12
mkdocs-material==9.5.13

0 comments on commit 998f3cc

Please sign in to comment.