Skip to content

Commit 9de75fe

Browse files
committed
Update package name to infrahub-server
1 parent 4747985 commit 9de75fe

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

backend/infrahub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
22

3-
__version__ = importlib.metadata.version("infrahub")
3+
__version__ = importlib.metadata.version("infrahub-server")

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ nats-py = "^2.7.2"
5858
netaddr = "1.3.0"
5959
authlib = "1.3.2"
6060

61+
6162
# Dependencies specific to the SDK
6263
Jinja2 = "^3"
6364
gitpython = "^3"
6465
pyyaml = "^6"
6566
toml = "^0.10"
67+
rich = "^13"
6668

6769
# numpy = [
6870
# { version = "^1.24.2", optional = true, python = ">=3.9,<3.12" },

python_sdk

0 commit comments

Comments
 (0)