Skip to content

Commit f3f6fd2

Browse files
Copilot0xrinegade
andcommitted
Fix Python dependency conflicts - Update to compatible versions
Co-authored-by: 0xrinegade <[email protected]>
1 parent fce38a7 commit f3f6fd2

19 files changed

+67
-11
lines changed

python/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ keywords = [
3636
"web3",
3737
]
3838
dependencies = [
39-
"solana[async]>=0.30.0,<1.0.0",
40-
"anchorpy>=0.18.0,<1.0.0",
39+
"solana>=0.36.0,<1.0.0",
40+
"anchorpy>=0.21.0,<1.0.0",
4141
"typing-extensions>=4.0.0",
42-
"httpx>=0.24.0",
42+
"httpx>=0.28.0",
4343
"pydantic>=2.0.0,<3.0.0",
44+
"websockets>=9.0",
4445
]
4546

4647
[project.optional-dependencies]
1.56 KB
Binary file not shown.
411 Bytes
Binary file not shown.
415 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
418 Bytes
Binary file not shown.
416 Bytes
Binary file not shown.
19.7 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# TODO: Implement agent module as per Task 4.2
2+
class AgentRegistry:
3+
"""Placeholder agent registry class - to be implemented."""
4+
pass

0 commit comments

Comments
 (0)