Skip to content

Commit

Permalink
Merge pull request #701 from HonakerM/fix_grpc_options
Browse files Browse the repository at this point in the history
Add Support for non string GRPC options
  • Loading branch information
gabe-l-hart committed Apr 23, 2024
2 parents cee75b4 + 4fe6b45 commit 357d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caikit/interfaces/common/data_model/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ def __post_init__(self):
error.type_check("<COR734224567E>", int, port=self.port, timeout=self.timeout)

if self.options:
error.type_check("<COR734424567E>", str, **self.options)
error.type_check("<COR734424567E>", str, int, float, **self.options)

0 comments on commit 357d821

Please sign in to comment.