Kaxil Naik created AIRFLOW-6312:
-----------------------------------
Summary: Unpin marshmallow-sqlalchemy for Py>3.5
Key: AIRFLOW-6312
URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
Project: Apache Airflow
Issue Type: Bug
Components: dependencies
Affects Versions: 1.10.7
Reporter: Kaxil Naik
Assignee: Kaxil Naik
Fix For: 1.10.7
As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there is
conflicting versions of marshmallow-sqlalchemy
With
https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
we should also unpin Marshmallow
{noformat}
--------------------------------------------------------------------------------------------------------------------
Captured stderr call
--------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
583, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
791, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0
(/usr/local/lib/python3.6/site-packages),
Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)