mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update docker to 7.1.x (#12068)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version = "7.0.*"
|
||||
version = "7.1.*"
|
||||
upstream_repository = "https://github.com/docker/docker-py"
|
||||
requires = ["types-requests", "urllib3>=2"]
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user