Skip to content

Commit

Permalink
Upgrade project dependencies in pyproject.toml πŸš€
Browse files Browse the repository at this point in the history
- Bump version from 0.5.2 to 0.5.3
- Update `deciphon-core` to >=1.0.17,<2
- Update `loguru` to <1
- Update `h3daemon` to >=2.0.5
  • Loading branch information
horta committed Feb 21, 2025
1 parent ed8acd2 commit 1f2da9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ build-backend = "hatchling.build"

[project]
name = "deciphon-worker"
version = "0.5.2"
version = "0.5.3"
description = "Deciphon worker."
authors = [{ name = "Danilo Horta", email = "[email protected]" }]
requires-python = "~=3.9"
readme = "README.md"
license = "MIT"
dependencies = [
"deciphon-core>=1.0.11,<2",
"loguru>=0.7.2,<0.8",
"deciphon-core>=1.0.17,<2",
"loguru>=0.7.2,<1",
"tenacity>=9.0.0,<10",
"deciphon-snap>=1.0.3,<2",
"deciphon-schema>=0.2.0",
"h3daemon>=2.0.2",
"h3daemon>=2.0.5",
]

[dependency-groups]
Expand Down

0 comments on commit 1f2da9a

Please sign in to comment.