hterik commented on issue #19428: URL: https://github.com/apache/airflow/issues/19428#issuecomment-962403399
Thank you, i must have misunderstood tilde requirements. Btw do you know if there is a difference in how poetry and pip treat them? [The poetry documentation](https://python-poetry.org/docs/dependency-specification/#tilde-requirements) say that `~1.2` is equivalent to `>=1.2.0 <1.3.0`, which in the case of `~3.6` case would have implied `<3.7.0`? Is this an error in their documentation or does it have different behavior? While https://www.python.org/dev/peps/pep-0440/#compatible-release explains it the way you did. Changing my own libraries to ~3.7 instead of >=3.7 solved it, even in poetry. :thumbsup: Thanks again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
