You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by va...@apache.org on 2023/02/09 21:06:09 UTC

[tinkerpop] branch 3.6-dev updated (95834c8bc2 -> c5b24f2283)

This is an automated email from the ASF dual-hosted git repository.

valentyn pushed a change to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 95834c8bc2 merge from 3.5-dev
     add 0473b010c2 use aiohttp less then 4.0.0
     add 2f0848f88b changelog entry for aiohttp version relax
     new c5b24f2283 merge from 3.5-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                      | 2 +-
 gremlin-python/src/main/python/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[tinkerpop] 01/01: merge from 3.5-dev

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

valentyn pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c5b24f2283598a1229e39e5b7a09017ff9c82c86
Merge: 95834c8bc2 2f0848f88b
Author: Valentyn Kahamlyk <va...@bitquilltech.com>
AuthorDate: Thu Feb 9 13:05:57 2023 -0800

    merge from 3.5-dev

 CHANGELOG.asciidoc                      | 2 +-
 gremlin-python/src/main/python/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc gremlin-python/src/main/python/setup.py
index bec7142b11,29f3d504c2..71b17a6e36
--- a/gremlin-python/src/main/python/setup.py
+++ b/gremlin-python/src/main/python/setup.py
@@@ -46,8 -46,8 +46,8 @@@ version = __version__.versio
  
  install_requires = [
      'nest_asyncio',
-     'aiohttp>=3.8.0,<=4.0.0',
+     'aiohttp>=3.8.0,<4.0.0',
 -    'aenum>=1.4.5,<3.0.0',
 +    'aenum>=1.4.5,<4.0.0',
      'six>=1.10.0,<2.0.0',
      'isodate>=0.6.0,<1.0.0'
  ]