Skip to content

Commit 4c86aef

Browse files
committed
chore: fix ci dependency conflict
1 parent ec88f0f commit 4c86aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "aali-flowkit-python"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "A Python service for Aali Flowkit."
99
readme = "README.md"
1010
requires-python = ">=3.10,<4"
@@ -50,7 +50,7 @@ doc = [
5050
"sphinx-gallery==0.17.1",
5151
"sphinx-jinja==2.0.2",
5252
]
53-
ci = ["packaging==25.0", "semver~=3.0.4"]
53+
ci = ["packaging==24.2", "semver~=3.0.4"]
5454

5555
[project.urls]
5656
Source = "https://github.com/ansys/aali-flowkit-python"

0 commit comments

Comments
 (0)