-
Notifications
You must be signed in to change notification settings - Fork 32
Update SDK to 2026-01-23 #5
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
452d109
update SDK to 2026-01-23
damaz91 6d46afb
add init at the base level
damaz91 9214712
update README
damaz91 6b84070
add request specific classes
damaz91 d339a83
fix schema generation
damaz91 95e1ed5
fix schema generation
damaz91 c487f98
Update pyproject.toml
damaz91 87df21e
update pre-processing to correctly handle self-reference
damaz91 bbad289
fix
damaz91 16e045b
sync
damaz91 32d6744
Merge branch 'update-2026-01-23'
damaz91 bea0f7f
address comments
damaz91 736c503
add win32 specific check for paths
damaz91 7a2c080
Merge branch 'main' into update-2026-01-23
damaz91 8d559b9
remove preprocessing
damaz91 8ef89ee
update readme
damaz91 926077a
re-run of generate_models.sh
damaz91 8818a26
move ruff config
damaz91 c83b40e
delete temp files
damaz91 9e47cf1
add LICENSE reference
damaz91 74aa3bc
add preprocessing to handle request type class generation
damaz91 dcfadba
change naming convention
damaz91 c9014f3
update preprocessing to include more request types
damaz91 f919b25
delete ucp
damaz91 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
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 |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| [project] | ||
| name = "ucp-sdk" | ||
| version = "0.1.0" | ||
| version = "2026.01.23" | ||
| description = "UCP Python SDK" | ||
| readme = "README.md" | ||
| license-files = ["LICENSE"] | ||
| authors = [ | ||
| { name = "Florin Iucha", email = "[email protected]" } | ||
| { name = "Florin Iucha", email = "[email protected]" }, | ||
| { name = "Federico D'Amato", email = "[email protected]" }, | ||
| ] | ||
| requires-python = ">=3.10" | ||
| dependencies = [ | ||
|
|
@@ -47,19 +49,15 @@ custom-file-header = """ | |
|
|
||
damaz91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [tool.ruff] | ||
| line-length = 80 | ||
| indent-width = 2 | ||
|
|
||
| [tool.ruff.format] | ||
| quote-style = "double" | ||
| indent-style = "space" | ||
| skip-magic-trailing-comma = false | ||
| line-ending = "auto" | ||
| docstring-code-format = true | ||
| target-version = "py311" | ||
|
|
||
| [tool.ruff.lint] | ||
| select = ["E", "F", "W", "B", "C4", "SIM", "N", "UP", "D", "PTH", "T20"] | ||
| select = ["E", "F", "I"] | ||
| ignore = ["E501"] | ||
|
|
||
| [tool.ruff.lint.pydocstyle] | ||
| convention = "google" | ||
|
|
||
| [tool.ruff.lint.isort] | ||
| combine-as-imports = true | ||
| force-sort-within-sections = true | ||
| case-sensitive = true | ||
| [tool.ruff.lint.per-file-ignores] | ||
| "__init__.py" = ["D104"] | ||
| "*.py" = ["D100", "D101", "D102", "D103", "D200", "D205", "D212"] | ||
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ | |
| # generated by datamodel-codegen | ||
| # pylint: disable=all | ||
| # pyformat: disable | ||
|
|
||
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ | |
| # generated by datamodel-codegen | ||
| # pylint: disable=all | ||
| # pyformat: disable | ||
|
|
||
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.