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:43 UTC

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

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'
  ]