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 5afb3d0 commit d580102Copy full SHA for d580102
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
- curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
33
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
34
uv pip install --system -e ".[dev]"
35
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "intent-service"
3
-version = "0.1.7"
+version = "0.1.6"
4
description = "Intent classification service"
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments