Skip to content

Commit

Permalink
fix: py38 compatibility (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
  • Loading branch information
dolfim-ibm authored Jan 24, 2024
1 parent 78c3a84 commit af32e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsearch/cps/client/components/data_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class PageUrl(BaseModel):
url: str
filename: Optional[str] = None
meta: dict[str, Any] = {}
meta: Dict[str, Any] = {}


class CpsApiDataIndices:
Expand Down

0 comments on commit af32e11

Please sign in to comment.