jedcunningham commented on a change in pull request #21272:
URL: https://github.com/apache/airflow/pull/21272#discussion_r797803156
##########
File path: setup.cfg
##########
@@ -128,7 +128,11 @@ install_requires =
python-slugify~=5.0
rich>=9.2.0
setproctitle>=1.1.8, <2
- sqlalchemy>=1.3.18
+ # SQL Alchemy 1.4.10 introduces a bug where for PyODBC driver UTCDateTime
fields get wrongly converted
+ # as string and fail to be converted back to datetime. It was supposed to
be fixed in
+ # https://github.com/sqlalchemy/sqlalchemy/issues/6366 (released in
1.4.12) but apparently our case
+ # is different. Opened
https://github.com/sqlalchemy/sqlalchemy/issues/7660 to track it
Review comment:
```suggestion
# is different. Opened
https://github.com/sqlalchemy/sqlalchemy/issues/7660 to track it
```
--
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]