Skip to content

Commit 8987ee1

Browse files
authored
chore(narwhals): Update narwhals import to stable version v1 (#75)
1 parent 47eee83 commit 8987ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg-py/src/querychat/querychat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
import chatlas
2020
import chevron
21-
import narwhals as nw
21+
import narwhals.stable.v1 as nw
2222
import sqlalchemy
2323
from shiny import Inputs, Outputs, Session, module, reactive, ui
2424

2525
from ._utils import temp_env_vars
2626

2727
if TYPE_CHECKING:
2828
import pandas as pd
29-
from narwhals.typing import IntoFrame
29+
from narwhals.stable.v1.typing import IntoFrame
3030

3131
from .datasource import DataFrameSource, DataSource, SQLAlchemySource
3232

0 commit comments

Comments
 (0)