From 12985f60118f8dc73dffc2b00e62c344b14ac191 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Thu, 7 Mar 2024 13:56:59 -0800 Subject: [PATCH] add back pydantic --- poetry.lock | 12 +----------- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index a3f5d6c3..6d346db2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1639,16 +1639,6 @@ files = [ {file = "psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl", hash = "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957"}, ] -[[package]] -name = "pyarrow-stubs" -version = "10.0.1.7" -description = "Type annotations for pyarrow" -optional = false -python-versions = ">=3.7,<4.0" -files = [ - {file = "pyarrow_stubs-10.0.1.7-py3-none-any.whl", hash = "sha256:cccc7a46eddeea4e3cb85330eb8972c116a615da6188b8ae1f7a44cb724b21ac"}, -] - [[package]] name = "pyasn1" version = "0.5.1" @@ -2747,4 +2737,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6e1c84109ec85756c6aa736ca9c844f1f5db5174e19d3182fb58473e24a44e70" +content-hash = "3490632ee893aa38e9b9bd6fc3435f0122cfa4beaf1694902d2558e529e9df3d" diff --git a/pyproject.toml b/pyproject.toml index 213ded22..c25556b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ pendulum = "<=3.0.0" psycopg2-binary = "^2.9.9" # psycopg = {extras = ["binary", "pool"], version = "^3.1.16"} # Psycopg3 is not supported in SQLAlchemy 1.x: +pydantic = "<=2.0" python-dotenv = "^1.0.1" python-ulid = "^2.2.0" requests = "^2.31.0" @@ -47,7 +48,6 @@ faker = "^21.0.0" mypy = "^1.7.1" pandas-stubs = "^2.1.4.231218" pdoc = "^14.3.0" -pyarrow-stubs = "^10.0.1.7" pytest = "^7.4.3" pytest-docker = "^2.0.1" pytest-mypy = "^0.10.3"