From 5f32418fdfdf22b4db6e3e0e07a174747531a170 Mon Sep 17 00:00:00 2001 From: Sam Lindsay Date: Tue, 12 Apr 2022 13:05:01 +0100 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f76fc57db8..379dcf164c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" python = "^3.6" jsonschema = "^3.2" typeguard = "^2.10.0" -sqlglot = "^1.18.0" +sqlglot = "^1.25.0" [tool.poetry.dev-dependencies] pytest = "^5.3" From ddd1ff9d5f2e4304d82e66a1e9511e4548451ded Mon Sep 17 00:00:00 2001 From: Sam Lindsay Date: Tue, 12 Apr 2022 13:07:17 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 379dcf164c..97b7920537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "2.1.11" +version = "2.1.12" description = "Implementation of Fellegi-Sunter's canonical model of record linkage in Apache Spark, including EM algorithm to estimate parameters" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis"] license = "MIT"