Documentation and packaging patch. No behavior change.
Documentation
socioeconomic OR syntax and code vocabulary (#59)
list_entities(socioeconomic=...) has always supported pipe-separated values with OR semantics — socioeconomic="OY|A2" matches entities holding either designation. The docstring and API reference now say so, and tests pin the verbatim passthrough.
The values are SAM business-type codes (e.g. OY Black American Owned, A6 SBA-certified 8(a), A2 Woman Owned — full list at GET /api/business_types/), not set-aside codes; set-aside-style values like 8A silently match zero rows.
Changed
Stable sdist hashes (#58)
The sdist no longer packages .github/workflows, so CI-only commits stop changing the sdist hash.