- Add ability to pass in a ``pybreaker.CircuitBreaker`` instance into the ``CCHTaxCalculator`` constructor. This allows implementing the CircuitBreaker pattern, thus enabling better handling of CCH web service outages. See the `pybreaker <https://github.com/danielfm/pybreaker>`_ documentation for implementation details.