Skip to content

Commit 7d494fc

Browse files
chore: update dependencies and redit type in configs
1 parent 787ed30 commit 7d494fc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ setup: ## Setup project pre-requisites
3232
.PHONY: install
3333
install: ## Install project dependencies
3434
@echo "${BLUE}Installing project dependencies...${NC}"
35-
$(UV) sync --extra dev --upgrade
35+
$(UV) sync --all-extras --group dev --upgrade
3636
$(PRE_COMMIT) install
3737

3838
.PHONY: install-dev

archipy/configs/config_template.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
class RedisMode(StrEnum):
1919
"""Redis deployment mode."""
2020

21-
STANDALONE = "standalone"
22-
SENTINEL = "sentinel"
23-
CLUSTER = "cluster"
21+
STANDALONE = "STANDALONE"
22+
SENTINEL = "SENTINEL"
23+
CLUSTER = "CLUSTER"
2424

2525

2626
class ElasticsearchConfig(BaseModel):

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)