From 12e90a5a670def376637ccb0b3fbe76e58ae25f1 Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Wed, 19 Nov 2025 00:07:22 +0000 Subject: [PATCH] Sync contents --- .sync_state | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.sync_state b/.sync_state index aa57317..a0f7266 100644 --- a/.sync_state +++ b/.sync_state @@ -1,4 +1,4 @@ { - "last_synced_sha": "f9614b385c0d79100c8a5aa8ad1a05e88a7cc405", - "last_sync_time": "2025-11-18T22:20:16.894068" + "last_synced_sha": "92e25b2a48e96d7809727fe563335652d00b3756", + "last_sync_time": "2025-11-19T00:07:22.405224" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 87a16e7..7bb8e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tinker" -version = "0.4.0" +version = "0.4.1" description = "The official Python SDK for the tinker API" readme = "README.md" license = "Apache-2.0" @@ -17,6 +17,7 @@ dependencies = [ "sniffio", "numpy", "torch", + "transformers", "rich>=13.0.0", "click>=8.0.0", ]