Skip to content

Commit ac0bd87

Browse files
committed
Merge branch 'main' into fix-warning-from-race
2 parents c09e360 + 3cb339b commit ac0bd87

File tree

32 files changed

+5106
-3112
lines changed

32 files changed

+5106
-3112
lines changed

.cursor/rules/python.mdc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ docstrings should follow the google style guides for docstrings.
1414
integration tests use
1515
@pytest.mark.integration
1616

17-
@pytest.mark.asyncio is not needed (its automatic)
17+
@pytest.mark.asyncio is not needed (its automatic)
18+
19+
---
20+
description: when running python or tests
21+
globs:
22+
alwaysApply: true
23+
---
24+
25+
we use uv on this project, no python -m non-sense please. If you get in trouble with deps just stop and ask, better to have the human resolve things (no sudo brew kind of stuff please)

agents-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
requires-python = ">=3.10"
2323
dependencies = [
24-
"getstream[webrtc,telemetry]>=2.5.3",
24+
"getstream[webrtc,telemetry]>=2.5.5",
2525
"python-dotenv>=1.1.1",
2626
"pillow>=11.3.0",
2727
"numpy>=1.24.0",

0 commit comments

Comments
 (0)