Skip to content

Commit

Permalink
PLAT-2332: Upgrade to pydantic v2
Browse files Browse the repository at this point in the history
Co-authored-by: Gretel GitHub Bot <[email protected]>
GitOrigin-RevId: 402497789adbd9d2bbf30f8de11c736c43a7993b
  • Loading branch information
matthewgrossman and Gretel GitHub Bot committed Aug 8, 2024
1 parent d68f562 commit b3728fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3~=1.20
gretel-client>=0.17.7
pandas~=1.5
pydantic~=1.9
pydantic>=2
requests~=2.25
smart_open[s3]~=5.2
typing_extensions~=4.7
2 changes: 1 addition & 1 deletion src/gretel_trainer/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import pandas as pd

from pydantic import BaseModel, Field, PrivateAttr
from pydantic.v1 import BaseModel, Field, PrivateAttr


class RowPartition(BaseModel):
Expand Down

0 comments on commit b3728fe

Please sign in to comment.