Skip to content

Commit

Permalink
Bump dependencies. Pydantic v1 -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Mironchenko committed Jun 21, 2024
1 parent 54b972e commit 177266b
Show file tree
Hide file tree
Showing 4 changed files with 1,744 additions and 1,447 deletions.
4 changes: 4 additions & 0 deletions odd_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ def version(
print(VERSION)
else:
print(f"odd-cli version: {VERSION}")


if __name__ == "__main__":
app()
2 changes: 1 addition & 1 deletion odd_cli/reader/mapper/table.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from loguru import logger
from odd_models.models import DataEntity, DataEntityType, DataSet
from oddrn_generator.generators import FilesystemGenerator

from odd_cli.logger import logger
from odd_cli.reader.mapper.field import map_field
from odd_cli.reader.models.table import Table

Expand Down
Loading

0 comments on commit 177266b

Please sign in to comment.