Skip to content

Commit

Permalink
Upgrade PantherDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRn76 committed Mar 24, 2024
1 parent f709aa0 commit 9808592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Expand Up @@ -133,9 +133,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install motor
run: pip install pymongo
run: pip install motor

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@ def panther_version() -> str:
},
install_requires=[
'httptools~=0.6',
'pantherdb==2.0.0',
'pantherdb==2.1.0',
'pydantic~=2.6',
'rich~=13.7',
'uvicorn~=0.27',
Expand Down

0 comments on commit 9808592

Please sign in to comment.