diff --git a/hamilton/version.py b/hamilton/version.py index 4b73f1d9e..36f207214 100644 --- a/hamilton/version.py +++ b/hamilton/version.py @@ -1 +1 @@ -VERSION = (1, 82, 0) +VERSION = (1, 83, 0) diff --git a/pyproject.toml b/pyproject.toml index e7945e15d..24f8da0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,8 @@ docs = [ "diskcache", # required for all the plugins "dlt", - "furo", + # furo -- install from main for now until the next release is out: + "furo @ git+https://github.com/pradyunsg/furo@main", "gitpython", # Required for parsing git info for generation of data-adapter docs "grpcio-status", "lightgbm",