awslabs.s3-tables-mcp-server 0.0.17__tar.gz → 0.0.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/Dockerfile +17 -9
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/PKG-INFO +1 -1
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/__init__.py +1 -1
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/docker-healthcheck.sh +1 -1
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/pyproject.toml +1 -1
- awslabs_s3_tables_mcp_server-0.0.19/uv-requirements.txt +23 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/uv.lock +11 -10
- awslabs_s3_tables_mcp_server-0.0.17/uv-requirements.txt +0 -27
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/.gitignore +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/.python-version +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/CHANGELOG.md +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/CONTEXT.md +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/LICENSE +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/NOTICE +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/README.md +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/constants.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/database.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/engines/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/engines/pyiceberg.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/file_processor/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/file_processor/csv.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/file_processor/parquet.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/file_processor/utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/models.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/namespaces.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/resources.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/s3_operations.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/server.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/table_buckets.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/tables.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/s3_tables_mcp_server/utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_csv.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_database.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_file_processor_utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_init.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_main.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_namespaces.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_parquet.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_pyiceberg.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_resources.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_s3_operations.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_server.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_table_buckets.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_tables.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_utils.py +0 -0
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
# dependabot should continue to update this to the latest hash.
|
|
16
|
-
FROM public.ecr.aws/
|
|
16
|
+
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:50a58a006d3381e38160fc5bb4bbefa68b74fcd70dde798f68667aac24312f20 AS uv
|
|
17
|
+
|
|
18
|
+
# Install build dependencies needed for compiling packages
|
|
19
|
+
RUN dnf install -y shadow-utils python3 && \
|
|
20
|
+
dnf clean all
|
|
17
21
|
|
|
18
22
|
# Install the project into `/app`
|
|
19
23
|
WORKDIR /app
|
|
@@ -25,7 +29,7 @@ ENV UV_COMPILE_BYTECODE=1
|
|
|
25
29
|
ENV UV_LINK_MODE=copy
|
|
26
30
|
|
|
27
31
|
# Prefer the system python
|
|
28
|
-
ENV UV_PYTHON_PREFERENCE=only-
|
|
32
|
+
ENV UV_PYTHON_PREFERENCE=only-managed
|
|
29
33
|
|
|
30
34
|
# Run without updating the uv.lock file like running with `--frozen`
|
|
31
35
|
ENV UV_FROZEN=true
|
|
@@ -39,7 +43,8 @@ ENV PIP_NO_CACHE_DIR=1 \
|
|
|
39
43
|
|
|
40
44
|
# Install the project's dependencies using the lockfile and settings
|
|
41
45
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
42
|
-
|
|
46
|
+
python3 -m ensurepip && \
|
|
47
|
+
python3 -m pip install --require-hashes --requirement uv-requirements.txt --no-cache-dir && \
|
|
43
48
|
uv sync --python 3.13 --frozen --no-install-project --no-dev --no-editable
|
|
44
49
|
|
|
45
50
|
# Then, add the rest of the project source code and install it
|
|
@@ -48,22 +53,25 @@ COPY . /app
|
|
|
48
53
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
49
54
|
uv sync --python 3.13 --frozen --no-dev --no-editable
|
|
50
55
|
|
|
51
|
-
#
|
|
52
|
-
|
|
56
|
+
# Make the directory just in case it doesn't exist
|
|
57
|
+
RUN mkdir -p /root/.local
|
|
53
58
|
|
|
54
|
-
FROM public.ecr.aws/
|
|
59
|
+
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:50a58a006d3381e38160fc5bb4bbefa68b74fcd70dde798f68667aac24312f20
|
|
55
60
|
|
|
56
61
|
# Place executables in the environment at the front of the path and include other binaries
|
|
57
62
|
ENV PATH="/app/.venv/bin:$PATH:/usr/sbin" \
|
|
58
63
|
PYTHONUNBUFFERED=1
|
|
59
64
|
|
|
65
|
+
# Install other tools as needed for the MCP server
|
|
60
66
|
# Add non-root user and ability to change directory into /root
|
|
61
|
-
RUN
|
|
67
|
+
RUN dnf install -y shadow-utils procps && \
|
|
68
|
+
dnf clean all && \
|
|
69
|
+
groupadd --force --system app && \
|
|
62
70
|
useradd app -g app -d /app && \
|
|
63
71
|
chmod o+x /root
|
|
64
72
|
|
|
65
|
-
#
|
|
66
|
-
|
|
73
|
+
# Get the project from the uv layer
|
|
74
|
+
COPY --from=uv --chown=app:app /root/.local /root/.local
|
|
67
75
|
COPY --from=uv --chown=app:app /app/.venv /app/.venv
|
|
68
76
|
|
|
69
77
|
# Get healthcheck script
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.s3-tables-mcp-server
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.19
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for awslabs.s3-tables-mcp-server
|
|
5
5
|
Project-URL: homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: docs, https://awslabs.github.io/mcp/servers/s3-tables-mcp-server/
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/docker-healthcheck.sh
RENAMED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
SERVER="s3-tables-mcp-server"
|
|
17
17
|
|
|
18
18
|
# Check if the server process is running
|
|
19
|
-
if pgrep -P 0 -a -l -x -f "/app/.venv/bin/python3 /app/.venv/bin/awslabs.$SERVER" > /dev/null; then
|
|
19
|
+
if pgrep -P 0 -a -l -x -f "/app/.venv/bin/python3? /app/.venv/bin/awslabs.$SERVER" > /dev/null; then
|
|
20
20
|
echo -n "$SERVER is running";
|
|
21
21
|
exit 0;
|
|
22
22
|
fi;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name = "awslabs.s3-tables-mcp-server"
|
|
3
3
|
|
|
4
4
|
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
|
|
5
|
-
version = "0.0.
|
|
5
|
+
version = "0.0.19"
|
|
6
6
|
|
|
7
7
|
description = "An AWS Labs Model Context Protocol (MCP) server for awslabs.s3-tables-mcp-server"
|
|
8
8
|
readme = "README.md"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# This file was autogenerated by uv via the following command:
|
|
2
|
+
# uv pip compile --generate-hashes --output-file=uv-requirements.txt --strip-extras uv-requirements.in
|
|
3
|
+
uv==0.9.24 \
|
|
4
|
+
--hash=sha256:009cc82cdfc48add6ec13a0c4ffbb788ae2cab53573b4218069ca626721a404b \
|
|
5
|
+
--hash=sha256:15d3955bfb03a7b78aaf5afb639cedefdf0fc35ff844c92e3fe6e8700b94b84f \
|
|
6
|
+
--hash=sha256:1914d33e526167dc202ec4a59119c68467b31f7c71dcf8b1077571d091ca3e7c \
|
|
7
|
+
--hash=sha256:207c8a2d4c4d55589feb63b4be74f6ff6ab92fa81b14a6515007ccec5a868ae0 \
|
|
8
|
+
--hash=sha256:38c59e18fe5fa42f7baeb4f08c94914cee6d87ff8faa6fc95c994dbc0de26c90 \
|
|
9
|
+
--hash=sha256:3b610d89d6025000d08cd9bd458c6e264003a0ecfdaa8e4eba28938130cd1837 \
|
|
10
|
+
--hash=sha256:44c0b8a78724e4cfa8e9c0266023c70fc792d0b39a5da17f5f847af2b530796b \
|
|
11
|
+
--hash=sha256:488a07e59fb417bf86de5630197223b7a0223229e626afc124c26827db78cff8 \
|
|
12
|
+
--hash=sha256:63a0a46693098cf8446e41bd5d9ce7d3bc9b775a63fe0c8405ab6ee328424d46 \
|
|
13
|
+
--hash=sha256:6720c9939cca7daff3cccc35dd896bbe139d7d463c62cba8dbbc474ff8eb93d1 \
|
|
14
|
+
--hash=sha256:68a3186074c03876ee06b68730d5ff69a430296760d917ebbbb8e3fb54fb4091 \
|
|
15
|
+
--hash=sha256:69531d9a8772afb2dff68fef2469f666e4f8a0132b2109e36541c423415835da \
|
|
16
|
+
--hash=sha256:75a000f529ec92235b10fb5e16ca41f23f46c643308fd6c5b0d7b73ca056c5b9 \
|
|
17
|
+
--hash=sha256:841ede01d6dcf1676a21dce05f3647ba171c1d92768a03e8b8b6b7354b34a6d2 \
|
|
18
|
+
--hash=sha256:8cd626306b415491f839b1a9100da6795c82c44d4cf278dd7ace7a774af89df4 \
|
|
19
|
+
--hash=sha256:8d3c0fec7aa17f936a5b258816e856647b21f978a81bcfb2dc8caf2892a4965e \
|
|
20
|
+
--hash=sha256:aafe7dd9b633672054cf27f1a8e4127506324631f1af5edd051728f4f8085351 \
|
|
21
|
+
--hash=sha256:d59d31c25fc530c68db9164174efac511a25fc882cec49cd48f75a18e7ebd6d5 \
|
|
22
|
+
--hash=sha256:d7d1333d9c21088c89cb284ef29fdf48dc2015fe993174a823a3e7c991db90f9
|
|
23
|
+
# via -r uv-requirements.in (contents of `uv==0.9.24`)
|
|
@@ -50,7 +50,7 @@ wheels = [
|
|
|
50
50
|
|
|
51
51
|
[[package]]
|
|
52
52
|
name = "awslabs-s3-tables-mcp-server"
|
|
53
|
-
version = "0.0.
|
|
53
|
+
version = "0.0.19"
|
|
54
54
|
source = { editable = "." }
|
|
55
55
|
dependencies = [
|
|
56
56
|
{ name = "boto3" },
|
|
@@ -525,11 +525,11 @@ wheels = [
|
|
|
525
525
|
|
|
526
526
|
[[package]]
|
|
527
527
|
name = "filelock"
|
|
528
|
-
version = "3.20.
|
|
528
|
+
version = "3.20.3"
|
|
529
529
|
source = { registry = "https://pypi.org/simple" }
|
|
530
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
530
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1d/65/ce7f1b70157833bf3cb851b556a37d4547ceafc158aa9b34b36782f23696/filelock-3.20.3.tar.gz", hash = "sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1", size = 19485, upload-time = "2026-01-09T17:55:05.421Z" }
|
|
531
531
|
wheels = [
|
|
532
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
532
|
+
{ url = "https://files.pythonhosted.org/packages/b5/36/7fb70f04bf00bc646cd5bb45aa9eddb15e19437a28b8fb2b4a5249fac770/filelock-3.20.3-py3-none-any.whl", hash = "sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1", size = 16701, upload-time = "2026-01-09T17:55:04.334Z" },
|
|
533
533
|
]
|
|
534
534
|
|
|
535
535
|
[[package]]
|
|
@@ -1340,11 +1340,11 @@ wheels = [
|
|
|
1340
1340
|
|
|
1341
1341
|
[[package]]
|
|
1342
1342
|
name = "python-multipart"
|
|
1343
|
-
version = "0.0.
|
|
1343
|
+
version = "0.0.22"
|
|
1344
1344
|
source = { registry = "https://pypi.org/simple" }
|
|
1345
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1345
|
+
sdist = { url = "https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3/python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58", size = 37612, upload-time = "2026-01-25T10:15:56.219Z" }
|
|
1346
1346
|
wheels = [
|
|
1347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1347
|
+
{ url = "https://files.pythonhosted.org/packages/1b/d0/397f9626e711ff749a95d96b7af99b9c566a9bb5129b8e4c10fc4d100304/python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155", size = 24579, upload-time = "2026-01-25T10:15:54.811Z" },
|
|
1348
1348
|
]
|
|
1349
1349
|
|
|
1350
1350
|
[[package]]
|
|
@@ -1852,16 +1852,17 @@ wheels = [
|
|
|
1852
1852
|
|
|
1853
1853
|
[[package]]
|
|
1854
1854
|
name = "virtualenv"
|
|
1855
|
-
version = "20.
|
|
1855
|
+
version = "20.36.1"
|
|
1856
1856
|
source = { registry = "https://pypi.org/simple" }
|
|
1857
1857
|
dependencies = [
|
|
1858
1858
|
{ name = "distlib" },
|
|
1859
1859
|
{ name = "filelock" },
|
|
1860
1860
|
{ name = "platformdirs" },
|
|
1861
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
1861
1862
|
]
|
|
1862
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1863
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/a3/4d310fa5f00863544e1d0f4de93bddec248499ccf97d4791bc3122c9d4f3/virtualenv-20.36.1.tar.gz", hash = "sha256:8befb5c81842c641f8ee658481e42641c68b5eab3521d8e092d18320902466ba", size = 6032239, upload-time = "2026-01-09T18:21:01.296Z" }
|
|
1863
1864
|
wheels = [
|
|
1864
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1865
|
+
{ url = "https://files.pythonhosted.org/packages/6a/2a/dc2228b2888f51192c7dc766106cd475f1b768c10caaf9727659726f7391/virtualenv-20.36.1-py3-none-any.whl", hash = "sha256:575a8d6b124ef88f6f51d56d656132389f961062a9177016a50e4f507bbcc19f", size = 6008258, upload-time = "2026-01-09T18:20:59.425Z" },
|
|
1865
1866
|
]
|
|
1866
1867
|
|
|
1867
1868
|
[[package]]
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.12
|
|
3
|
-
# by the following command:
|
|
4
|
-
#
|
|
5
|
-
# pip-compile --generate-hashes --output-file=uv-requirements.txt --strip-extras uv-requirements.in
|
|
6
|
-
#
|
|
7
|
-
uv==0.9.6 \
|
|
8
|
-
--hash=sha256:0169a85d3ba5ef1c37089d64ff26de573439ca84ecf549276a2eee42d7f833f2 \
|
|
9
|
-
--hash=sha256:0fde18c22376c8b02954c7db3847bc75ac42619932c44b43f49d056e5cfb05f9 \
|
|
10
|
-
--hash=sha256:166175ba952d2ad727e1dbd57d7cfc1782dfe7b8d79972174a46a7aa33ddceec \
|
|
11
|
-
--hash=sha256:3c2c2b2b093330e603d838fec26941ab6f62e8d62a012f9fa0d5ed88da39d907 \
|
|
12
|
-
--hash=sha256:538716ec97f8d899baa7e1c427f4411525459c0ef72ea9b3625ce9610c9976e6 \
|
|
13
|
-
--hash=sha256:547fd27ab5da7cd1a833288a36858852451d416a056825f162ecf2af5be6f8b8 \
|
|
14
|
-
--hash=sha256:62e3f057a9ae5e5003a7cd56b617e940f519f6dabcbb22d36cdd0149df25d409 \
|
|
15
|
-
--hash=sha256:6403176b55388cf94fb8737e73b26ee2a7b1805a9139da5afa951210986d4fcd \
|
|
16
|
-
--hash=sha256:7e89c964f614fa3f0481060cac709d6da50feac553e1e11227d6c4c81c87af7c \
|
|
17
|
-
--hash=sha256:86e05782f9b75d39ab1c0af98bf11e87e646a36a61d425021d5b284073e56315 \
|
|
18
|
-
--hash=sha256:90122a76e6441b8c580fc9faf06bd8c4dbe276cb1c185ad91eceb2afa78e492a \
|
|
19
|
-
--hash=sha256:95a62c1f668272555ad0c446bf44a9924dee06054b831d04c162e0bad736dc28 \
|
|
20
|
-
--hash=sha256:a7c6067919d87208c4a6092033c3bc9799cb8be1c8bc6ef419a1f6d42a755329 \
|
|
21
|
-
--hash=sha256:b2f934737c93f88c906b6a47bcc083170210fe5d66565e80a7c139599e5cbf2f \
|
|
22
|
-
--hash=sha256:b31377ebf2d0499afc5abe3fe1abded5ca843f3a1161b432fe26eb0ce15bab8e \
|
|
23
|
-
--hash=sha256:d1072db92cc9525febdf9d113c23916dfc20ca03e21218cc7beefe7185a90631 \
|
|
24
|
-
--hash=sha256:e700b2098f9d365061c572d0729b4e8bc71c6468d83dfaae2537cd66e3cb1b98 \
|
|
25
|
-
--hash=sha256:ea67369918af24ea7e01991dfc8b8988d1b0b7c49cb39d9e5bc0c409930a0a3f \
|
|
26
|
-
--hash=sha256:f0ba311b3ca49d246f36d444d3ee81571619ef95e5f509eb694a81defcbed262
|
|
27
|
-
# via -r uv-requirements.in (contents of `uv==0.9.6`)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/awslabs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_csv.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_database.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_init.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_main.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_namespaces.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_parquet.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_pyiceberg.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_resources.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_server.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_tables.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.17 → awslabs_s3_tables_mcp_server-0.0.19}/tests/test_utils.py
RENAMED
|
File without changes
|