Skip to content

Commit 226279a

Browse files
committed
Update SDK for v2 APIs
1 parent 222fa85 commit 226279a

File tree

99 files changed

+105
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+105
-284
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.9
2+
python: python3.13
33
default_stages: [commit]
44

55
repos:
@@ -45,4 +45,4 @@ repos:
4545
- "python_dateutil>=2.8.2"
4646
- "pydantic>=2"
4747
- "typing-extensions>=4.7.1"
48-
language_version: python3.9
48+
language_version: python3.13

scaleapi/api_client/v2/api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
# import apis into api package
44
from scaleapi.api_client.v2.api.v2_api import V2Api
5-

0 commit comments

Comments
 (0)