Expand the dependency on python-dateutil.

Review Request #11442 — Created Feb. 10, 2021 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x

Reviewers

The python-dateutil dependency is too restrictive, causing issues if
a modern version of python-dateutil is installed. There's no need for
this, as even modern versions support Python 2.7 and maintain API
compatibility.

This change removes the dependency cap.

Installed the package successfully.

Built the release notes and checked for errors.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Expand the dependency on python-dateutil.
The `python-dateutil` dependency is too restrictive, causing issues if a modern version of `python-dateutil` is installed. There's no need for this, as even modern versions support Python 2.7 and maintain API compatibility. This change removes the dependency cap.
1bd82501719af4699e4877c8eb487898f7c48c20 Christian Hammond
djblets/dependencies.py
docs/releasenotes/1.0.16.rst
docs/releasenotes/index.rst
Loading...