This message was deleted.
# python
s
This message was deleted.
d
This is odd, however with pip,
-
and
_
behave the same with package names, so won't change anything functionally
There's a suspect issue that was recently fixed in setuptools: https://github.com/pypa/setuptools/issues/2522
a
For reasons (mitigating Pulumi slowness with S3 backend) I have a check in Pulumi that uses
lastversion
(https://github.com/dvershinin/lastversion) to guarantee that
pulumi-aws
is always the latest version.
lastversion
does interpret dashes and underscores differently, so it breaks for us. Nothing major, I was just curious. Thanks!
d
You'll need to report the issue to them, as it's part of the packaging spec that dashes and hyphens are the same
a
Yup, will do
Thanks again, this was really helpful
d
No worries