fix python 3.8 install

This commit is contained in:
Ishaan Jaff 2024-05-04 21:00:39 -07:00
parent 4dcb4b81f1
commit 157b2b3a06

View file

@ -87,7 +87,7 @@ class Router:
RetryPolicy
] = None, # set custom retries for different exceptions
model_group_retry_policy: Optional[
dict[str, RetryPolicy]
Dict[str, RetryPolicy]
] = {}, # set custom retry policies based on model group
allowed_fails: Optional[
int