You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/02 17:48:00 UTC

[jira] [Commented] (TINKERPOP-2810) gremlinpython aiohttp dependency requirement too strict

    [ https://issues.apache.org/jira/browse/TINKERPOP-2810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683509#comment-17683509 ] 

ASF GitHub Bot commented on TINKERPOP-2810:
-------------------------------------------

phillipuniverse opened a new pull request, #1958:
URL: https://github.com/apache/tinkerpop/pull/1958

   Originally from #1839 targeting 3.7.
   
   (cherry picked from commit 3ac69a9c7ca19be44d661a11e7ae43bd760a9912).
   
   This is based on a conversation in the mailing list at https://groups.google.com/g/gremlin-users/c/nZ-mSV2iMlo and allows for Python 3.11 support.




> gremlinpython aiohttp dependency requirement too strict
> -------------------------------------------------------
>
>                 Key: TINKERPOP-2810
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2810
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 3.6.1
>            Reporter: Gunther Vogel
>            Assignee: Stephen Mallette
>            Priority: Major
>             Fix For: 3.7.0
>
>
> Currently, the requirements specify aiohttp >= 3.8.0, <= 3.8.1, disallowing newer bugfix releases of aiohttp (current version is 3.8.3). Following the general semantic versioning rules, the upper bound should be <4.0.0 (disallow breaking changes).
> The current requirements are the result of TINKERPOP-2668 which only had the goal of avoiding the bug contained in versions <= 3.7.4.
> Fixing aiohttp at a non-current bugfix release step increases the maintenance effort needed to get an error-free overall library setup; in my case, gremlinpython is not even used directly, but just pulled in by awswrangler.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)