Consider using forceApprove instead of safeApprove in OstiumTraidingCallbacks
Description
safeApprove should only be called when setting an initial allowance, because it reverts when a non-zero approval is changed to a non-zero approval.
Even though it's only called with either type(uint256).max or 0, using forceApprove is safer.
Status
Addressed in #55fde4e.