-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: Zipstack/unstract-python-client
base: v1.1.0
head repository: Zipstack/unstract-python-client
compare: v1.2.0
- 10 commits
- 14 files changed
- 3 contributors
Commits on Feb 13, 2025
-
Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2511336 - Browse repository at this point
Copy the full SHA 2511336View commit details
Commits on Feb 11, 2026
-
UN-3230 [FEAT] Implement back-off retry mechanism for API deployment …
…client Add exponential back-off retry with full jitter to APIDeploymentsClient for improved reliability against transient 5xx errors and 429 rate limits. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 2f91f45 - Browse repository at this point
Copy the full SHA 2f91f45View commit details -
Revert accidental version bump from 1.2.0 to 1.1.0
Version updates are handled separately during the release process. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 09f6fc0 - Browse repository at this point
Copy the full SHA 09f6fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61dc7a - Browse repository at this point
Copy the full SHA e61dc7aView commit details -
Add python-dotenv dependency and refine retry/pending logic
- Add python-dotenv to both PDM and uv dev dependencies so tests/client_test.py can run standalone without ModuleNotFoundError - Fix pre-commit default Python version from python3.9 to python3 - Refine structure_file pending detection: only set pending=True on 2xx responses (POST 422 indicates setup errors, not queued work) - Fix trailing newlines in utils.py and sample.env - Update tests to match new 422 pending behavior and fix docstring formatting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 57416a7 - Browse repository at this point
Copy the full SHA 57416a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562e3a1 - Browse repository at this point
Copy the full SHA 562e3a1View commit details
Commits on Feb 16, 2026
-
Migrate build tooling from PDM to uv
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d612306 - Browse repository at this point
Copy the full SHA d612306View commit details -
Replace black/flake8/isort with ruff and bump pre-commit hooks
- Replace black, flake8, isort, pycln with ruff for linting and formatting - Bump pre-commit hooks: ruff-pre-commit v0.15.1, uv-pre-commit 0.10.2, docformatter v1.7.7 - Fix deprecated default_stages: 'commit' -> 'pre-commit' - Bump deps: ruff>=0.15.0, pre-commit>=4.0.0 (dropping autopep8, black, flake8, flake8-pyproject, isort) - Update CI: astral-sh/setup-uv@v7, remove separate setup-python step - Apply ruff formatting to source and tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c2f9df2 - Browse repository at this point
Copy the full SHA c2f9df2View commit details -
Merge pull request #12 from Zipstack/feat/UN-3230-FEAT_implement_back…
…off_retry_mechanism UN-3230 [FEAT] Implement back-off retry mechanism for API deployment client
Configuration menu - View commit details
-
Copy full SHA for 1ff97e6 - Browse repository at this point
Copy the full SHA 1ff97e6View commit details -
Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e3816a - Browse repository at this point
Copy the full SHA 6e3816aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.2.0