Skip to content

Commit

Permalink
increase deprication dedline (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladven authored Jul 8, 2024
1 parent 306fc50 commit 857f3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unitxt/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def process(
return instance


@deprecation(version="1.11.0", alternative=Set)
@deprecation(version="2.0.0", alternative=Set)
class AddFields(Set):
pass

Expand Down Expand Up @@ -1061,7 +1061,7 @@ def process_value(self, value: Any) -> Any:
return copy.deepcopy(value)


@deprecation(version="1.11.0", alternative=Copy)
@deprecation(version="2.0.0", alternative=Copy)
class CopyFields(Copy):
pass

Expand Down

0 comments on commit 857f3ff

Please sign in to comment.