Update dependencies and refactor import statements (#1435)
This pull request updates the python-multipart version, updates the dependencies in pyproject.toml, adds Python 3.11 support to lint and test workflows, and refactors import statements in Qdrant.py.
This commit is contained in:
commit
b9ad74cf4e
25 changed files with 1315 additions and 1150 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
python-version:
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
|
|
|
|||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
matrix:
|
||||
python-version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue