Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies = [
# limits_validator, and python_executor wrapper).
"pyepics",
# PostgreSQL (required for native logbook_search capability and checkpointing)
"psycopg[binary,pool]>=3.1.0,<4.0.0",
"psycopg[binary,pool]>=3.3.4,<4.0.0",
"psycopg-pool>=3.1.0,<4.0.0",
# ARIEL proxy support for HTTP ingestion through SOCKS tunnels
"aiohttp-socks>=0.8.0",
Expand Down Expand Up @@ -201,7 +201,7 @@ dev = [
"testcontainers[postgres]>=4.14.2", # Real PostgreSQL for integration tests
"testcontainers[mongodb]>=4.14.2", # MongoDB for archiver-mongodb integration tests
"docker>=7.2.0", # Docker SDK for testcontainers availability check
"psycopg[binary,pool]>=3.1.0,<4.0.0", # ARIEL search integration tests
"psycopg[binary,pool]>=3.3.4,<4.0.0", # ARIEL search integration tests
"psycopg-pool>=3.1.0,<4.0.0", # ARIEL search integration tests
"pillow>=12.3.0", # Perceptual diffing for the design-system visual regression suite
]
Expand All @@ -210,7 +210,7 @@ dev = [
# See _ISSUES/MAJOR/ARIEL/ for specification
ariel = [
# PostgreSQL with pgvector for vector similarity search
"psycopg[pool]>=3.1.0,<4.0.0",
"psycopg[pool]>=3.3.4,<4.0.0",
"psycopg-pool>=3.1.0,<4.0.0",
]

Expand Down
Loading