diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix index f5c929581a1c..f250907999dd 100644 --- a/pkgs/development/python-modules/snowflake-connector-python/default.nix +++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix @@ -10,6 +10,7 @@ , idna , keyring , oscrypto +, packaging , pycryptodomex , pyjwt , pyopenssl @@ -23,14 +24,14 @@ buildPythonPackage rec { pname = "snowflake-connector-python"; - version = "3.0.0"; + version = "3.0.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-F0EbgRSS/kYKUDPhf6euM0eLqIqVjQsHC6C9ZZSRCIE="; + hash = "sha256-wMLn7PMcnmaRzn/VbcLVw60dOzJAWTpkEw5HFrCncLY="; }; # snowflake-connector-python requires arrow 10.0.1, which we don't have in @@ -67,12 +68,12 @@ buildPythonPackage rec { filelock idna oscrypto + packaging pycryptodomex pyjwt pyopenssl pytz requests - setuptools typing-extensions ];