mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
blocks failed sqlglot version, bumps sqlglot in lockfile (#3420)
This commit is contained in:
@@ -56,7 +56,7 @@ dependencies = [
|
||||
"packaging>=21.1",
|
||||
"pluggy>=1.3.0",
|
||||
"win-precise-time>=1.4.2 ; os_name == 'nt' and python_version < '3.13'",
|
||||
"sqlglot>=25.4.0",
|
||||
"sqlglot>=25.4.0,!=28.1",
|
||||
"pywin32>=306 ; sys_platform == 'win32'",
|
||||
"rich-argparse>=1.6.0",
|
||||
]
|
||||
|
||||
@@ -137,7 +137,7 @@ def test_various_queries(destination_config: DestinationTestConfiguration, examp
|
||||
0
|
||||
] == {
|
||||
"name": {"name": "name", "data_type": "text", "x-annotation-pii": True},
|
||||
"total_amount": {"name": "total_amount"}, # , "data_type": "double"},
|
||||
"total_amount": {"name": "total_amount", "data_type": "double"}, # , "data_type": "double"},
|
||||
}
|
||||
|
||||
# test WITH clause
|
||||
|
||||
8
uv.lock
generated
8
uv.lock
generated
@@ -2372,7 +2372,7 @@ requires-dist = [
|
||||
{ name = "sqlalchemy", marker = "extra == 'pyiceberg'", specifier = ">=1.4" },
|
||||
{ name = "sqlalchemy", marker = "extra == 'sql-database'", specifier = ">=1.4" },
|
||||
{ name = "sqlalchemy", marker = "extra == 'sqlalchemy'", specifier = ">=1.4" },
|
||||
{ name = "sqlglot", specifier = ">=25.4.0" },
|
||||
{ name = "sqlglot", specifier = ">=25.4.0,!=28.1" },
|
||||
{ name = "tantivy", marker = "extra == 'lancedb'", specifier = ">=0.22.0" },
|
||||
{ name = "tenacity", specifier = ">=8.0.2" },
|
||||
{ name = "tomlkit", specifier = ">=0.11.3" },
|
||||
@@ -8579,11 +8579,11 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "sqlglot"
|
||||
version = "26.24.0"
|
||||
version = "28.0.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/4d/f7/0fa9f9f2477c4e3d8e28b0f5e066f0e72343c29c8a302ee6a77579e8986b/sqlglot-26.24.0.tar.gz", hash = "sha256:e778ca9cb685b4fc34b59d50432c20f463c63ec90d0448fa91afa7f320a88518", size = 5371208, upload-time = "2025-05-30T08:44:06.516Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/52/8d/9ce5904aca760b81adf821c77a1dcf07c98f9caaa7e3b5c991c541ff89d2/sqlglot-28.0.0.tar.gz", hash = "sha256:cc9a651ef4182e61dac58aa955e5fb21845a5865c6a4d7d7b5a7857450285ad4", size = 5520798, upload-time = "2025-11-17T10:34:57.016Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/b2/11/6995759d913d714ff443478f5865b2616dbcd32b12764d02df9550d7a61e/sqlglot-26.24.0-py3-none-any.whl", hash = "sha256:81f7e47bb1b4b396c564359f47c7c1aee476575a0cadf84dc35f7189cab87f82", size = 464043, upload-time = "2025-05-30T08:44:00.801Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/56/6d/86de134f40199105d2fee1b066741aa870b3ce75ee74018d9c8508bbb182/sqlglot-28.0.0-py3-none-any.whl", hash = "sha256:ac1778e7fa4812f4f7e5881b260632fc167b00ca4c1226868891fb15467122e4", size = 536127, upload-time = "2025-11-17T10:34:55.192Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user