Skip to content

Commit 8bfdd98

Browse files
committed
upgrade python
1 parent b96581a commit 8bfdd98

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

playground/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ repository = "https://github.com/algolia/api-clients-automation"
1111
[tool.poetry.dependencies]
1212
python = ">= 3.8.1"
1313
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
14-
ruff = "== 0.11.7"
15-
pyright = "== 1.1.391"
16-
python-dotenv = "== 1.0.1"
14+
ruff = "== 0.13.3"
15+
pyright = "== 1.1.406"
16+
python-dotenv = "== 1.1.1"
1717

1818
[tool.poetry.scripts]
1919
search = "app.search:main"

templates/python/pyproject.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async-timeout = ">= 4.0.3"
2323
pydantic = ">= 2"
2424

2525
[tool.poetry.group.dev.dependencies]
26-
ruff = "== 0.11.7"
27-
pyright = "== 1.1.391"
26+
ruff = "== 0.13.3"
27+
pyright = "== 1.1.406"
2828

2929
[tool.ruff]
3030
line-length = 88

templates/python/snippets/pyproject.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repository = "https://github.com/algolia/api-clients-automation"
1010
[tool.poetry.dependencies]
1111
python = "^3.8.1"
1212
algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop = true }
13-
ruff = "== 0.11.7"
14-
pyright = "== 1.1.391"
13+
ruff = "== 0.13.3"
14+
pyright = "== 1.1.406"

tests/output/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/algolia/api-clients-automation"
1010
[tool.poetry.dependencies]
1111
python = "^3.8.1"
1212
algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop = true }
13-
ruff = "== 0.11.7"
14-
pyright = "== 1.1.391"
13+
ruff = "== 0.13.3"
14+
pyright = "== 1.1.406"
1515
pytest = "=8.3.5"
1616
python-dotenv = "=1.0.1"
1717
pytest-aiohttp = "=1.0.5"

0 commit comments

Comments
 (0)