@@ -22,7 +22,7 @@ marshmallow = "==3.20.1"
networkx = "==2.6"
openpyxl = "==3.1.2"
pandas = "==2.0.0"
-pyarrow = "==10.0.1"
+pyarrow = "==14.0.2"
pymongo = {extras = ["srv"], version = "==4.2.0"}
python-dotenv = "==1.0.0"
python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
@@ -59,7 +59,7 @@ extras_require = {
"python-magic-bin>=0.4.14,<0.5;platform_system=='Windows'",
],
"rdp": ["rdp>=0.8"],
- "arrow": ["pyarrow>=10.0.1,<11.0"],
+ "arrow": ["pyarrow>=14.0.2,<15.0"],
"mssql": ["pyodbc>=4"],
}
@@ -7,7 +7,7 @@ name = "pypi"
sqlalchemy = "==2.0.16"
toml = "==0.10"
@@ -28,7 +28,7 @@ with open(version_path) as version_file:
version_string = f"{version_string}.{vext}"
requirements = [
- "pyarrow>=10.0.1,<11.0",
+ "pyarrow>=14.0.2,<15.0",
"networkx>=2.6,<3.0",
"openpyxl>=3.1.2,<3.2",
"pandas>=2.0.0,<3.0",
@@ -13,7 +13,7 @@ gevent-websocket = "==0.10.1"
kthread = "==0.2.3"
markdown = "==3.4.4"
pyngrok = "==5.1"
@@ -56,7 +56,7 @@ extras_require = {
"python-magic>=0.4.24,<0.5;platform_system!='Windows'",
@@ -1,4 +1,4 @@
-pyarrow>=10.0.1,<11.0
+pyarrow>=14.0.2,<15.0
networkx>=2.6,<3.0
openpyxl>=3.1.2,<3.2
pandas>=2.0.0,<3.0
@@ -41,7 +41,7 @@ extras_require = {