Skip to content

Latest commit

 

History

History
127 lines (114 loc) · 3.55 KB

File metadata and controls

127 lines (114 loc) · 3.55 KB
NameAboutLabelsAssignees
Bug reportSomething is broken or behaving unexpectedly.bug,triage

Thanks for taking the time to file a bug report. Please fill in as much
of the form as you can — the more we know, the faster we can fix it.

Before submitting:

  • Search existing issues to avoid duplicates.
  • If this is a security issue, please do not file a public issue. See SECURITY.md.

A clear, concise description of the bug.

Which SDK surface is affected?

Minimal Python snippet that reliably reproduces the problem.

What did you expect to happen instead?

Output of python -c "import hawk; print(hawk.__version__)".

Output of hawk version (the daemon you're hitting).

Output of python --version.

e.g. macOS 14.5 (arm64), Ubuntu 24.04 (amd64), Windows 11 (amd64).

Paste the output of pip freeze | grep -E "^(httpx|pydantic|hawk-sdk)" (or uv pip list equivalent).

Paste any relevant output, including the full traceback.
Redact API tokens, session IDs, and any private data first.

Confirmation