absurdfarce commented on code in PR #1279: URL: https://github.com/apache/cassandra-python-driver/pull/1279#discussion_r2927545812
########## pyproject.toml: ########## @@ -6,7 +6,7 @@ requires = ["setuptools", "Cython>=3.0", "tomli"] name = "cassandra-driver" description = "Apache Cassandra Python Driver" version = "3.30.0" -dependencies = ['geomet>=1.1'] +dependencies = ['geomet>=1.1', "Deprecated"] Review Comment: Sure, okay. It seems quite unlikely that (a) venvs (or an equivalent) with older versions of deprecated would even wind up being used and (b) even if they were they prolly wouldn't be likely to break things but sure, I guess it doesn't hurt anything. My testing was done locally with deprecated 1.3.1 so I'm going with that. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

