From 02554bd0d551c9a8180a66d3a50521c70bef2d0f Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:38:58 -0600 Subject: [PATCH] versions (#463) --- macros/python/hex_to_int_udf.sql | 4 ++-- packages.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/python/hex_to_int_udf.sql b/macros/python/hex_to_int_udf.sql index d52114f..36263c7 100644 --- a/macros/python/hex_to_int_udf.sql +++ b/macros/python/hex_to_int_udf.sql @@ -2,7 +2,7 @@ create or replace function {{ schema }}.udf_hex_to_int(hex string) returns string language python -runtime_version = '3.8' +runtime_version = '3.9' handler = 'hex_to_int' as $$ @@ -26,7 +26,7 @@ $$; create or replace function {{ schema }}.udf_hex_to_int(encoding string, hex string) returns string language python -runtime_version = '3.8' +runtime_version = '3.9' handler = 'hex_to_int' as $$ diff --git a/packages.yml b/packages.yml index 3e2b0fc..610ee68 100644 --- a/packages.yml +++ b/packages.yml @@ -6,4 +6,4 @@ packages: - package: dbt-labs/dbt_utils version: 1.0.0 - git: https://github.com/FlipsideCrypto/fsc-utils.git - revision: "v1.29.0" + revision: "v1.36.1"