Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
600 changes: 541 additions & 59 deletions generate_models.sh

Large diffs are not rendered by default.

2,130 changes: 0 additions & 2,130 deletions postprocess_models.py

This file was deleted.

834 changes: 0 additions & 834 deletions preprocess_schemas.py

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ requires-python = ">=3.10"
dependencies = [
"pydantic>=2.5.0",
"email-validator>=2.0.0",
"python-dateutil>=2.8.2",
"urllib3>=2.0.0",
]

[dependency-groups]
Expand Down Expand Up @@ -75,7 +77,6 @@ line-ending = "auto"

[tool.ruff.lint.per-file-ignores]
"src/ucp_sdk/models/schemas/**/*.py" = ["E501", "D", "N801", "N815"]
"preprocess_schemas.py" = ["E501", "D"]
"postprocess_models.py" = ["E501", "D"]
"tests/**/*.py" = ["E501", "D"]

Expand Down
Loading
Loading