Skip to content

Commit 5990997

Browse files
Auto-update API to: a12f398, 2025-11-10 10:20:54 +0000
1 parent aedd157 commit 5990997

File tree

12 files changed

+37
-33
lines changed

12 files changed

+37
-33
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nebius"
7-
version = "0.3.6"
7+
version = "0.3.7"
88
description = "Nebius Python SDK"
99
authors = [
1010
{ name = "Daniil Drizhuk", email = "complynx@nebius.com" },

src/nebius/api/nebius/mk8s/v1alpha1/cluster_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/nebius/api/nebius/mk8s/v1alpha1/cluster_service_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/nebius/api/nebius/mk8s/v1alpha1/condition_pb2.py

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/nebius/api/nebius/mk8s/v1alpha1/condition_pb2.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from nebius.api.nebius import annotations_pb2 as _annotations_pb2
12
from google.protobuf import timestamp_pb2 as _timestamp_pb2
23
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
34
from google.protobuf import descriptor as _descriptor

0 commit comments

Comments
 (0)