# Core dependencies for Grasp Python SDK
# These are required for the SDK to function

httpx[socks]>=0.24.0
pydantic>=2.0
pydantic-core>=2.0
python-dateutil>=2.8
typing-extensions>=4.0; python_version<'3.10'
