diff --git a/requirements.txt b/requirements.txt index 2bebf97..c36bfba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -httpx==0.26.0 +httpx==0.27.0 orjson==3.9.15 pydantic==2.6.3 moviepy==1.0.3 diff --git a/setup.py b/setup.py index 83ea937..fabba8e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ """ requirements = [ - "httpx==0.26.0", + "httpx==0.27.0", "orjson==3.9.15", "pydantic==2.6.3", "moviepy==1.0.3",