Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F/update duckdb #294

Merged
merged 3 commits into from
Mar 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.3.3
current_version = 7.3.4

[bumpversion:file:pyproject.toml]

Expand Down
2 changes: 1 addition & 1 deletion prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ definitions:
name: default-pool

version: &version
version: 7.3.3
version: 7.3.4

# Define defaults (that can be overwritten)
defaults: &defaults
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vtasks"
version = "7.3.3"
version = "7.3.4"
description = "Personal tasks scheduled with Prefect"
authors = [{ name = "Arnau Villoro", email = "[email protected]" }]
maintainers = [{ name = "Arnau Villoro", email = "[email protected]" }]
Expand All @@ -24,7 +24,7 @@ dependencies = [
"backoff>=2.2.1",
"cryptocompare>=0.7.6",
"dbt-duckdb>=1.9.2",
"duckdb>=1.2.0",
"duckdb==1.2.1",
"gcsa>=2.5.1",
"gspread>=6.1.4",
"pandas>=2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deepdiff==7.0.1
deprecated==1.2.18
docker==7.1.0
dropbox==12.0.2
duckdb==1.2.0
duckdb==1.2.1
exceptiongroup==1.2.2
fastapi==0.115.8
fsspec==2025.2.0
Expand Down
74 changes: 37 additions & 37 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading