Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set the default value of DocumentStatus.updated_at to None. (#68)
<!-- begin-generated-description --> This pull request updates the `DocumentStatus` class in the `datasources.py` file and the `version` in the `pyproject.toml` file. ## Changes - The `updated_at` field in the `DocumentStatus` class is now set to `None` by default. - The `version` in the `pyproject.toml` file is updated from `0.10.0` to `0.10.1`. <!-- end-generated-description -->
- Loading branch information