Skip to content

Commit

Permalink
LITE-31003: Bump dependencies & deprecate Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-s11v committed Sep 12, 2024
1 parent 652e28a commit 866cc59
Show file tree
Hide file tree
Showing 6 changed files with 833 additions and 776 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## Install

`Connect EaaS Core` requires python 3.8 or later.
`Connect EaaS Core` requires python 3.9 or later.


`Connect EaaS Core` can be installed from [pypi.org](https://pypi.org/project/connect-eaas-core/) using pip:
Expand Down
1 change: 1 addition & 0 deletions connect/eaas/core/testing/testclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def _get_application(self):
handlers = self._webapp_class.get_exception_handlers(handlers)
app = FastAPI(
exception_handlers=handlers,
root_path='/public/v1',
)

auth_router, no_auth_router = self._webapp_class.get_routers()
Expand Down
Loading

0 comments on commit 866cc59

Please sign in to comment.