Skip to content

Commit 360e19b

Browse files
committed
fix: Install naas-models from pypi
1 parent 448617d commit 360e19b

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

poetry.lock

+9-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ typer = { extras = ["all"], version = "^0.9.0" }
1313
requests = "^2.31.0"
1414
protobuf_to_pydantic = { version = "0.1.7.4" }
1515
cachetools = "^5.3.1"
16-
naas-models = { git = "https://github.com/jupyter-naas/naas-models.git", tag = "v1.4.1", subdirectory = "python" }
16+
#naas-models = { git = "https://github.com/jupyter-naas/naas-models.git", tag = "v1.4.1", subdirectory = "python" }
1717
jinja2 = "^3.0.1"
1818
grpcio = "^1.60.0"
19+
naas-models = "1.4.4"
1920

2021
[tool.poetry.group.dev.dependencies]
2122
pytest = "^7.3.1"

0 commit comments

Comments
 (0)