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 10720a8 commit 99a7f54Copy full SHA for 99a7f54
.github/dependabot.yaml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"openai < 2",
23
"oracledb < 3",
24
"philter-lite < 1",
25
- "pyarrow < 19",
+ "pyarrow < 18",
26
"rich < 14",
27
"s3fs",
28
]
0 commit comments