diff --git a/poetry.lock b/poetry.lock index f64a0c0..ad8e348 100644 --- a/poetry.lock +++ b/poetry.lock @@ -988,7 +988,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "fe631add3de6020746a44c647b27ad058cbf07a0ffb762136827c8d57ec811e3" +content-hash = "38a5f201cb3b99f222156d6889f9d991e3bb472b85bfac5af2795668ffabd239" [metadata.files] aiohttp = [] diff --git a/pyproject.toml b/pyproject.toml index e657e93..733d033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [tool.poetry] name = "calitp" -version = "2022.8.18" +version = "2022.8.18.1" description = "Shared code for the Cal-ITP data codebases" authors = ["Andrew Vaccaro "] license = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007" [tool.poetry.dependencies] python = ">=3.8,<3.11" +fsspec = "^2022.5.0,!=2022.7.1" # https://github.com/fsspec/gcsfs/issues/486 gcsfs = "^2022.5.0,!=2022.7.1" # https://github.com/fsspec/gcsfs/issues/486 pandas = "^1.3.3" pandas-gbq = "<0.15.0"