Skip to content

Commit

Permalink
Update Nebius dependency to versioned release (#444)
Browse files Browse the repository at this point in the history
Replaced Git-based dependency for Nebius with a versioned package (`nebius>=0.2.0`) for better stability and compatibility. This ensures easier management of dependencies and aligns with standard versioning practices.
  • Loading branch information
SalikovAlex authored Jan 24, 2025
1 parent 6d1614f commit 7c0354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"hetzner": ["hcloud>=1.10.0"],
"ibm": ["ibm_code_engine_sdk>=3.1.0"],
"openstack": ["openstacksdk>=3.3.0"],
"nebius": ["nebius @ git+https://github.com/nebius/pysdk"],
"nebius": ["nebius>=0.2.0"],
}
extras_require["all"] = set(pkg for pkgs in extras_require.values() for pkg in pkgs)

Expand Down

0 comments on commit 7c0354d

Please sign in to comment.