-
Notifications
You must be signed in to change notification settings - Fork 9
UN-4011 [FEAT] Support every extraction parameter via a generated transport #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chandrasekharan-zipstack
wants to merge
24
commits into
main
Choose a base branch
from
feat/generated-transport
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+11,549
−154
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b0512cf
refactor(client): issue requests through a generated transport
chandrasekharan-zipstack bb586c4
fix(client): raise ReadTimeout, not a bare Timeout, on a read timeout
chandrasekharan-zipstack 02485e1
feat(client): accept the six extraction parameters the service added
chandrasekharan-zipstack 174a8e9
chore(sdk): regenerate from the remediated spec
chandrasekharan-zipstack 8457ee5
docs: note the service version a custom page separator needs
chandrasekharan-zipstack 13fd71e
fix(client): restore the transport's own request headers
chandrasekharan-zipstack 47072cc
ci: fail when the committed SDK is not what the spec generates
chandrasekharan-zipstack 45664b2
test: compare against the released client, pinned by digest
chandrasekharan-zipstack e663ada
build: bound httpx to the series the transport is generated against
chandrasekharan-zipstack 54d376b
fix(client): treat an explicit None as unset on the optional OCR params
chandrasekharan-zipstack 6c942a2
chore: make the lint and type checks pass
chandrasekharan-zipstack 717f692
chore(spec): refresh the vendored spec for the published server list
chandrasekharan-zipstack ef5e5af
docs: say which of the service's operations this client wraps
chandrasekharan-zipstack 94fef82
docs: state the header rationale without reference to a prior state
chandrasekharan-zipstack 7f64caf
fix: translate InvalidURL, and let the security hooks read every file
chandrasekharan-zipstack b7ca897
fix: give the generator its own venv on PATH
chandrasekharan-zipstack 7926daa
UN-4011 [FIX] read headers per request and let the transport be closed
chandrasekharan-zipstack cea9d46
UN-4011 [FIX] declare the transport handle nullable
chandrasekharan-zipstack b57775d
Merge remote-tracking branch 'origin/main' into work/griffe-baseline
chandrasekharan-zipstack a75ea75
ci: check the public API against the last release with griffe
chandrasekharan-zipstack 0ad23f3
test: move the parity baseline to the released 2.8.1
chandrasekharan-zipstack b9e12ab
fix: send page_separator under both spellings again
chandrasekharan-zipstack e06187c
UN-4011 [FIX] address review on the generated transport
chandrasekharan-zipstack 124efc6
UN-4011 [FIX] acquire the transport handle once
chandrasekharan-zipstack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| src/unstract/llmwhisperer/sdk_llmwhisperer/** linguist-generated=true |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,3 +164,4 @@ cython_debug/ | |
|
|
||
| .pdm-python | ||
| .python-version | ||
| .gen-venv | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.