Skip to content

Commit

Permalink
chore: New commit to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 6, 2024
1 parent 764b861 commit d72514b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argilla-server/src/argilla_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

from argilla_server.pydantic_v1 import PYDANTIC_MAJOR_VERSION

# This line should be removed

if PYDANTIC_MAJOR_VERSION >= 2:
warnings.warn("The argilla_server package is not compatible with Pydantic 2. " "Please use Pydantic 1.x instead.")
else:
Expand Down

0 comments on commit d72514b

Please sign in to comment.