Skip to content

Commit

Permalink
feat: enable python 3.12 support by updating glm (#8)
Browse files Browse the repository at this point in the history
* update deepsearch-glm for python 3.12 support

Signed-off-by: Michele Dolfi <[email protected]>

* enable python 3.12 in ci tests

Signed-off-by: Michele Dolfi <[email protected]>

---------

Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Jul 17, 2024
1 parent 2803222 commit fb72688
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-poetry
Expand Down
91 changes: 28 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python = "^3.11"
pydantic = "^2.0.0"
docling-core = "^0.2.0"
docling-ibm-models = "^0.2.0"
deepsearch-glm = ">=0.18.4,<1"
deepsearch-glm = ">=0.19.0,<1"
deepsearch-toolkit = ">=0.47.0,<1"
filetype = "^1.2.0"
pypdfium2 = "^4.30.0"
Expand Down

0 comments on commit fb72688

Please sign in to comment.