[
https://issues.apache.org/jira/browse/AIRFLOW-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000998#comment-17000998
]
ASF subversion and git services commented on AIRFLOW-6312:
----------------------------------------------------------
Commit b7c11e449e528f2f8b6f030160d3eefd643e6c2f in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b7c11e4 ]
[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861) (#6866)
> 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
> Priority: Major
> 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)