diff --git a/pyproject.toml b/pyproject.toml index 0b0c59b..c38af6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "folio_data_import" -version = "0.5.0b2" +version = "0.5.0b3" description = "A python module to perform bulk import of data into a FOLIO environment. Currently supports MARC and user data import." authors = [{ name = "Brooks Travis", email = "brooks.travis@gmail.com" }] license = "MIT" readme = "README.md" requires-python = ">=3.10,<4.0" dependencies = [ - "folioclient>=1.0.2", + "folioclient>=1.0.3,<2.0", "pymarc>=5.2.2", "pyhumps>=3.8.0", "tabulate>=0.9.0",