Skip to content

Commit 8ac13e9

Browse files
committed
fix: pyright version.
1 parent 8c6803b commit 8ac13e9

File tree

19 files changed

+57
-67
lines changed

19 files changed

+57
-67
lines changed

poetry.lock

Lines changed: 5 additions & 7 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
@@ -81,7 +81,7 @@ optional = true
8181
[tool.poetry.group.dev.dependencies]
8282
pytest = ">=7.4.4,<9.0.0"
8383
taskipy = "^1.12.0"
84-
pyright = "^1.1.345"
84+
pyright = "1.1.345"
8585
ruff = ">=0.3.5,<0.7.0"
8686
pydantic = "^2.5.3"
8787
pytest-cov = ">=4.1,<6.0"

turu-bigquery/poetry.lock

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

turu-bigquery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bigquery-storage = ["google-cloud-bigquery-storage"]
3232

3333
[tool.poetry.group.dev.dependencies]
3434
taskipy = "^1.12.2"
35-
pyright = "^1.1.339"
35+
pyright = "1.1.345"
3636
ruff = "^0.3.5"
3737
pytest = "^7.4.3"
3838
pydantic = "^2.5.2"

turu-core/poetry.lock

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

turu-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pydantic = { version = "^2", optional = true }
4444

4545
[tool.poetry.group.dev.dependencies]
4646
taskipy = "^1.12.2"
47-
pyright = "^1.1.339"
47+
pyright = "1.1.345"
4848
ruff = "^0.3.5"
4949
pytest = "^7.4.3"
5050
pytest-cov = "^4.1.0"

turu-mysql/poetry.lock

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

turu-mysql/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929

3030
[tool.poetry.group.dev.dependencies]
3131
taskipy = "^1.12.2"
32-
pyright = "^1.1.339"
32+
pyright = "1.1.345"
3333
ruff = "^0.3.5"
3434
pytest = "^7.4.3"
3535
pydantic = "^2.5.2"

turu-postgres/poetry.lock

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

turu-postgres/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929

3030
[tool.poetry.group.dev.dependencies]
3131
taskipy = "^1.12.2"
32-
pyright = "^1.1.339"
32+
pyright = "1.1.345"
3333
ruff = "^0.3.5"
3434
pytest = "^7.4.3"
3535
pydantic = "^2.5.2"

0 commit comments

Comments
 (0)