datajunction-query 0.0.1a34__py3-none-any.whl → 0.0.1a36__py3-none-any.whl

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.

Potentially problematic release.


This version of datajunction-query might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datajunction-query
3
- Version: 0.0.1a34
3
+ Version: 0.0.1a36
4
4
  Summary: OSS Implementation of a DataJunction Query Service
5
5
  Project-URL: repository, https://github.com/DataJunction/dj
6
6
  Author-email: DataJunction Authors <roberto@dealmeida.net>
@@ -23,7 +23,7 @@ Requires-Dist: fastapi>=0.79.0
23
23
  Requires-Dist: importlib-metadata
24
24
  Requires-Dist: msgpack>=1.0.3
25
25
  Requires-Dist: python-dotenv==0.19.2
26
- Requires-Dist: pyyaml==5.3.1
26
+ Requires-Dist: pyyaml>=6.0.1
27
27
  Requires-Dist: requests<=2.29.0,>=2.28.2
28
28
  Requires-Dist: rich>=10.16.2
29
29
  Requires-Dist: snowflake-connector-python>=3.3.1
@@ -1,7 +1,7 @@
1
1
  alembic/env.py,sha256=cUXPBnE3hXpjINWb4vD8TKE7w3UnkYOjwT9DLa7Y5lg,2207
2
2
  alembic/versions/2023_02_28_0541-a7e11a2438b4_initial_migration.py,sha256=DRkvqqkbe8xhj34Y09NGqCv7Ohn73Ez2IuMEMNqgu1A,3146
3
3
  alembic/versions/2023_10_09_1858-f3407a1ec625_add_type_and_extra_para_ms_field_for_.py,sha256=HBdeQDzSALCGxUl6p7qSBhjWwtwIoh4QukGRNydg7fw,979
4
- djqs/__about__.py,sha256=oAekJlyQsSl3gpfSxTncIboWMfVM4dQ2RBd-5vzTF9s,51
4
+ djqs/__about__.py,sha256=e_wDhpfF0ussUaoN94pXYbFH_KzHN_ZpQe5vP_URIh8,51
5
5
  djqs/__init__.py,sha256=nN5-uJoSVEwuc8n-wMygqeF0Xhxi_zqqbCgutZvAt3E,384
6
6
  djqs/config.py,sha256=Flva9W8McnTunUlHGhYd0CsgbsjWbZIoPW25ZTzFxws,3029
7
7
  djqs/constants.py,sha256=T-sO5C5-NNdEywGglTIu6bjT1VooFwW4XWNA_ZwSYM8,412
@@ -25,8 +25,8 @@ djqs/models/table.py,sha256=7HmiXWHBWEthqdwPYLlsOgeKD-w9urCHoC4xaQ1RnM8,238
25
25
  docker/duckdb_load.py,sha256=xOX5fCsJkrWa_7kYF6FEqkK8GWn2S1CmjvRCRIpLmxc,229
26
26
  docker/spark_load_roads.py,sha256=PN5D0eZw1MrXZ4Cax4aZGBWyRMwHVVVJBlugraQhiu8,574
27
27
  scripts/generate-openapi.py,sha256=m2P1EEFbF6glwmZj6ywoteo8OLvT-7b0IaooWQWqwU4,622
28
- datajunction_query-0.0.1a34.dist-info/METADATA,sha256=NlaFvjEMYYQ9IMAF4IarRTybKZmtNLFy2PLDcYSDl24,9465
29
- datajunction_query-0.0.1a34.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
30
- datajunction_query-0.0.1a34.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
31
- datajunction_query-0.0.1a34.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
32
- datajunction_query-0.0.1a34.dist-info/RECORD,,
28
+ datajunction_query-0.0.1a36.dist-info/METADATA,sha256=G_rvK0G2dMvrjf-DxYeMTMYJV7zH5khFqCOsgcLNAxw,9465
29
+ datajunction_query-0.0.1a36.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
30
+ datajunction_query-0.0.1a36.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
31
+ datajunction_query-0.0.1a36.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
32
+ datajunction_query-0.0.1a36.dist-info/RECORD,,
djqs/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """
2
2
  Version for Hatch
3
3
  """
4
- __version__ = "0.0.1a34"
4
+ __version__ = "0.0.1a36"