Skip to content

release: governs-ai-sdk 1.0.0 — published to PyPI#15

Merged
Shaivpidadi merged 3 commits into
mainfrom
dev
May 15, 2026
Merged

release: governs-ai-sdk 1.0.0 — published to PyPI#15
Shaivpidadi merged 3 commits into
mainfrom
dev

Conversation

@Shaivpidadi
Copy link
Copy Markdown
Member

Summary

  • Published governs-ai-sdk@1.0.0 to PyPI: https://pypi.org/project/governs-ai-sdk/1.0.0/
  • New SyncClient (requests-backed) for Flask/Django/FastAPI synchronous code paths
  • New AsyncClient (aiohttp-backed) for asyncio apps
  • Both expose precheck() / postcheck() / health() with built-in retries + jitter
  • 20 unit tests (13 sync + 7 async), all passing
  • Fixed pre-existing missing from typing import Optional import in exceptions/precheck.py

Test plan

  • pytest tests/test_sync_client.py tests/test_async_client.py — 20/20 pass
  • governs-ai-sdk@1.0.0 installs cleanly in a fresh venv
  • e2e sdk.python-import scenario in scripts/sandbox-e2e-test.py exercises live precheck call

@Shaivpidadi Shaivpidadi merged commit cebd03b into main May 15, 2026
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant