Updated requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,5 +8,5 @@ fastapi
|
|
8 |
uvicorn[standard]
|
9 |
python-dotenv>=1.0.0,<1.1.0
|
10 |
marshmallow>=3.19.0,<3.20.0
|
11 |
-
jsonpatch>=1.
|
12 |
-
jiter>=0.4.2
|
|
|
8 |
uvicorn[standard]
|
9 |
python-dotenv>=1.0.0,<1.1.0
|
10 |
marshmallow>=3.19.0,<3.20.0
|
11 |
+
jsonpatch>=1.33,<2.0
|
12 |
+
jiter>=0.4.2
|