Hi, what are the correct library versions (e.g. da...
# ask-community
m
Hi, what are the correct library versions (e.g. dagster-graphql, dagster-postgres, etc) to go with Dagster 1.0?
check_dagster_package_version
seems to expect them to also be exactly 1.0, but as far as I can see there isn’t even a 1.0 for these libraries, and anyway from the release timeline it seems like something more around 0.16 would be right
t
Hey Mavi! Yes, you're right. companion libraries for Dagster aren't in lockstep with the core Dagster library. And you're also right that 0.16 should be it. Did you get errors with that? If so, what patch versions are you using?
m
Hey Tim, sorry for not responding. No errors, just warnings e.g.
Copy code
/usr/local/lib/python3.7/site-packages/dagster/_core/utils.py:83: UserWarning: Found version mismatch between `dagster` (1.0.0) and `dagster-postgres` (0.16.0)
  warnings.warn(message)
As well as being unsure if we’re on e.g. the right dagster helm chart
p
Hi Mavi. I think if you bump up to
1.0.1
we patched an issue where the libraries issued that warning: https://github.com/dagster-io/dagster/releases/tag/1.0.1
daggy love 1
m
Yes I remember reading that thanks