Skip to content

Commit f46d70f

Browse files
committed
Updates Poetry lockfile and config
Updates the poetry.lock file to reflect dependency changes, including version updates and adjustments to dependency markers for better compatibility and feature support. Also, ensures the `catalog.management` property in the Trino configuration file maintains its newline character.
1 parent 6770692 commit f46d70f

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

dev/trino/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ http-server.http.port=8080
55
discovery.uri=http://localhost:8080
66
http-server.process-forwarded=true
77
http-server.https.enabled=false
8-
catalog.management=${ENV:CATALOG_MANAGEMENT}
8+
catalog.management=${ENV:CATALOG_MANAGEMENT}

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
import boto3
4141
import pytest
4242
from moto import mock_aws
43-
from sqlalchemy import Connection
4443
from pydantic_core import to_json
44+
from sqlalchemy import Connection
4545

4646
from pyiceberg.catalog import Catalog, load_catalog
4747
from pyiceberg.catalog.noop import NoopCatalog

0 commit comments

Comments
 (0)