Skip to content

Commit e60b5de

Browse files
authored
Bump version to 0.4.16 in pyproject.toml
1 parent 6d9188a commit e60b5de

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.15"
3+
version = "0.4.16"
44
authors = [
55
"Freddie Vargus <[email protected]>",
66
"Michael Goitia Sarmiento <[email protected]>"
@@ -22,7 +22,7 @@ click = "^8.1.7"
2222
httpx = ">=0.27.0"
2323
tenacity = "<=9.0.0"
2424
pyjwt = "^2.10.1"
25-
pydantic = "^2.10.6"
25+
pydantic = ">=2.10.6"
2626
opentelemetry-exporter-otlp = "^1.34.0"
2727
opentelemetry-sdk = "^1.34.0"
2828

@@ -51,3 +51,4 @@ quotient = "quotientai.cli.entrypoint:app"
5151

5252

5353

54+

0 commit comments

Comments
 (0)