Skip to content

Commit 6367a45

Browse files
committed
Bumps hamilton version from 1.82.0 to 1.83.0
1 parent dd5e387 commit 6367a45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

hamilton/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (1, 82, 0)
1+
VERSION = (1, 83, 0)

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ docs = [
5757
"diskcache",
5858
# required for all the plugins
5959
"dlt",
60-
"furo",
60+
# furo -- install from main for now until the next release is out:
61+
"furo @ git+https://github.com/pradyunsg/furo@main",
6162
"gitpython", # Required for parsing git info for generation of data-adapter docs
6263
"grpcio-status",
6364
"lightgbm",

0 commit comments

Comments
 (0)