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:
Gabriel Luiz Freitas Almeida 2024-02-15 18:33:08 -03:00 committed by GitHub
commit b9ad74cf4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 1315 additions and 1150 deletions

View file

@ -16,6 +16,7 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Install poetry

View file

@ -16,6 +16,7 @@ jobs:
matrix:
python-version:
- "3.10"
- "3.11"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
steps: