Skip to content

Commit

Permalink
Postpone removing deprecated things until the next big update
Browse files Browse the repository at this point in the history
  • Loading branch information
redlickigrzegorz committed Jan 5, 2024
1 parent e732649 commit 678e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbz/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def react(self) -> T:
self._post_handle()
return self.response

@deprecated(message="Please use react() for full request flow", version="0.6.0")
@deprecated(message="Please use react() for full request flow", version="0.7.0")
def __call__(self) -> T:
return self.react()

Expand Down

0 comments on commit 678e7d9

Please sign in to comment.