Python 3.13 is now included in CI tests and 3.13 wheels are built for distribution. Note that PyArrow is not yet
available for Python 3.13.
Bug fixes
ClickHouse errors are now detected and throw an exception even if the HTTP status code returned by ClickHouse is a 200.
This can happen when there is a long-running query (such as a large INSERT INTO ... SELECT FROM ...) and send_progress_in_http_headers
is enabled to keep the HTTP connection open.
Pandas NA (which is equivalent to Float NaN for Float values) is now inserted as NULL into Nullable(Float*) columns. Closes
ClickHouse/clickhouse-connect#412
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group in /ibis-server with 3 updates: fastapi, orjson and clickhouse-connect.
Updates
fastapi
from 0.115.2 to 0.115.3Release notes
Sourced from fastapi's releases.
Commits
c519614
🔖 Release version 0.115.39c794c9
📝 Update release notesc4f8143
⬆️ Upgrade Starlette to>=0.40.0,<0.42.0
(#12469)45822d3
📝 Update release notes4c1a193
📝 Fix broken link in docs (#12495)5afa6d7
📝 Update release notesf0b5f8a
📝 Update release notesb0761c2
🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/fastapi-cli.md
...53d9007
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/deployment/index...7038bed
📝 Update release notesUpdates
orjson
from 3.10.9 to 3.10.10Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
4918783
3.10.10e1f64bf
setup-qemu-container, restrict inline_int, cargo updateUpdates
clickhouse-connect
from 0.8.3 to 0.8.4Changelog
Sourced from clickhouse-connect's changelog.
Commits
422adc7
Gg/release 0 8 4 (#413)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show