update packages

This commit is contained in:
2025-08-26 02:57:18 +09:00
parent dc1d54a0fc
commit 0d1f2593d3

View File

@@ -1,7 +1,20 @@
openai>=1.51.0
mcp>=0.1.0
pillow>=10.0.0
python-dotenv>=1.0.0
aiofiles>=23.0.0
pytest>=7.4.0
pytest-asyncio>=0.21.0
# GPT-4 Edit MCP Server Dependencies
# OpenAI API
openai==1.57.0
# Core MCP Server
mcp==1.2.0
# Image Processing
Pillow==11.0.0
# Environment and Configuration
python-dotenv==1.0.1
# Async File Operations
aiofiles==24.1.0
# Development and Testing
pytest==8.3.4
pytest-asyncio==0.25.0