We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07afda commit 665d38eCopy full SHA for 665d38e
libs/knowledge-graph/pyproject.toml
@@ -30,8 +30,7 @@ python-dotenv = "^1.0.1"
30
ipykernel = "^6.29.4"
31
ruff = "*"
32
testcontainers = "~3.7.1"
33
-# https://github.com/psf/requests/issues/6707
34
-requests = "<=2.31.0"
+requests = "^2.32.2"
35
pytest = "^8.1.1"
36
pytest-asyncio = "^0.23.6"
37
pytest-dotenv = "^0.5.2"
libs/tests-utils/pyproject.toml
@@ -13,8 +13,7 @@ packages = [{ include = "ragstack_tests_utils" }]
13
python = ">=3.9,<3.13"
14
cassio = "~0.1.4"
15
testcontainers = "^3.7.1"
16
17
18
pytest = "^7.3.0"
19
20
0 commit comments