Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ extra_fields = "allow"
allow_population_by_field_name = true
aliases = "datamodel_codegen_aliases.json"
formatters = ["ruff-check", "ruff-format"]
custom_file_header = "# generated by datamodel-codegen"
disable_timestamp = true

[tool.uv]
# Minimal defense against supply-chain atatcks.
Expand Down
4 changes: 1 addition & 3 deletions src/apify_client/_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# generated by datamodel-codegen:
# filename: https://docs.apify.com/api/openapi.json
# timestamp: 2026-04-09T08:30:29+00:00
# generated by datamodel-codegen

from __future__ import annotations

Expand Down
Loading