Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
comment: 'Please commit the suggested changes from markdownlint.'
event: 'REQUEST_CHANGES'

- name: "Run Type Checking"
- name: "Run Type Checking (Optional to passing)"
if: always()
run: poe types

continue-on-error: true

- name: "Generate Docs"
if: matrix.python-version == '3.9' && github.ref == 'refs/heads/master'
run: poe docs --ci
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed
- Changed extra's name back to `aio`

## [6.0.0] - 2025-11-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
pandas = [
"pandas>=2.3.1",
]
async = [
aio = [
"aiohttp>=3.12.15",
"asgiref>=3.9.1",
]
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ args = { bump = { help = "Bump version [possible values: major, minor, patch, st

[tool.basedpyright]
pythonVersion = "3.9"
reportUnnecessaryTypeIgnoreComment = false
reportUnnecessaryTypeIgnoreComment = false
reportExplicitAny = false
reportAny = false
reportUnknownMemberType = false
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading