Skip to content

Complete project health hardening roadmap - #57

Merged
wilsonfreitas merged 15 commits into
mainfrom
project-health-hardening
Jun 14, 2026
Merged

Complete project health hardening roadmap#57
wilsonfreitas merged 15 commits into
mainfrom
project-health-hardening

Conversation

@wilsonfreitas

Copy link
Copy Markdown
Owner

Summary

Complete the project-health hardening roadmap from #44.

This PR consolidates the completed implementation work for:

  • normalized HTTP error handling across SGS, Currency, and OData
  • safer OData service-root, metadata, query, and string-filter handling
  • aligned sync and async behavior for currency missing-symbol handling
  • hardened currency response parsing and public input validation
  • async client lifecycle API/documentation updates
  • documentation and examples cleanup
  • expanded lint, test, integration, docs, coverage, and dependency-audit gates

Verification

  • uv run pytest -m "not integration": 185 passed, 11 deselected
  • uv run pytest -m integration: 11 passed, 185 deselected
  • uv run ruff check bcb/ tests/: passed
  • uv run ruff format --check bcb/ tests/: passed
  • uv run mypy bcb/: passed
  • uv run --group docs sphinx-build -b html docs docs/_build/html: passed
  • uvx pip-audit --requirement requirements-audit.txt: no known vulnerabilities found

Closes #44.

@wilsonfreitas
wilsonfreitas merged commit 2540ff4 into main Jun 14, 2026
9 checks passed
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.

Project health hardening roadmap

1 participant