Skip to content

Commit 17a254a

Browse files
⬆ Update psycopg[binary] requirement
Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. Updates `psycopg[binary]` to 3.3.4 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.13...3.3.4) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.4 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cd0d9e commit 17a254a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"jinja2<4.0.0,>=3.1.4",
1414
"alembic<2.0.0,>=1.12.1",
1515
"httpx<1.0.0,>=0.25.1",
16-
"psycopg[binary]<4.0.0,>=3.1.13",
16+
"psycopg[binary]>=3.3.4,<4.0.0",
1717
"sqlmodel>=0.0.39,<1.0.0",
1818
"pydantic-settings<3.0.0,>=2.2.1",
1919
"sentry-sdk[fastapi]>=2.0.0,<3.0.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)