chore: update dependencies for galaxis-agent

This commit is contained in:
머니페니 2026-03-20 14:48:59 +09:00
parent 0e5672f648
commit 2a2e98c53d
2 changed files with 2650 additions and 24 deletions

View File

@ -1,28 +1,26 @@
[project]
name = "open-swe-agent"
name = "galaxis-agent"
version = "0.1.0"
description = "Open SWE Agent - Python agent for automating software engineering tasks"
description = "Autonomous SWE agent for galaxis-po development"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
license = { text = "MIT" }
dependencies = [
"deepagents>=0.4.3",
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
"httpx>=0.25.0",
"PyJWT>=2.8.0",
"cryptography>=41.0.0",
"langgraph-sdk>=0.1.0",
"langchain>=1.2.9",
"langgraph>=1.0.8",
"markdownify>=1.2.2",
"langchain-anthropic>1.1.0",
"langgraph-cli[inmem]>=0.4.12",
"langsmith>=0.7.1",
"langchain-openai==1.1.10",
"langchain-daytona>=0.0.3",
"langchain-modal>=0.0.2",
"langchain-runloop>=0.0.3",
"langchain-anthropic>1.1.0",
"markdownify>=1.2.2",
"docker>=7.0.0",
"pydantic-settings>=2.0.0",
"slowapi>=0.1.9",
"discord.py>=2.3.0",
]
[project.optional-dependencies]
@ -44,21 +42,11 @@ packages = ["agent"]
[tool.ruff]
line-length = 100
target-version = "py311"
target-version = "py312"
[tool.ruff.lint]
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # Pyflakes
"I", # isort
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"UP", # pyupgrade
]
ignore = [
"E501", # line too long (handled by formatter)
]
select = ["E", "W", "F", "I", "B", "C4", "UP"]
ignore = ["E501"]
[tool.pytest.ini_options]
asyncio_mode = "auto"

2638
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff