Skip to content

Commit 031e370

Browse files
authored
Update requirements.txt (#7)
* Update requirements.txt * removed python 3.6 * added httpx as dependency * added support for 3.11
1 parent bcd39f7 commit 031e370

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
FASTAPI_FF: '{"json_only": False, "file_1": True, "file_2": False, "file_3": True, "file_4": True}'
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
17+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
1818

1919
steps:
2020
- uses: actions/checkout@v2

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests==2.26.0
2-
fastapi==0.75.2
2+
fastapi==0.92.0
3+
httpx==0.23.3

0 commit comments

Comments
 (0)