# Snyk for python does not support hatch package manager.
# Workaround: defining runtime project dependencies in requirements.txt file
# and adding this file dynamically to hatch via hatch-requirements-txt plugin.

urllib3>=1.26.6
python-dateutil>=2.8.2
h2o-authn>=1.0.0
h2o>=3.38.0.2
h2o-cloud-discovery>=1.0.0
toml>=0.10.2
driverlessai>=1.10.0

requests>=2.26.0
# certifi is a transitive dependency from requests package.
# Latest requests package depends on vulnerable certifi version (according to Snyk).
# Manually overriding min certifi version to pass Snyk test.
certifi>=2022.12.7