From 6879fbfaacf1cbedc87780c68b065b779fea8e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:59:41 +0000 Subject: [PATCH 1/2] Update sqlparser requirement from 0.53.0 to 0.54.0 Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion-sqlparser-rs/compare/v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 379a5444e..600db2373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ version = "0.23" features = ["extension-module"] [dependencies.sqlparser] -version = "0.53.0" +version = "0.54.0" features = ["serde", "visitor"] \ No newline at end of file From f22427c8907ff9feceda2a9e9e1275d17d6ffbb5 Mon Sep 17 00:00:00 2001 From: XB500 Date: Sun, 9 Feb 2025 16:47:35 +0000 Subject: [PATCH 2/2] Opteryx Version 0.19.2-beta.1077 --- opteryx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opteryx/__version__.py b/opteryx/__version__.py index aebf6009b..56ac38170 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 1076 +__build__ = 1077 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.