pydantic>=2.0
fastapi>=0.100.0
starlette>=0.46.0
uvicorn>=0.23.0
python-multipart>=0.0.6
motor>=3.0.0
pymongo>=4.0.0
PyJWT>=2.0.0
cryptography>=42.0.0
authlib>=1.3
bcrypt>=4.0.0
email-validator>=2.0.0
schedule>=1.2.2
typing-extensions>=4.0.0
aiosqlite>=0.19.0

[all]
aioboto3>=15.5.0
boto3>=1.28.0
asyncpg>=0.29.0
pgvector>=0.2.5
opentelemetry-api>=1.20.0
redis[hiredis]>=5.0.0
psutil>=5.9.0

[cache]
redis[hiredis]>=5.0.0

[dev]
pytest>=7.0
pytest-asyncio>=0.21.0
pytest-benchmark>=4.0.0
httpx>=0.24.0
pre-commit>=3.0.0
python-dotenv>=1.0.0

[lambda]
aioboto3>=15.5.0
boto3>=1.28.0

[otel]
opentelemetry-api>=1.20.0

[pgvector]
asyncpg>=0.29.0
pgvector>=0.2.5

[postgres]
asyncpg>=0.29.0

[scheduler]
psutil>=5.9.0
python-dotenv>=1.0.0

[test]
pytest>=7.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0
httpx>=0.24.0
