We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97184fb commit e3e5719Copy full SHA for e3e5719
locallab/__init__.py
@@ -2,7 +2,7 @@
2
LocalLab - A lightweight AI inference server for running LLMs locally
3
"""
4
5
-__version__ = "0.4.42"
+__version__ = "0.4.43"
6
7
# Only import what's necessary initially, lazy-load the rest
8
from .logger import get_logger
setup.py
@@ -5,7 +5,7 @@
setup(
name="locallab",
- version="0.4.42",
+ version="0.4.43",
9
packages=find_packages(include=["locallab", "locallab.*"]),
10
install_requires=[
11
"fastapi>=0.95.0,<1.0.0",
0 commit comments