Skip to content
4 changes: 2 additions & 2 deletions requirements/adapter_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ falcon>=2,<4; python_version < "3.9"
falcon>=4.2.0,<5; python_version >= "3.9"

# fastapi
# Note: fastapi 0.128.8 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.
fastapi>=0.70.0,<1; python_version < "3.9"
fastapi>=0.128.8,<1; python_version >= "3.9"
fastapi>=0.128.8,<0.129.0; python_version >= "3.9" and python_version < "3.10"
fastapi>=0.141.1,<1; python_version >= "3.10"

# Flask
# Note: Flask 3.1.3 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.
Expand Down