Skip to content

Conversation

@ckrough
Copy link
Owner

@ckrough ckrough commented Dec 25, 2025

No description provided.

- Fix 6 UP043 lint errors by removing unnecessary type arguments from AsyncGenerator and Generator
- Update version consistency script to use correct path (src/__init__.py instead of src/agentspaces/__init__.py)
- Add __version__ = "0.1.0" to src/__init__.py to match pyproject.toml
- Fix health check tests by using TestClient as context manager to properly execute lifespan handler

All CI checks now pass: lint, type check, version consistency, and tests (82% coverage)
Reorder imports to follow standard convention:
- Third-party imports (fastapi) before local imports (src.*)
- Resolves ruff I001 linting failure in CI
@ckrough ckrough merged commit af63a4d into main Dec 25, 2025
5 checks passed
@ckrough ckrough deleted the vigilant-johnson branch December 25, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants