Skip to content

Commit 0ddff92

Browse files
committed
sdk version
1 parent 12c6221 commit 0ddff92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/localprovider_pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"soundfile==0.13.1",
3333
"tensorboardX==2.6.2.2",
3434
"timm==1.0.15",
35-
"transformerlab==0.1.40",
35+
"transformerlab==0.1.42",
3636
"transformerlab-inference==0.2.52",
3737
"transformers==4.57.1",
3838
"wandb==0.23.1",

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"python-dotenv==1.2.2",
2727
"python-multipart==0.0.29",
2828
"sqlalchemy[asyncio]==2.0.50",
29-
"transformerlab==0.1.40",
29+
"transformerlab==0.1.42",
3030
"transformerlab-inference==0.2.52",
3131
"uvicorn==0.35.0",
3232
"watchfiles==1.2.0",

lab-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "transformerlab"
7-
version = "0.1.40"
7+
version = "0.1.42"
88
description = "Python SDK for Transformer Lab"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)