Skip to content

Commit b49b8c9

Browse files
committed
WIP
1 parent 8191155 commit b49b8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms_wrapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
2-
__version__ = "0.5.1"
2+
__version__ = "0.5.2"
33

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def versionfromfile(*filepath):
4444
"tenacity",
4545
"hjson",
4646
"loguru",
47-
"python-fasthtml",
4847
"docstring_parser",
4948
],
5049
extras_require={
5150
"dev": [ "pdoc3", "pytest", "pytest-cov", "ipython", "jupyter", "jupyterlab", "ipykernel", "notebook" ],
5251
"phoenix": ["openinference-instrumentation-litellm", "arize-phoenix-otel" ],
52+
"webchat": ["pyperclip", "python-fasthtml"],
5353
},
5454
python_requires=">=3.11",
5555
tests_require=["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)