Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 66 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chardet = "^4.0.0"
# of PG12, uses libffi.so.6). In that case the Python code resolves to the cffi symbols from the
# system library (rather than the vendored libffi library) and crashes with ABI errors:
# ffi_prep_closure(): bad user_data (it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time)
cffi = "<1.15"
cffi = "<1.16"

# Socrata dataset mounting.
# This could be optional but it's very lightweight (only requires requests).
Expand Down