diff --git a/requirements.txt b/requirements.txt index e08ca87..f354bb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx==0.28.1 -orjson==3.11.3 +orjson==3.11.4 pydantic==2.12.3 moviepy==1.0.3 pycryptodomex==3.23.0 diff --git a/setup.py b/setup.py index 6930585..555ec58 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [ "httpx==0.28.1", - "orjson==3.11.3", + "orjson==3.11.4", "pydantic==2.12.3", "moviepy==1.0.3", "pycryptodomex==3.23.0",