Skip to content

Commit 082f007

Browse files
author
maces
committed
fix version missmatch
1 parent fc2e927 commit 082f007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
22-
fastapi-version: [ "0.110", "0.114", "0.115.0" ]
22+
fastapi-version: [ "0.110.3", "0.114", "0.115.0" ]
2323
jinja2-version: [ "3.1.4" ]
2424
runs-on: ubuntu-latest
2525
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ packages = [
4040

4141
[tool.poetry.dependencies]
4242
python = "^3.8"
43-
fastapi = ">=0.110,<0.116"
43+
fastapi = ">=0.110.3,<0.116"
4444
jinja2 = "^3.1"
4545

4646
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)