Skip to content

Commit 4da87b6

Browse files
committed
add redis dep
1 parent 05f514e commit 4da87b6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ sandbox-actor = [
6363
"gem-llm>=0.1.0",
6464
"sqlmodel",
6565
"nacos-sdk-python>=0.1.14",
66+
"redis",
6667
]
6768

6869
# Legacy optional dependencies for backward compatibility

requirements_sandbox_actor.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ apscheduler==3.11.1
8484
# rl-rock
8585
arckit==0.1.0
8686
# via reasoning-gym
87-
async-timeout==5.0.1 ; python_full_version < '3.11'
88-
# via aiohttp
87+
async-timeout==5.0.1 ; python_full_version < '3.11.3'
88+
# via
89+
# aiohttp
90+
# redis
8991
attrs==25.4.0
9092
# via aiohttp
9193
bfi==1.0.4
@@ -297,6 +299,8 @@ pyyaml==6.0.3
297299
# rl-rock
298300
reasoning-gym==0.1.23
299301
# via gem-llm
302+
redis==7.0.1
303+
# via rl-rock
300304
regex==2025.11.3
301305
# via nltk
302306
requests==2.32.5

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)