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 19:44:42 UTC

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

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 e3da9c2f37 Merge pull request #1959 from Bit-Quill/cole/eslint-version-bump
     add b6002232e5 added badges linking to GLV repository pages
     add 79a01c1544 Merge pull request #1966 from Bit-Quill/cole/addBadges
     add 12ca0a246f patch: Fixing generateUserAgent() to handle null and undefined properly
     add 7d64d34eab patch: Small refactoring
     add a4f6ad17ff Merge pull request #1960 from iAmmarTahir/fix/gremlin-js-null-check
     add d9abdb0fd9 TINKERPOP-2810 allow newer aiohttp versions
     add 2141f42135 Merge pull request #1958 from phillipuniverse/backport-relax-aiohttp
     add 36d2962f39 Throw explaining exception when reading unsupported GraphBinary type
     add 0e9f24d3c2 Merge pull request #1941 from tormodhau/TINKERPOP-2853
     new 95834c8bc2 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:
 README.asciidoc                                    |  9 +++++-
 .../IO/GraphBinary/TypeSerializerRegistry.cs       |  6 ++--
 .../Types/Sample/SamplePersonSerializerTests.cs    | 35 ++++++++++++++++++++++
 .../javascript/gremlin-javascript/lib/utils.js     | 22 +++++++++++---
 gremlin-python/src/main/python/setup.py            |  3 +-
 5 files changed, 67 insertions(+), 8 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 95834c8bc2679f31ee17f1f63f09fb03e01bcfae
Merge: e3da9c2f37 0e9f24d3c2
Author: Valentyn Kahamlyk <va...@bitquilltech.com>
AuthorDate: Thu Feb 9 11:44:33 2023 -0800

    merge from 3.5-dev

 README.asciidoc                                    |  9 +++++-
 .../IO/GraphBinary/TypeSerializerRegistry.cs       |  6 ++--
 .../Types/Sample/SamplePersonSerializerTests.cs    | 35 ++++++++++++++++++++++
 .../javascript/gremlin-javascript/lib/utils.js     | 22 +++++++++++---
 gremlin-python/src/main/python/setup.py            |  3 +-
 5 files changed, 67 insertions(+), 8 deletions(-)

diff --cc gremlin-python/src/main/python/setup.py
index cbc9f4005a,7202e1f7a6..bec7142b11
--- a/gremlin-python/src/main/python/setup.py
+++ b/gremlin-python/src/main/python/setup.py
@@@ -46,8 -46,9 +46,9 @@@ version = __version__.versio
  
  install_requires = [
      'nest_asyncio',
-     'aiohttp>=3.8.0,<=3.8.1',
+     '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'
  ]