Skip to content

Commit 5b291b4

Browse files
committed
revert lfx version and no-sync changes
1 parent 429f111 commit 5b291b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
echo "Updating LFX project version to $LFX_TAG"
125125
uv run ./scripts/ci/update_lfx_version.py $LFX_TAG
126126
echo "Updating base project version to $BASE_TAG and updating main project version to $MAIN_TAG"
127-
uv run ./scripts/ci/update_pyproject_combined.py main $MAIN_TAG $BASE_TAG $LFX_TAG
127+
uv run --no-sync ./scripts/ci/update_pyproject_combined.py main $MAIN_TAG $BASE_TAG $LFX_TAG
128128
129129
uv lock
130130
cd src/backend/base && uv lock && cd ../../..

src/backend/base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
]
1818

1919
dependencies = [
20-
"lfx>=0.0.0,<0.3.0",
20+
"lfx~=0.2.0",
2121
"fastapi>=0.115.2,<1.0.0",
2222
"httpx[http2]>=0.27,<1.0.0",
2323
"aiofile>=3.9.0,<4.0.0",

0 commit comments

Comments
 (0)