Skip to content

Commit ea2b0ae

Browse files
committed
Update Solana dependency in requirements.txt from version 0.36.1 to 0.36.6 to resolve deployment issues in kubernetes prod.
``` #9 19.08 ERROR: Cannot install -r requirements.txt (line 15) and -r requirements.txt (line 9) because these package versions have conflicting dependencies. #9 19.08 #9 19.08 The conflict is caused by: #9 19.08 solana 0.36.1 depends on websockets<=12.0 and >=9.0 #9 19.08 driftpy 0.8.56 depends on websockets==13.0 #9 19.08 ```
1 parent 8784e9f commit ea2b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numpy==1.26.4
66
pandas==2.2.3
77
python-dotenv==1.0.1
88
pydantic==2.10.6
9-
solana==0.36.1
9+
solana==0.36.6
1010
streamlit==1.42.1
1111
uvicorn==0.34.0
1212
requests==2.32.3

0 commit comments

Comments
 (0)