mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
fix(actions): h11 dependency (#13370)
This commit is contained in:
parent
f09bd8ac31
commit
4d524ecf3b
@ -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"
|
||||
|
||||
@ -50,6 +50,8 @@ base_requirements = {
|
||||
"pydantic<2",
|
||||
"dictdiffer",
|
||||
"ratelimit",
|
||||
"httpcore>=1.0.9",
|
||||
"h11>=0.16"
|
||||
}
|
||||
|
||||
framework_common = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user