Skip to content

Commit 57326af

Browse files
committed
Merge remote-tracking branch 'origin/main' into meilisearch-1.2.0
2 parents cc3c133 + a82ecea commit 57326af

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT
101101
- name: Install Poetry and add to path
102102
run: |
103-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
103+
curl -sSL https://install.python-poetry.org/install-poetry.py | python -
104104
echo "${HOME}/.local/bin" >> $GITHUB_PATH
105105
- name: Configure poetry
106106
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: mypy
2121
additional_dependencies: [pydantic, types-aiofiles]
2222
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.0.269
23+
rev: v0.0.270
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.2.2"
1+
VERSION = "1.3.0"

poetry.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meilisearch-python-async"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
description = "A Python async client for the Meilisearch API"
55
authors = ["Paul Sanders <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)