Skip to content

Commit 59ec044

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps-dev): update fastapi requirement from <1,>=0.128.8 to >=0.141.1,<1 (#1562)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent cfb9830 commit 59ec044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/adapter_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ falcon>=2,<4; python_version < "3.9"
3030
falcon>=4.2.0,<5; python_version >= "3.9"
3131

3232
# fastapi
33-
# Note: fastapi 0.128.8 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.
3433
fastapi>=0.70.0,<1; python_version < "3.9"
35-
fastapi>=0.128.8,<1; python_version >= "3.9"
34+
fastapi>=0.128.8,<0.129.0; python_version >= "3.9" and python_version < "3.10"
35+
fastapi>=0.141.1,<1; python_version >= "3.10"
3636

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

0 commit comments

Comments
 (0)