Skip to content

Commit

Permalink
fix(palletjack): downgrade to prevent requests/arcgis max recursion e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
stdavis committed Oct 4, 2024
1 parent 6668952 commit 7dbbd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/palletjack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
keywords=["gis"],
install_requires=[
"ugrc-palletjack==5.*",
"agrc-supervisor==3.*",
"requests<2.32",
"agrc-supervisor==3.0.*",
],
extras_require={
"tests": [
Expand Down
1 change: 1 addition & 0 deletions src/palletjack/src/roadkill/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def process():
gis = arcgis.gis.GIS(
username=secrets.AGOL_USER,
password=secrets.AGOL_PASSWORD,
url=secrets.AGOL_ORG,
# proxy_host="127.0.0.1",
# proxy_port=8080,
# verify_cert=False,
Expand Down

0 comments on commit 7dbbd5d

Please sign in to comment.