Skip to content

Commit

Permalink
add rich to main dependencies (#161)
Browse files Browse the repository at this point in the history
* add rich to main dependencies

* bump version to 1.10.2
  • Loading branch information
kdutia authored Dec 16, 2024
1 parent 31e1d02 commit 362376a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pyyaml = { version = "^6.0.2", optional = true }
spacy = { version = "^3.5.1", optional = true }
poetry = "^1.8.3"
flatten-dict = "^0.4.2"
rich = "^13.8.1"

[tool.poetry.extras]
vespa = ["pyvespa", "pyyaml", "sentence-transformers", "torch"]
Expand All @@ -63,7 +64,6 @@ optional = true

[tool.poetry.group.cli.dependencies]
typer = "^0.12.5"
rich = "^13.8.1"

[tool.pytest.ini_options]
addopts = "-p no:cacheprovider"
Expand Down
2 changes: 1 addition & 1 deletion src/cpr_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "10"
_PATCH = "1"
_PATCH = "2"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 362376a

Please sign in to comment.