Skip to content

Commit

Permalink
vec-322 update minimum AVS version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Oct 24, 2024
1 parent aaed848 commit b87d851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
self._closed: bool = False
self._cluster_id: int = 0
self.current_server_version = ""
self.minimum_required_version = "0.10.0"
self.minimum_required_version = "0.11.0"
self.client_server_compatible = False

def get_token(self) -> grpc.access_token_call_credentials:
Expand Down

0 comments on commit b87d851

Please sign in to comment.