Skip to content

Commit

Permalink
Resolve pyairtable circular dependency issue by limiting pydantic ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
bendnorman committed Nov 26, 2024
1 parent 9538ece commit ab0450b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
run: sudo chown -R 1000:1000 $GITHUB_WORKSPACE

# publish the outputs, grab the git sha of the commit step
# TODO: REMOVE THE TRUE and build-ref!!!
- name: Publish publish outputs
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || (env.GITHUB_REF == 'dev')
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ scipy~=1.14.1
google-cloud-storage~=2.18.2
geopandas~=1.0.1
gcsfs~=2024.10.0
pydantic<2.10,>=2.9 # https://github.com/gtalarico/pyairtable/issues/411

0 comments on commit ab0450b

Please sign in to comment.