We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48be64a + cf1ec53 commit 45865dbCopy full SHA for 45865db
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "workcell"
3
-version = "0.0.28"
+version = "0.0.29"
4
description = "Turn python function into microservice."
5
authors = ["jiandong <jiandong@weanalyze.co>"]
6
license = "Apache-2.0"
workcell/__init__.py
"""Information about this library. This file will automatically changed (by poetry-bump-version)."""
-__version__ = "0.0.28"
+__version__ = "0.0.29"
__ui_version__ = "0.1.6"
from .core import Workcell
workcell/deploy/huggingface/utils.py
@@ -6,7 +6,7 @@
7
def get_hf_host(
8
space_name: str,
9
- api_key: str | None,
+ api_key: str | None = None,
10
**kwargs
11
) -> str:
12
# fetching url
0 commit comments