Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Nov 24, 2023
1 parent 7a3791e commit bff3ae5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

steps:
# Python & dependency installation
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install Poetry
uses: snok/[email protected].3
uses: snok/[email protected].4
# - name: cache Poetry virtualenv
# uses: actions/cache@v2
# id: cache
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* bump `pydantic` to version 2.0 and loosen some other dependencies.
* add support for November 2023 model upgrades
* move to supporting Python 3.11 and 3.12

## 0.5.1 - 2023-06-13

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
scrapeghost = 'scrapeghost.cli:main'

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
openai = "^0.27.1"
cssselect = "^1.2.0"
lxml = "^4.9.2"
Expand All @@ -32,4 +32,4 @@ types-requests = "^2.28.11.15"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit bff3ae5

Please sign in to comment.