ashb commented on code in PR #52651:
URL: https://github.com/apache/airflow/pull/52651#discussion_r2334181084
##########
airflow-core/pyproject.toml:
##########
@@ -145,6 +145,11 @@ dependencies = [
"apache-airflow-providers-common-sql>=1.26.0",
"apache-airflow-providers-smtp>=2.0.2",
"apache-airflow-providers-standard>=0.4.0",
+ # Start of shared logging dependencies
+ "msgspec>=0.19.0",
+ "pygtrie>=2.5.0",
Review Comment:
THe pypi version is https://github.com/mina86/pygtrie
That hasn't been touched in a couple of years, but in my view it is a
"complete" project.
--
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]