diff --git a/pysqlsync/__init__.py b/pysqlsync/__init__.py index 764e490..fea00c9 100644 --- a/pysqlsync/__init__.py +++ b/pysqlsync/__init__.py @@ -7,7 +7,7 @@ :see: https://github.com/hunyadi/pysqlsync """ -__version__ = "0.7.0" +__version__ = "0.7.1" __author__ = "Levente Hunyadi" __copyright__ = "Copyright 2023-2024, Levente Hunyadi" __license__ = "MIT" diff --git a/setup.cfg b/setup.cfg index 8b89943..2492185 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,25 +29,25 @@ include_package_data = True packages = find: python_requires = >=3.9 install_requires = - json_strong_typing >= 0.3.2 + json_strong_typing >= 0.3.4 certifi >= 2024.8.30; python_version<"3.10" truststore >= 0.9; python_version>="3.10" - typing_extensions >= 4.8; python_version<"3.12" + typing_extensions >= 4.12; python_version<"3.12" [options.extras_require] tsv = - tsv2py >= 0.6 + tsv2py >= 0.7 postgresql = asyncpg >= 0.29 oracle = - oracledb >= 1.4 + oracledb >= 2.4 mysql = aiomysql >= 0.2 PyMySQL[rsa] mssql = - pyodbc >= 5.0 + pyodbc >= 5.1 snowflake = - snowflake-connector-python >= 3.10 + snowflake-connector-python >= 3.12 trino = aiotrino >= 0.2