Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
lrahmani committed Jul 10, 2024
1 parent 7e2cd69 commit daac134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pydantic.v1 import BaseModel, Field # noqa


# reverting back to pydantic.v1 BaseModel for backwards compatibility
# reverting back to pydantic v1 BaseModel for backwards compatibility
class Model(BaseModel):
@classmethod
def model_json_schema(cls) -> str:
Expand Down

0 comments on commit daac134

Please sign in to comment.