Gabriel
Gabriel
Update to make `great_expectations` and the test CI compatible with Python 3.12. 1. Update versioneer usage of `configparser` https://docs.python.org/3.12/whatsnew/3.12.html#configparser 2. Prevent `snapshottest` running in CI for `3.12` - https://github.com/syrusakbary/snapshottest/issues/166 -...
Enable linting for the docs directory code. Mostly involved swapping `os.path` and `glob` usage with `pathlib.Path` methods. - [x] Description of PR changes above includes a link to [an existing...
- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...
- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...
Replace `imp` usage with `importlib` `imp` has been removed in Python 3.12 so this should make this package compatible. - https://github.com/syrusakbary/snapshottest/issues/142#issuecomment-703166275 Tests all pass locally on Python 3.12. - This...
Begin minimal type-checking of the codebase as part of the effort to export type hints. - #203 - Add `make types` item - Add `types` to `make tests` step that...
Update documentation example for HTTP middleware to complete type annotations in the signature. ```python import time from typing import Awaitable, Callable from fastapi import FastAPI, Request, Response app = FastAPI()...
## Error I attempted to follow the quickstart example running inside a `pipenv` shell. I DO have Python 3.7 installed. ``` # yo flask-api my-cool-api _-----_ ╭──────────────────────────╮ | | │...
Your issue may already be reported! Please search on the [issue tracker](https://github.com/Ankermgmt/ankermake-m5-protocol/issues) before creating one. **Describe the solution you'd like** Once I install the software I should be able to...
Changes to default read-write permissions mean write must be explicitly enabled for new repos. Using the current example as is will result in a `Error: Resource not accessible by integration`...