Skip to content

Commit

Permalink
fix: py38 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Jan 24, 2024
1 parent 78c3a84 commit ca47d50
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 ca47d50

Please sign in to comment.