Skip to content

Commit

Permalink
python-docker 7.x compatibility
Browse files Browse the repository at this point in the history
`assert_hostname` argument is no longer accepted

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Aug 13, 2024
1 parent d15ae8b commit 78e1eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sen/docker_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def __init__(self):
self._df = None

kwargs = {"version": "auto"}
kwargs.update(docker.utils.kwargs_from_env(assert_hostname=False))
kwargs.update(docker.utils.kwargs_from_env())

try:
APIClientClass = docker.Client # 1.x
Expand Down

0 comments on commit 78e1eba

Please sign in to comment.