Skip to content

Commit

Permalink
Deps: cleanups after dropping Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 1, 2023
1 parent 0ef1c4b commit 1d41225
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest']
package: ["."]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
uvicorn==0.18.3
hvac==1.0.2
IPython==7.34.0;python_version<"3.8"
IPython==8.11.0;python_version>="3.8"
IPython==8.11.0
nbformat==5.4.0
regex==2022.9.13
montydb==2.5.0
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ mongogrant==0.3.3
aioitertools==0.10.0
pydantic==1.10.2
fastapi==0.79.0
numpy==1.18.0;python_version<"3.8"
numpy==1.23.0;python_version>="3.8"
typing_extensions;python_version<"3.8"
typing_compat;python_version<"3.8" # required for get_args()
numpy==1.23.0
typing_compat
pyzmq==24.0.1
dnspython==2.2.1
uvicorn==0.18.3
Expand Down

0 comments on commit 1d41225

Please sign in to comment.