Skip to content

Commit 5fe1e86

Browse files
authored
Use compatible release for all deps (#22)
* Bump webrtc-models and use compatible release for all deps * Revert bump as not needed
1 parent c4f1ba4 commit 5fe1e86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ classifiers = [
1919
requires-python = ">=3.12.0"
2020
dependencies = [
2121
"aiohttp~=3.10",
22-
"awesomeversion>=24.6.0",
22+
"awesomeversion~=24.6",
2323
"mashumaro~=3.13",
24-
"orjson>=3.10.7",
25-
"webrtc-models>=0.1.0",
24+
"orjson~=3.10",
25+
"webrtc-models~=0.1",
2626
]
2727
version = "0.0.0"
2828

uv.lock

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

0 commit comments

Comments
 (0)