Skip to content

Commit 29c89cd

Browse files
rlmelvinclaude
andcommitted
chore: switch to aiweb-common package name, regenerate uv.lock
llm_utils develop now publishes as aiweb-common. Update pyproject.toml and regenerate lock file against the renamed package. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cbc6694 commit 29c89cd

2 files changed

Lines changed: 1737 additions & 1319 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "PoC"
55
requires-python = ">=3.11"
66
dependencies = [
77
# Runtime ---------------------------------------------------------------
8-
"llm-utils @ git+https://github.com/UABPeriopAI/llm_utils.git@develop",
8+
"aiweb-common @ git+https://github.com/UABPeriopAI/llm_utils.git@develop",
99
"fastapi>=0.118.3",
1010
"Pillow",
1111
"python-multipart>=0.0.20",
@@ -64,7 +64,7 @@ include_trailing_comma = true
6464
virtual_env = "venv"
6565

6666
[tool.uv.sources]
67-
llm-utils = { git = "https://github.com/UABPeriopAI/llm_utils.git", branch = "develop" }
67+
aiweb-common = { git = "https://github.com/UABPeriopAI/llm_utils.git", branch = "develop" }
6868

6969
[build-system]
7070
requires = ["setuptools>=61"]

0 commit comments

Comments
 (0)