Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions claude-agent-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"slack-sdk==3.42.0",
"slack-bolt>=1.28.0",
"slack-cli-hooks<1.0.0",
"claude-agent-sdk>=0.2.87",
"aiohttp>=3.14.1",
"slack-bolt==1.28.0",
"slack-cli-hooks==0.3.0",
"claude-agent-sdk==0.2.110",
"aiohttp==3.14.1",
"python-dotenv==1.2.2",
]

[project.optional-dependencies]
test = [
"pytest",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

this causes the errors

"pytest-asyncio",
"pytest==9.1.1",
"pytest-asyncio==1.4.0",
]
dev = [
"bolt-python-support-agent-claude[test]",
"ruff==0.15.17",
"ruff==0.15.19",
]

[tool.setuptools.packages.find]
Expand Down
13 changes: 7 additions & 6 deletions claude-agent-sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
slack-sdk==3.42.0
slack-bolt>=1.28.0
slack-cli-hooks<1.0.0
claude-agent-sdk>=0.2.103
aiohttp>=3.14.1
slack-bolt==1.28.0
slack-cli-hooks==0.3.0
claude-agent-sdk==0.2.110
aiohttp==3.14.1
python-dotenv==1.2.2

pytest
ruff==0.15.17
pytest==9.1.1
pytest-asyncio==1.4.0
ruff==0.15.19
10 changes: 5 additions & 5 deletions openai-agents-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"slack-sdk==3.42.0",
"slack-bolt>=1.28.0",
"slack-cli-hooks<1.0.0",
"openai-agents",
"slack-bolt==1.28.0",
"slack-cli-hooks==0.3.0",
"openai-agents==0.17.7",
"python-dotenv==1.2.2",
]

[project.optional-dependencies]
test = [
"pytest",
"pytest==9.1.1",
]
dev = [
"bolt-python-support-agent-openai-agentkit[test]",
"ruff==0.15.17",
"ruff==0.15.19",
]

[tool.setuptools.packages.find]
Expand Down
10 changes: 5 additions & 5 deletions openai-agents-sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
slack-sdk==3.42.0
slack-bolt>=1.28.0
slack-cli-hooks<1.0.0
openai-agents
slack-bolt==1.28.0
slack-cli-hooks==0.3.0
openai-agents==0.17.7
python-dotenv==1.2.2

pytest
ruff==0.15.17
pytest==9.1.1
ruff==0.15.19
10 changes: 5 additions & 5 deletions pydantic-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"slack-sdk==3.42.0",
"slack-bolt>=1.28.0",
"slack-cli-hooks<1.0.0",
"pydantic-ai[openai]",
"slack-bolt==1.28.0",
"slack-cli-hooks==0.3.0",
"pydantic-ai[openai]==1.107.0",
"python-dotenv==1.2.2",
]

[project.optional-dependencies]
test = [
"pytest",
"pytest==9.1.1",
]
dev = [
"bolt-python-support-agent-pydantic[test]",
"ruff==0.15.17",
"ruff==0.15.19",
]

[tool.setuptools.packages.find]
Expand Down
10 changes: 5 additions & 5 deletions pydantic-ai/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
slack-sdk==3.42.0
slack-bolt>=1.28.0
slack-cli-hooks<1.0.0
pydantic-ai[openai,anthropic]
slack-bolt==1.28.0
slack-cli-hooks==0.3.0
pydantic-ai[openai,anthropic]==1.107.0
python-dotenv==1.2.2

pytest
ruff==0.15.17
pytest==9.1.1
ruff==0.15.19