fix(actions): h11 dependency (#13370)

This commit is contained in:
Sergio Gómez Villamor 2025-04-30 14:45:33 +02:00 committed by GitHub
parent f09bd8ac31
commit 4d524ecf3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,6 @@
build-backend = "setuptools.build_meta"
requires = ["setuptools>65.5.1", "wheel>0.38.1", "pip>=21.0.0"]
dependencies = [
"httpcore >= 1.0.9",
"h11 >= 0.16"
]
[tool.ruff]
line-length = 88
target-version = "py38"

View File

@ -50,6 +50,8 @@ base_requirements = {
"pydantic<2",
"dictdiffer",
"ratelimit",
"httpcore>=1.0.9",
"h11>=0.16"
}
framework_common = {