Conversation
Resolve unify.RequestError from the current http module so reload-heavy tests keep catching the right exception class instead of a stale export.
Part of the unify-* PyPI family rename. The import name (unify) and the Python package layout are unchanged; only the distribution name that pip resolves changes. The version resets to 0.1.0 to signal a fresh distribution, distinct from the stale unifyai==0.9.191 published under the old account.
Addresses dependabot alerts: - aiohttp 3.13.3 -> 3.13.5 (8 CVEs incl. CVE-2026-34525 duplicate Host) - requests 2.32.5 -> 2.33.1 (CVE-2026-25645 temp file reuse) - Pygments 2.19.2 -> 2.20.0 (CVE-2026-4539 ReDoS) - pytest 9.0.2 -> 9.0.3 dev (CVE-2025-71176 tmpdir handling) Lock-only change; pyproject constraints already allowed these versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Staging → main release.
unify→unify-sdkatv0.1.0. Import name (unify) and package layout unchanged. Distinct from the staleunifyai==0.9.191on the old account.RequestErrorexport alignment after http reloads.Risk
Lock + pyproject changes only (no code). Fresh-venv install of the built wheel +
import unify+create_projectpresence all verified locally before push.