ftmq 4.5.2__tar.gz → 4.5.3__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.
Files changed (37) hide show
  1. {ftmq-4.5.2 → ftmq-4.5.3}/PKG-INFO +3 -3
  2. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/__init__.py +1 -1
  3. {ftmq-4.5.2 → ftmq-4.5.3}/pyproject.toml +3 -3
  4. {ftmq-4.5.2 → ftmq-4.5.3}/LICENSE +0 -0
  5. {ftmq-4.5.2 → ftmq-4.5.3}/NOTICE +0 -0
  6. {ftmq-4.5.2 → ftmq-4.5.3}/README.md +0 -0
  7. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/aggregate.py +0 -0
  8. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/aggregations.py +0 -0
  9. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/cli.py +0 -0
  10. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/enums.py +0 -0
  11. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/filters.py +0 -0
  12. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/io.py +0 -0
  13. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/model/__init__.py +0 -0
  14. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/model/dataset.py +0 -0
  15. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/model/entity.py +0 -0
  16. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/model/mixins.py +0 -0
  17. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/model/stats.py +0 -0
  18. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/py.typed +0 -0
  19. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/query.py +0 -0
  20. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/similar.py +0 -0
  21. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/sql.py +0 -0
  22. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/__init__.py +0 -0
  23. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/aleph.py +0 -0
  24. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/base.py +0 -0
  25. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/__init__.py +0 -0
  26. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/dataset.py +0 -0
  27. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/loader.py +0 -0
  28. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/settings.py +0 -0
  29. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/store.py +0 -0
  30. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/fragments/utils.py +0 -0
  31. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/lake.py +0 -0
  32. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/level.py +0 -0
  33. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/memory.py +0 -0
  34. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/redis.py +0 -0
  35. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/store/sql.py +0 -0
  36. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/types.py +0 -0
  37. {ftmq-4.5.2 → ftmq-4.5.3}/ftmq/util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ftmq
3
- Version: 4.5.2
3
+ Version: 4.5.3
4
4
  Summary: followthemoney query dsl and io helpers
5
5
  License: AGPLv3+
6
6
  License-File: LICENSE
@@ -21,13 +21,13 @@ Provides-Extra: postgres
21
21
  Provides-Extra: redis
22
22
  Provides-Extra: sql
23
23
  Requires-Dist: alephclient (>=2.6.0,<3.0.0) ; extra == "aleph"
24
- Requires-Dist: anystore (>=1.0.0,<2.0.0)
24
+ Requires-Dist: anystore (>=1.0.1,<2.0.0)
25
25
  Requires-Dist: click (>=8.2.1,<9.0.0)
26
26
  Requires-Dist: click-default-group (>=1.2.4,<2.0.0)
27
27
  Requires-Dist: deltalake (>=1.4.1,<2.0.0) ; extra == "lake"
28
28
  Requires-Dist: duckdb (>=1.4.4,<2.0.0) ; extra == "lake"
29
29
  Requires-Dist: fakeredis (>=2.26.2,<3.0.0) ; extra == "redis"
30
- Requires-Dist: followthemoney (>=4.5.1,<5.0.0)
30
+ Requires-Dist: followthemoney (>=4.5.2,<5.0.0)
31
31
  Requires-Dist: furl (>=2.1.4,<3.0.0) ; extra == "aleph"
32
32
  Requires-Dist: nomenklatura (>=4.6.1,<5.0.0)
33
33
  Requires-Dist: orjson (>=3.10.18,<4.0.0)
@@ -2,7 +2,7 @@ from ftmq.io import smart_read_proxies, smart_write_proxies
2
2
  from ftmq.query import Query
3
3
  from ftmq.util import make_entity
4
4
 
5
- __version__ = "4.5.2"
5
+ __version__ = "4.5.3"
6
6
  __all__ = [
7
7
  "smart_read_proxies",
8
8
  "smart_write_proxies",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ftmq"
3
- version = "4.5.2"
3
+ version = "4.5.3"
4
4
  description = "followthemoney query dsl and io helpers"
5
5
  authors = [{ name = "Simon Wörpel", email = "simon.woerpel@pm.me" }]
6
6
  license = "AGPLv3+"
@@ -16,8 +16,8 @@ classifiers = [
16
16
  ]
17
17
  requires-python = ">=3.11,<3.14"
18
18
  dependencies = [
19
- "anystore (>=1.0.0,<2.0.0)",
20
- "followthemoney (>=4.5.1,<5.0.0)",
19
+ "anystore (>=1.0.1,<2.0.0)",
20
+ "followthemoney (>=4.5.2,<5.0.0)",
21
21
  "nomenklatura (>=4.6.1,<5.0.0)",
22
22
  "rigour (>=1.6.2,<2.0.0)",
23
23
  "click (>=8.2.1,<9.0.0)",
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
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