# Dependencies are set at the lowest currently tested version
# If you need an older version of a dependency please open an Issue on Github
# Basics
setuptools>=38.5

# Version comparison
packaging>=17.1

# HTTP stack (explicit because generated clients import these directly)
# TODO: evaluate reducing direct requests usage in favor of urllib3-only later
urllib3>=1.26,<3
certifi>=2023.7.22

# Security and Connectivity (used in utils and demos)
requests>=2.18

# Socks Proxy
pysocks>=1.7.1

# Import Export and Utils implementation
PyYAML>=6.0
