Skip to content

Commit 5a2e862

Browse files
chore: bump black from 24.4.2 to 26.3.1 (#62)
1 parent e8f2a3b commit 5a2e862

3 files changed

Lines changed: 104 additions & 38 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ You can use a Bearer Token for a token-based authentication of API calls. Client
9595
```python
9696
from aidial_client import Dial, AsyncDial
9797

98-
9998
# Create an instance of the synchronous client
10099
sync_client = Dial(
101100
bearer_token="your_bearer_token_here", base_url="https://your-dial-instance.com"

poetry.lock

Lines changed: 103 additions & 36 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
@@ -35,7 +35,7 @@ coverage = "^7.6"
3535

3636
[tool.poetry.group.lint.dependencies]
3737
flake8 = "^6.0.0"
38-
black = ">=23.3,<25.0"
38+
black = ">=23.3,<27.0"
3939
isort = "^5.12.0"
4040
pyright = "^1.1.324"
4141
autoflake = "^2.2.0"

0 commit comments

Comments
 (0)