Pin nostr-sdk to 0.42.x

This commit is contained in:
thePR0M3TH3AN
2025-07-30 14:45:53 -04:00
parent 3ad7c1ab94
commit bcd8002e1d
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ requires = [
"aiohttp>=3.12.14",
"bcrypt",
"portalocker>=2.8",
"nostr-sdk>=0.42.1",
"nostr-sdk>=0.42.1,<0.43",
"websocket-client==1.7.0",
"websockets>=15.0.0",
"tomli",