------------------
Breaking changes
^^^^^^^^^^^^^^^^
* Migrated from the ``docker-py`` Docker library to ``docker`` version ``>=2``.
* ``epicbox.create``, ``epicbox.start``, ``epicbox.destroy`` now return and accept a ``Sandbox``
object instead of a low-level container ``dict`` structure.
* Removed the obsolete ``base_workdir`` argument from ``epicbox.configure``.
Changes
^^^^^^^
* Unpinned and bumped versions of dependency packages in ``pyproject.toml`` and ``requirements.txt``.