https://dagster.io/ logo
Title
a

Akshay Verma

01/23/2023, 12:21 PM
It looks like the dagster-pandera library is not updated on pypi. Is there a change in way of working? https://pypi.org/project/dagster-pandera/1.0.5/
a

Andras Somi

01/23/2023, 12:31 PM
That release was yanked, search for
dagster-pandera
(without version). Latest is 0.17.13 https://pypi.org/project/dagster-pandera/
a

Akshay Verma

01/23/2023, 12:31 PM
can I use that with latest dagster release?
a

Andras Somi

01/23/2023, 12:57 PM
a

Akshay Verma

01/23/2023, 2:38 PM
Any particular point in Changelog? Could you please point it out?
a

Andras Somi

01/23/2023, 2:52 PM
I meant the title :) it shows the latest version numbers for dagster and the libs
y

yuhan

01/24/2023, 1:12 AM
Hi! 0.17.x integration libs are compatible with 1.1.x dagster. You can find more details in 1.0 changelog
• Dagster’s integration libraries haven’t yet achieved the same API maturity as Dagster core. For this reason, all integration libraries will remain on a pre-1.0 (0.16.x) versioning track for the time being. However, 0.16.x library releases remain fully compatible with Dagster 1.x. In the coming months, we will graduate integration libraries one-by-one to the 1.x versioning track as they achieve API maturity.
a

Akshay Verma

01/25/2023, 12:08 PM
Thanks a lot