From 3d9afa34ac50f8ad4180867367af8f4b6b2f1355 Mon Sep 17 00:00:00 2001 From: William <236412244+william-u10d@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:56:17 -0700 Subject: [PATCH 1/2] test: socket basics smoke test (do not merge) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a97be753d..8e12adbaca 100644 --- a/README.md +++ b/README.md @@ -291,3 +291,5 @@ Encountered a bug? Please create a new [GitHub issue](https://github.com/Unstruc ## :chart_with_upwards_trend: Analytics Unstructured sends a lightweight library-load analytics ping by default when it is imported. To opt out before importing `unstructured`, set either `DO_NOT_TRACK` or `SCARF_NO_ANALYTICS` to any non-empty value after trimming whitespace (for example, `true`, `1`, `yes`, `false`, or `0`); either variable disables the ping. Unset the variables or leave them empty or whitespace-only to retain the default behavior. See our [Privacy Policy](https://unstructured.io/privacy-policy). + + From 6576e89f0a0487c00b4f8105845f63cb4f0546f7 Mon Sep 17 00:00:00 2001 From: William <236412244+william-u10d@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:10:08 -0700 Subject: [PATCH 2/2] test: re-trigger socket basics check (do not merge) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e12adbaca..581494f455 100644 --- a/README.md +++ b/README.md @@ -292,4 +292,4 @@ Encountered a bug? Please create a new [GitHub issue](https://github.com/Unstruc Unstructured sends a lightweight library-load analytics ping by default when it is imported. To opt out before importing `unstructured`, set either `DO_NOT_TRACK` or `SCARF_NO_ANALYTICS` to any non-empty value after trimming whitespace (for example, `true`, `1`, `yes`, `false`, or `0`); either variable disables the ping. Unset the variables or leave them empty or whitespace-only to retain the default behavior. See our [Privacy Policy](https://unstructured.io/privacy-policy). - +