Skip to content

Commit 4b9a2fc

Browse files
authored
Bump version from 0.4.16 to 0.4.17
1 parent 43325d6 commit 4b9a2fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quotientai"
3-
version = "0.4.16"
3+
version = "0.4.17"
44
authors = [
55
"Freddie Vargus <[email protected]>",
66
"Michael Goitia Sarmiento <[email protected]>"
@@ -20,7 +20,7 @@ typer = ">=0.16.0"
2020
rich = "^13.7.0"
2121
click = "^8.1.7"
2222
httpx = ">=0.27.0"
23-
tenacity = "<=9.0.0"
23+
tenacity = ">=9.0.0"
2424
pyjwt = "^2.10.1"
2525
pydantic = ">=2.10.6"
2626
opentelemetry-exporter-otlp = "^1.34.0"
@@ -52,3 +52,4 @@ quotient = "quotientai.cli.entrypoint:app"
5252

5353

5454

55+

0 commit comments

Comments
 (0)