We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600a89 commit 6c7ca44Copy full SHA for 6c7ca44
pyproject.toml
@@ -22,6 +22,7 @@ classifiers = [
22
]
23
requires-python = ">=3.12"
24
dependencies = [
25
+ "requests==2.32.3",
26
"pinecone-client==2.2.2",
27
"python-dotenv==1.0.0",
28
"tiktoken==0.7.0",
tox.ini
@@ -24,6 +24,9 @@ commands =
[testenv:typing]
description = Run mypy.
+deps =
+ mypy
29
+ types-requests
30
commands =
31
mypy python/rubin tests
32
0 commit comments