Skip to content

Commit c47f33f

Browse files
authored
Merge pull request #155 from tavily-ai/feat/TAV-4105-session-pooling
feat(async-client): add session pooling for connection reuse TAV-4105
2 parents ee51a24 + a4afaa3 commit c47f33f

5 files changed

Lines changed: 303 additions & 143 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ __pycache__/
1313
.env
1414
venv/
1515
test_local.py
16+
test_local_suite.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='tavily-python',
8-
version='0.7.20',
8+
version='0.7.21',
99
url='https://github.com/tavily-ai/tavily-python',
1010
author='Tavily AI',
1111
author_email='support@tavily.com',

0 commit comments

Comments
 (0)