Update docker to 7.1.x (#12068)

This commit is contained in:
Nikita Sobolev
2024-05-31 09:56:49 +03:00
committed by GitHub
parent 3dc74ddf07
commit 66c640ece9
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class APIClient(
version: str | None = None,
timeout: int = 60,
tls: bool | TLSConfig = False,
user_agent: str = "docker-sdk-python/7.0.0",
user_agent: str = ...,
num_pools: int | None = None,
credstore_env: Mapping[Incomplete, Incomplete] | None = None,
use_ssh_client: bool = False,