We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1f661 commit bf2dee6Copy full SHA for bf2dee6
2 files changed
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Topic :: System :: Networking :: Monitoring",
26
]
27
dependencies = [
28
- "aiohttp<4.0.0",
+ "aiohttp<3.13.3",
29
"defusedxml",
30
"gltflib",
31
"Glymur<0.9.7",
requirements-test.txt
@@ -2,7 +2,7 @@
2
# uv pip compile --extra gui --extra proxy --extra test --output-file=requirements-test.txt pyproject.toml
3
aiohappyeyeballs==2.6.1
4
# via aiohttp
5
-aiohttp==3.13.3
+aiohttp==3.13.2
6
# via
7
# hippolyzer (pyproject.toml)
8
# aioresponses
0 commit comments