Skip to content

Commit

Permalink
Bump supported server versions in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad committed Aug 14, 2023
1 parent 5daed14 commit d5c233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-sdk/cvat_sdk/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class Client:
"""

SUPPORTED_SERVER_VERSIONS = (
pv.Version("2.5"),
pv.Version("2.6"),
pv.Version("2.7"),
)

def __init__(
Expand Down

0 comments on commit d5c233d

Please sign in to comment.