chore: update dependencies for galaxis-agent
This commit is contained in:
parent
0e5672f648
commit
2a2e98c53d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user