Commit Graph

1800 Commits

Author SHA1 Message Date
Aran-Fey
13860908d6 bump hatch version 2026-02-10 13:18:02 +01:00
Aran-Fey
a4f20e5bc6 remove unnecessary refreshes 2026-02-10 13:11:57 +01:00
Aran-Fey
36fe4ea520 Merge pull request #330 from rio-labs/dependabot/pip/polars-gte-0.20-and-lt-1.39
Update polars requirement from <1.38,>=0.20 to >=0.20,<1.39
2026-02-09 23:32:40 +01:00
Aran-Fey
da9b5328d6 Merge pull request #331 from rio-labs/dependabot/pip/ruff-gte-0.9.9-and-lt-0.16
Update ruff requirement from <0.15,>=0.9.9 to >=0.9.9,<0.16
2026-02-09 23:32:29 +01:00
dependabot[bot]
5309db5797 Update ruff requirement from <0.15,>=0.9.9 to >=0.9.9,<0.16
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.15.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 21:43:50 +00:00
dependabot[bot]
4e00370c97 Update polars requirement from <1.38,>=0.20 to >=0.20,<1.39
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](https://github.com/pola-rs/polars/compare/py-0.20.0...py-1.38.1)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.38.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 21:43:28 +00:00
Aran-Fey
1ffd2bb42c rename TicTacToePage.on_press to avoid confusion with Field.on_press 2026-02-07 00:39:56 +01:00
Aran-Fey
a4b8d13a04 add missing dataclasses import in rio add 2026-02-07 00:39:26 +01:00
Aran-Fey
c619188f62 NumberInput now increments/decrements its value on uparrow/downarrow press 2026-02-07 00:39:08 +01:00
Aran-Fey
41d02982b4 ScrollTarget now uses an <a> element with its URL 2026-02-06 18:02:50 +01:00
Aran-Fey
962e4a7809 fix theme picker page getting stuck in dark mode 2026-02-06 08:04:37 +01:00
Aran-Fey
08772ad4cb remove confusing "layout view" button and docs links for DefaultRootComponent 2026-02-05 23:03:58 +01:00
Aran-Fey
9492309fca fix Cards not reacting to corner radius changes 2026-02-05 22:49:47 +01:00
Aran-Fey
7fdba34faf Merge pull request #329 from rio-labs/dependabot/pip/playwright-gte-1.44-and-lt-1.59
Update playwright requirement from <1.58,>=1.44 to >=1.44,<1.59
2026-02-03 08:56:30 +01:00
dependabot[bot]
0c89c3c315 Update playwright requirement from <1.58,>=1.44 to >=1.44,<1.59
Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](https://github.com/microsoft/playwright-python/compare/v1.44.0...v1.58.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.58.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 00:40:05 +00:00
Aran-Fey
fa566b0d38 Merge pull request #328 from rio-labs/dependabot/pip/tomlkit-gte-0.12-and-lt-0.15
Update tomlkit requirement from <0.14,>=0.12 to >=0.12,<0.15
2026-01-19 21:05:34 +01:00
dependabot[bot]
e339692586 Update tomlkit requirement from <0.14,>=0.12 to >=0.12,<0.15
Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.12.0...0.14.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-version: 0.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 20:02:22 +00:00
Aran-Fey
293d537094 fix crash caused by incorrect import 2026-01-19 09:15:28 +01:00
Aran-Fey
f6c6f1fb0f simplify python 3.14 compatibility code 2026-01-13 23:32:25 +01:00
Aran-Fey
f2933ed05c fix image not using all available space while loading 2026-01-13 20:13:57 +01:00
Aran-Fey
39eab55f13 fix MediaPlayer reporting error on destruction 2026-01-13 20:13:57 +01:00
Aran-Fey
2f282170f8 Merge pull request #326 from rio-labs/dependabot/pip/polars-gte-0.20-and-lt-1.38
Update polars requirement from <1.37,>=0.20 to >=0.20,<1.38
2026-01-12 23:51:18 +01:00
dependabot[bot]
202b8184c4 Update polars requirement from <1.37,>=0.20 to >=0.20,<1.38
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](https://github.com/pola-rs/polars/compare/py-0.20.0...py-1.37.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.37.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 22:36:44 +00:00
Aran-Fey
05388c41c8 fix crash on import in python 3.14 2026-01-12 22:00:58 +01:00
Aran-Fey
dc630b6c1a fix matplotlib plots being too large 2026-01-10 11:36:10 +01:00
Mad Cow
6ecb330c55 Merge pull request #324 from PraveenRepswal/main
Fix #255: Allow Chatbot template to run without OpenAI API key
2026-01-08 19:48:07 +01:00
Jakob Pinterits
b3534c4949 tweaks to error message & comment 2026-01-08 19:43:25 +01:00
Pankaj
614679ea15 Fix issue #255 - Sample replies for chatbot 2026-01-04 22:41:01 +05:30
Aran-Fey
fdf02cd6ee bump version to 0.12 0.12 2025-12-30 15:41:08 +01:00
Aran-Fey
6d0abdc57d Merge pull request #322 from rio-labs/dependabot/pip/fastapi-gte-0.110-and-lt-0.129
Update fastapi requirement from <0.128,>=0.110 to >=0.110,<0.129
2025-12-29 19:39:54 +01:00
dependabot[bot]
b11cd7e4e3 Update fastapi requirement from <0.128,>=0.110 to >=0.110,<0.129
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.110.0...0.128.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-29 18:13:55 +00:00
Aran-Fey
0f55132418 Merge pull request #321 from rio-labs/dependabot/pip/pyfakefs-gte-5.7.3-and-lt-7.0
Update pyfakefs requirement from <6.0,>=5.7.3 to >=5.7.3,<7.0
2025-12-22 19:22:55 +01:00
Aran-Fey
7eb2c01ddf Merge pull request #320 from rio-labs/dependabot/pip/fastapi-gte-0.110-and-lt-0.128
Update fastapi requirement from <0.125,>=0.110 to >=0.110,<0.128
2025-12-22 19:22:42 +01:00
Aran-Fey
be9b28141a Merge pull request #319 from rio-labs/dependabot/pip/uvicorn-standard--gte-0.29.0-and-lt-0.41
Update uvicorn[standard] requirement from <0.39,>=0.29.0 to >=0.29.0,<0.41
2025-12-22 19:22:25 +01:00
dependabot[bot]
d926866a74 Update pyfakefs requirement from <6.0,>=5.7.3 to >=5.7.3,<7.0
Updates the requirements on [pyfakefs](https://github.com/pytest-dev/pyfakefs) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.7.3...v6.0.0)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-version: 6.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 18:13:20 +00:00
dependabot[bot]
7fa0e113e2 Update fastapi requirement from <0.125,>=0.110 to >=0.110,<0.128
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.110.0...0.127.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.127.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 18:13:12 +00:00
dependabot[bot]
01f101ec41 Update uvicorn[standard] requirement
Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/uvicorn/compare/0.29.0...0.40.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-version: 0.40.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 18:12:55 +00:00
Aran-Fey
598f944358 bump version 0.11.2rc9 2025-12-20 19:08:44 +01:00
Aran-Fey
ebfd249b94 fix list items triggering on_press twice 2025-12-20 18:57:36 +01:00
Aran-Fey
e6c115bbf9 fix on_unmount handlers not being called when session is closed 2025-12-19 18:42:03 +01:00
Aran-Fey
d7450f933f fix width and height parameters of run_in_window() 2025-12-19 18:41:01 +01:00
Aran-Fey
2ffbe97d45 improve docs and add tests 2025-12-16 07:34:38 +01:00
Aran-Fey
54d14d3b82 Merge pull request #316 from rio-labs/dependabot/pip/playwright-gte-1.44-and-lt-1.58
Update playwright requirement from <1.57,>=1.44 to >=1.44,<1.58
2025-12-15 19:28:38 +01:00
dependabot[bot]
88ef89bfb0 Update playwright requirement from <1.57,>=1.44 to >=1.44,<1.58
Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](https://github.com/microsoft/playwright-python/compare/v1.44.0...v1.57.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 18:21:05 +00:00
Aran-Fey
e9e1b64992 Merge pull request #315 from rio-labs/dependabot/pip/polars-gte-0.20-and-lt-1.37
Update polars requirement from <1.36,>=0.20 to >=0.20,<1.37
2025-12-08 19:29:59 +01:00
Aran-Fey
2000ae139a Merge pull request #314 from rio-labs/dependabot/pip/fastapi-gte-0.110-and-lt-0.125
Update fastapi requirement from <0.124,>=0.110 to >=0.110,<0.125
2025-12-08 19:29:34 +01:00
dependabot[bot]
aaf41491e7 Update polars requirement from <1.36,>=0.20 to >=0.20,<1.37
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](https://github.com/pola-rs/polars/compare/py-0.20.0...py-1.36.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.36.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 18:20:52 +00:00
dependabot[bot]
fc8cc742d3 Update fastapi requirement from <0.124,>=0.110 to >=0.110,<0.125
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.110.0...0.124.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.124.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 18:20:29 +00:00
Aran-Fey
c04b22b70e allow multi-select without holding ctrl 2025-12-02 13:58:40 +01:00
Aran-Fey
a4bca3e18a improve logging messages 2025-12-02 09:05:18 +01:00