From 6b4d63f7d659e948f1ae10fe8e3c6aea960d594d Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 28 Mar 2024 15:04:11 -0700 Subject: [PATCH] Chore: Pin `orjson` to last stable version (#152) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cd17835..4cabdaa8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2776,4 +2776,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "794c7c2ea986106433a869349d1463fa3cc0a2bfb18d98f4ab85e2c635100623" +content-hash = "0b8786d136f0f18fa6b387555902acab38b79f65cb2576734bd8c826815162b1" diff --git a/pyproject.toml b/pyproject.toml index dc8cda2f..427250d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuc google-auth = ">=2.27.0,<3.0" google-cloud-bigquery = ">=3.12.0,<4.0" jsonschema = ">=3.2.0,<5.0" -orjson = "^3.9.10" +orjson = "3.9.15" overrides = "^7.4.0" pandas = ">=1.5.3,<=2.1.4" # 2.2.0 breaks sqlalchemy interop - TODO: optionally retest higher versions pendulum = "<=3.0.0"