Skip to content

Commit

Permalink
Pin docker version due invalid tag validation in docker version 7.0.0
Browse files Browse the repository at this point in the history
For further details see also docker/docker-py#3223
  • Loading branch information
Nicoretti committed Feb 22, 2024
1 parent cbceeed commit 6a115e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python = ">=3.8,<4"
click = ">=7.0"
# The `sys_platform` marker makes sure the docker dependency is only installed on
# non windows platforms.
docker = { version = ">=4.0.0", markers = "sys_platform != 'win32'" }
docker = { version = ">=4.0.0,<7.0.0", markers = "sys_platform != 'win32'" }
gitpython = ">=2.1.0"
humanfriendly = ">=4.18"
jinja2 = ">=2.10.1"
Expand Down

0 comments on commit 6a115e2

Please sign in to comment.