Skip to content

Commit 0f2d0ac

Browse files
Auto-update API to: d0c44e2, 2026-02-11 09:56:06 +0000
1 parent 8696a73 commit 0f2d0ac

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

nebius-api

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.35"
7+
version = "0.3.36"
88
description = "Nebius Python SDK"
99
authors = [
1010
{ name = "Daniil Drizhuk", email = "complynx@nebius.com" },

src/nebius/api/nebius/iam/v1/federated_credentials_pb2.py

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

src/nebius/base/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Nebius SDK version information."""
22

3-
version = "0.3.35"
3+
version = "0.3.36"
44
"""Current Nebius SDK version string."""

0 commit comments

Comments
 (0)