tavily-python 0.3.2__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tavily-python
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Python wrapper for the Tavily API
5
5
  Home-page: https://github.com/assafelovic/tavily-python
6
6
  Author: Rotem Weiss
@@ -5,7 +5,7 @@ with open('README.rst', 'r', encoding='utf-8') as f:
5
5
 
6
6
  setup(
7
7
  name='tavily-python',
8
- version='0.3.2',
8
+ version='0.3.3',
9
9
  url='https://github.com/assafelovic/tavily-python',
10
10
  author='Rotem Weiss',
11
11
  author_email='support@tavily.com',
@@ -13,7 +13,7 @@ setup(
13
13
  long_description=long_description,
14
14
  long_description_content_type='text/x-rst',
15
15
  packages=find_packages(),
16
- install_requires=['requests', 'tiktoken>=0.5.2'],
16
+ install_requires=['requests', 'tiktoken>=0.5.2,<1'],
17
17
  classifiers=[
18
18
  'Programming Language :: Python :: 3',
19
19
  'License :: OSI Approved :: MIT License',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tavily-python
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Python wrapper for the Tavily API
5
5
  Home-page: https://github.com/assafelovic/tavily-python
6
6
  Author: Rotem Weiss
@@ -0,0 +1,2 @@
1
+ requests
2
+ tiktoken<1,>=0.5.2
@@ -1,2 +0,0 @@
1
- requests
2
- tiktoken>=0.5.2
File without changes
File without changes