Skip to content

Commit 9432046

Browse files
committed
Fix deps
1 parent 04ca924 commit 9432046

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ tests: ## Unit tests
4747
.PHONY: outdated
4848
outdated: ## Show outdated packages
4949
uv tree --outdated
50+
51+
.PHONY: upgrade
52+
upgrade: ## Upgrade dependencies
53+
uv lock --upgrade

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Documentation = "https://quantmind.github.io/quantflow/"
2323
[project.optional-dependencies]
2424
ai = [
2525
"asciichartpy>=1.5.25",
26-
"ccy[holidays]>=1.7.1",
26+
"ccy[holidays]>=2.0.0",
2727
"google-genai>=1.61.0",
2828
"mcp>=1.26.0",
2929
"openai>=2.16.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)