howso-engine 60.2.2__tar.gz → 60.3.1__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 (111) hide show
  1. {howso_engine-60.2.2 → howso_engine-60.3.1}/LICENSE-3RD-PARTY.txt +34 -34
  2. {howso_engine-60.2.2/howso_engine.egg-info → howso_engine-60.3.1}/PKG-INFO +2 -2
  3. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/base.py +15 -0
  4. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/reaction.py +12 -0
  5. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/engine/trainee.py +15 -0
  6. howso_engine-60.3.1/howso/howso-engine/howso.caml +0 -0
  7. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/howso-engine/migrations/migrations.caml +0 -0
  8. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/howso-engine/version.json +4 -4
  9. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/scikit/scikit.py +5 -0
  10. {howso_engine-60.2.2 → howso_engine-60.3.1/howso_engine.egg-info}/PKG-INFO +2 -2
  11. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso_engine.egg-info/requires.txt +1 -1
  12. {howso_engine-60.2.2 → howso_engine-60.3.1}/pyproject.toml +1 -1
  13. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.10-dev.txt +10 -9
  14. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.10.txt +4 -4
  15. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.11-dev.txt +12 -10
  16. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.11.txt +4 -4
  17. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.12-dev.txt +12 -10
  18. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.12.txt +4 -4
  19. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.13-dev.txt +12 -10
  20. {howso_engine-60.2.2 → howso_engine-60.3.1}/requirements-3.13.txt +4 -4
  21. howso_engine-60.3.1/version.json +5 -0
  22. howso_engine-60.2.2/howso/howso-engine/howso.caml +0 -0
  23. howso_engine-60.2.2/version.json +0 -5
  24. {howso_engine-60.2.2 → howso_engine-60.3.1}/.coveragerc +0 -0
  25. {howso_engine-60.2.2 → howso_engine-60.3.1}/.flake8 +0 -0
  26. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/CODEOWNERS +0 -0
  27. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/templates/version_summary.md +0 -0
  28. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/workflows/build-pr.yml +0 -0
  29. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/workflows/build-release.yml +0 -0
  30. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/workflows/build.yml +0 -0
  31. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/workflows/rebuild-requirements.yml +0 -0
  32. {howso_engine-60.2.2 → howso_engine-60.3.1}/.github/workflows/version-update.yml +0 -0
  33. {howso_engine-60.2.2 → howso_engine-60.3.1}/.gitignore +0 -0
  34. {howso_engine-60.2.2 → howso_engine-60.3.1}/.gitmodules +0 -0
  35. {howso_engine-60.2.2 → howso_engine-60.3.1}/.pylintrc +0 -0
  36. {howso_engine-60.2.2 → howso_engine-60.3.1}/CONTRIBUTING.md +0 -0
  37. {howso_engine-60.2.2 → howso_engine-60.3.1}/LICENSE.txt +0 -0
  38. {howso_engine-60.2.2 → howso_engine-60.3.1}/MANIFEST.in +0 -0
  39. {howso_engine-60.2.2 → howso_engine-60.3.1}/Makefile +0 -0
  40. {howso_engine-60.2.2 → howso_engine-60.3.1}/README.md +0 -0
  41. {howso_engine-60.2.2 → howso_engine-60.3.1}/bin/build.sh +0 -0
  42. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-mt-debug-howso.yml +0 -0
  43. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-mt-howso.yml +0 -0
  44. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-mt-noavx-traces-howso.yml +0 -0
  45. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-mt-traces-howso.yml +0 -0
  46. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-st-debug-howso.yml +0 -0
  47. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-st-howso.yml +0 -0
  48. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/latest-st-traces-howso.yml +0 -0
  49. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/powershell/Download-Tzdata.ps1 +0 -0
  50. {howso_engine-60.2.2 → howso_engine-60.3.1}/config/powershell/Helper-Functions.ps1 +0 -0
  51. {howso_engine-60.2.2 → howso_engine-60.3.1}/hatch.toml +0 -0
  52. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/__main__.py +0 -0
  53. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/__init__.py +0 -0
  54. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/api.py +0 -0
  55. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/cache.py +0 -0
  56. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/client.py +0 -0
  57. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/configuration.py +0 -0
  58. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/exceptions.py +0 -0
  59. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/feature_flags.py +0 -0
  60. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/pandas/__init__.py +0 -0
  61. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/pandas/client.py +0 -0
  62. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/protocols.py +0 -0
  63. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/__init__.py +0 -0
  64. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/aggregate_reaction.py +0 -0
  65. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/base.py +0 -0
  66. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/group_reaction.py +0 -0
  67. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/project.py +0 -0
  68. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/session.py +0 -0
  69. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/trainee.py +0 -0
  70. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/schemas/version.py +0 -0
  71. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/client/typing.py +0 -0
  72. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/direct/__init__.py +0 -0
  73. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/direct/_utilities.py +0 -0
  74. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/direct/client.py +0 -0
  75. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/direct/schemas/__init__.py +0 -0
  76. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/direct/schemas/trainee.py +0 -0
  77. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/engine/__init__.py +0 -0
  78. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/engine/client.py +0 -0
  79. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/engine/project.py +0 -0
  80. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/engine/session.py +0 -0
  81. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/scikit/__init__.py +0 -0
  82. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/__init__.py +0 -0
  83. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/decorators.py +0 -0
  84. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/__init__.py +0 -0
  85. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/abstract_data.py +0 -0
  86. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/base.py +0 -0
  87. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/infer_feature_attributes.py +0 -0
  88. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/pandas.py +0 -0
  89. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/protocols.py +0 -0
  90. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/relational.py +0 -0
  91. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/serializers.py +0 -0
  92. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/suggestions.py +0 -0
  93. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/time_series.py +0 -0
  94. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/feature_attributes/warnings.py +0 -0
  95. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/features.py +0 -0
  96. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/installation_verification.py +0 -0
  97. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/internals.py +0 -0
  98. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/json_wrapper.py +0 -0
  99. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/locale.py +0 -0
  100. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/monitors.py +0 -0
  101. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/posix.py +0 -0
  102. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/random.py +0 -0
  103. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/reaction.py +0 -0
  104. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/testing.py +0 -0
  105. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/tokenizing.py +0 -0
  106. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso/utilities/utilities.py +0 -0
  107. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso_engine.egg-info/SOURCES.txt +0 -0
  108. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso_engine.egg-info/dependency_links.txt +0 -0
  109. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso_engine.egg-info/entry_points.txt +0 -0
  110. {howso_engine-60.2.2 → howso_engine-60.3.1}/howso_engine.egg-info/top_level.txt +0 -0
  111. {howso_engine-60.2.2 → howso_engine-60.3.1}/setup.cfg +0 -0
@@ -1,10 +1,10 @@
1
1
  Faker
2
- 40.19.1
2
+ 40.23.0
3
3
  MIT License
4
4
  joke2k
5
5
  https://github.com/joke2k/faker
6
6
  Faker is a Python package that generates fake data for you.
7
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/faker-40.19.1.dist-info/licenses/LICENSE.txt
7
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/faker-40.23.0.dist-info/licenses/LICENSE.txt
8
8
  Copyright (c) 2012 Daniele Faraglia
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -32,7 +32,7 @@ MIT License
32
32
  Kirill Simonov
33
33
  https://pyyaml.org/
34
34
  YAML parser and emitter for Python
35
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE
35
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE
36
36
  Copyright (c) 2017-2021 Ingy döt Net
37
37
  Copyright (c) 2006-2016 Kirill Simonov
38
38
 
@@ -61,7 +61,7 @@ BSD-2-Clause
61
61
  Georg Brandl <georg@python.org>
62
62
  https://pygments.org
63
63
  Pygments is a syntax highlighting package written in Python.
64
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pygments-2.20.0.dist-info/licenses/LICENSE
64
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pygments-2.20.0.dist-info/licenses/LICENSE
65
65
  Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
66
66
  All rights reserved.
67
67
 
@@ -95,7 +95,7 @@ MIT
95
95
  Filipe Laíns <lains@riseup.net>, Bernát Gábor <gaborjbernat@gmail.com>, layday <layday@protonmail.com>, Henry Schreiner <henryschreineriii@gmail.com>
96
96
  https://build.pypa.io
97
97
  A simple, correct Python build frontend
98
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/build-1.5.0.dist-info/licenses/LICENSE
98
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/build-1.5.0.dist-info/licenses/LICENSE
99
99
  Copyright © 2019 Filipe Laíns <filipe.lains@gmail.com>
100
100
 
101
101
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -124,7 +124,7 @@ Mozilla Public License 2.0 (MPL 2.0)
124
124
  Kenneth Reitz
125
125
  https://github.com/certifi/python-certifi
126
126
  Python package for providing Mozilla's CA Bundle.
127
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/certifi-2026.5.20.dist-info/licenses/LICENSE
127
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/certifi-2026.5.20.dist-info/licenses/LICENSE
128
128
  This package contains a modified version of ca-bundle.crt:
129
129
 
130
130
  ca-bundle.crt -- Bundle of CA Root Certificates
@@ -153,7 +153,7 @@ MIT
153
153
  "Ahmed R. TAHRI" <tahri.ahmed@proton.me>
154
154
  https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md
155
155
  The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
156
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/charset_normalizer-3.4.7.dist-info/licenses/LICENSE
156
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/charset_normalizer-3.4.7.dist-info/licenses/LICENSE
157
157
  MIT License
158
158
 
159
159
  Copyright (c) 2025 TAHRI Ahmed R.
@@ -183,7 +183,7 @@ BSD-3-Clause
183
183
  UNKNOWN
184
184
  https://github.com/pallets/click/
185
185
  Composable command line interface toolkit
186
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/click-8.4.1.dist-info/licenses/LICENSE.txt
186
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/click-8.4.1.dist-info/licenses/LICENSE.txt
187
187
  Copyright 2014 Pallets
188
188
 
189
189
  Redistribution and use in source and binary forms, with or without
@@ -220,7 +220,7 @@ MIT
220
220
  Jason Moiron <jmoiron@jmoiron.net>
221
221
  https://github.com/python-humanize/humanize
222
222
  Python humanize utilities
223
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/humanize-4.15.0.dist-info/licenses/LICENCE
223
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/humanize-4.15.0.dist-info/licenses/LICENCE
224
224
  Copyright (c) 2010-2020 Jason Moiron and Contributors
225
225
 
226
226
  Permission is hereby granted, free of charge, to any person obtaining
@@ -244,12 +244,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
244
244
 
245
245
 
246
246
  idna
247
- 3.16
247
+ 3.18
248
248
  BSD-3-Clause
249
249
  Kim Davies <kim+pypi@gumleaf.org>
250
250
  https://github.com/kjd/idna
251
251
  Internationalized Domain Names in Applications (IDNA)
252
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/idna-3.16.dist-info/licenses/LICENSE.md
252
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/idna-3.18.dist-info/licenses/LICENSE.md
253
253
  BSD 3-Clause License
254
254
 
255
255
  Copyright (c) 2013-2026, Kim Davies and contributors.
@@ -289,7 +289,7 @@ BSD-3-Clause
289
289
  Gael Varoquaux <gael.varoquaux@normalesup.org>
290
290
  https://joblib.readthedocs.io
291
291
  Lightweight pipelining with Python functions
292
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/joblib-1.5.3.dist-info/licenses/LICENSE.txt
292
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/joblib-1.5.3.dist-info/licenses/LICENSE.txt
293
293
  BSD 3-Clause License
294
294
 
295
295
  Copyright (c) 2008-2021, The joblib developers.
@@ -327,7 +327,7 @@ MIT License
327
327
  Chris Sewell <chrisj_sewell@hotmail.com>
328
328
  https://github.com/executablebooks/markdown-it-py
329
329
  Python port of markdown-it. Markdown parsing, done right!
330
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/markdown_it_py-4.2.0.dist-info/licenses/LICENSE
330
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/markdown_it_py-4.2.0.dist-info/licenses/LICENSE
331
331
  MIT License
332
332
 
333
333
  Copyright (c) 2020 ExecutableBookProject
@@ -357,7 +357,7 @@ MIT License
357
357
  Taneli Hukkinen <hukkin@users.noreply.github.com>
358
358
  https://github.com/executablebooks/mdurl
359
359
  Markdown URL utilities
360
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/mdurl-0.1.2.dist-info/LICENSE
360
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/mdurl-0.1.2.dist-info/LICENSE
361
361
  Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
362
362
  Copyright (c) 2021 Taneli Hukkinen
363
363
 
@@ -412,7 +412,7 @@ MIT License
412
412
  Hajime Senuma <hajime.senuma@gmail.com>
413
413
  https://pypi.org/project/mmh3/
414
414
  Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
415
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/mmh3-5.2.1.dist-info/licenses/LICENSE
415
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/mmh3-5.2.1.dist-info/licenses/LICENSE
416
416
  MIT License
417
417
 
418
418
  Copyright (c) 2011-2026 Hajime Senuma
@@ -441,7 +441,7 @@ BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
441
441
  Travis E. Oliphant et al.
442
442
  https://numpy.org
443
443
  Fundamental package for array computing in Python
444
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/numpy-2.4.6.dist-info/licenses/LICENSE.txt
444
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/numpy-2.4.6.dist-info/licenses/LICENSE.txt
445
445
  Copyright (c) 2005-2025, NumPy Developers.
446
446
  All rights reserved.
447
447
 
@@ -1385,7 +1385,7 @@ Apache-2.0 OR BSD-2-Clause
1385
1385
  Donald Stufft <donald@stufft.io>
1386
1386
  https://github.com/pypa/packaging
1387
1387
  Core utilities for Python packages
1388
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/packaging-26.2.dist-info/licenses/LICENSE
1388
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/packaging-26.2.dist-info/licenses/LICENSE
1389
1389
  This software is made available under the terms of *either* of the licenses
1390
1390
  found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
1391
1391
  under the terms of *both* these licenses.
@@ -1397,7 +1397,7 @@ BSD License
1397
1397
  The Pandas Development Team <pandas-dev@python.org>
1398
1398
  https://pandas.pydata.org
1399
1399
  Powerful data structures for data analysis, time series, and statistics
1400
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pandas-2.3.3.dist-info/LICENSE
1400
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pandas-2.3.3.dist-info/LICENSE
1401
1401
  BSD 3-Clause License
1402
1402
 
1403
1403
  Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
@@ -2655,7 +2655,7 @@ BSD License
2655
2655
  Vincent Driessen <me@nvie.com>
2656
2656
  https://github.com/jazzband/pip-tools/
2657
2657
  pip-tools keeps your pinned dependencies fresh.
2658
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pip_tools-7.5.0.dist-info/licenses/LICENSE
2658
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pip_tools-7.5.0.dist-info/licenses/LICENSE
2659
2659
  BSD 3-Clause License
2660
2660
 
2661
2661
  Copyright (c). All rights reserved.
@@ -2692,7 +2692,7 @@ BSD-3-Clause
2692
2692
  Giampaolo Rodola
2693
2693
  https://github.com/giampaolo/psutil
2694
2694
  Cross-platform lib for process and system monitoring.
2695
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/psutil-7.2.2.dist-info/LICENSE
2695
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/psutil-7.2.2.dist-info/LICENSE
2696
2696
  BSD 3-Clause License
2697
2697
 
2698
2698
  Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola
@@ -2730,7 +2730,7 @@ MIT License
2730
2730
  Thomas Kluyver <thomas@kluyver.me.uk>
2731
2731
  https://github.com/pypa/pyproject-hooks
2732
2732
  Wrappers to call pyproject.toml-based build backend hooks.
2733
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE
2733
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE
2734
2734
  The MIT License (MIT)
2735
2735
 
2736
2736
  Copyright (c) 2017 Thomas Kluyver
@@ -2760,7 +2760,7 @@ Apache Software License; BSD License
2760
2760
  Gustavo Niemeyer
2761
2761
  https://github.com/dateutil/dateutil
2762
2762
  Extensions to the standard Python datetime module
2763
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/python_dateutil-2.9.0.post0.dist-info/LICENSE
2763
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/python_dateutil-2.9.0.post0.dist-info/LICENSE
2764
2764
  Copyright 2017- Paul Ganssle <paul@ganssle.io>
2765
2765
  Copyright 2017- dateutil contributors (see AUTHORS file)
2766
2766
 
@@ -2822,7 +2822,7 @@ MIT License
2822
2822
  Stuart Bishop
2823
2823
  http://pythonhosted.org/pytz
2824
2824
  World timezone definitions, modern and historical
2825
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/pytz-2026.2.dist-info/LICENSE.txt
2825
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pytz-2026.2.dist-info/LICENSE.txt
2826
2826
  Copyright (c) 2003-2019 Stuart Bishop <stuart@stuartbishop.net>
2827
2827
 
2828
2828
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -2850,7 +2850,7 @@ Apache-2.0 AND CNRI-Python
2850
2850
  Matthew Barnett <regex@mrabarnett.plus.com>
2851
2851
  https://github.com/mrabarnett/mrab-regex
2852
2852
  Alternative regular expression module, to replace re.
2853
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/regex-2026.5.9.dist-info/licenses/LICENSE.txt
2853
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/regex-2026.5.9.dist-info/licenses/LICENSE.txt
2854
2854
  This work was derived from the 're' module of CPython 2.6 and CPython 3.1,
2855
2855
  copyright (c) 1998-2001 by Secret Labs AB and licensed under CNRI's Python 1.6
2856
2856
  license.
@@ -3067,7 +3067,7 @@ Apache Software License
3067
3067
  Kenneth Reitz <me@kennethreitz.org>
3068
3068
  https://github.com/psf/requests
3069
3069
  Python HTTP for Humans.
3070
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/requests-2.34.2.dist-info/licenses/LICENSE
3070
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/requests-2.34.2.dist-info/licenses/LICENSE
3071
3071
 
3072
3072
  Apache License
3073
3073
  Version 2.0, January 2004
@@ -3251,7 +3251,7 @@ MIT License
3251
3251
  Will McGugan
3252
3252
  https://github.com/Textualize/rich
3253
3253
  Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
3254
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/rich-15.0.0.dist-info/licenses/LICENSE
3254
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/rich-15.0.0.dist-info/licenses/LICENSE
3255
3255
  Copyright (c) 2020 Will McGugan
3256
3256
 
3257
3257
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -3279,7 +3279,7 @@ MIT License
3279
3279
  UNKNOWN
3280
3280
  https://github.com/hplt-project/sacremoses
3281
3281
  SacreMoses
3282
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/sacremoses-0.1.1.dist-info/LICENSE
3282
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/sacremoses-0.1.1.dist-info/LICENSE
3283
3283
  MIT License
3284
3284
 
3285
3285
  Copyright (c) 2020 alvations
@@ -3309,7 +3309,7 @@ BSD License
3309
3309
  Raphaël Barrois
3310
3310
  https://github.com/rbarrois/python-semanticversion
3311
3311
  A library implementing the 'SemVer' scheme.
3312
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/semantic_version-2.10.0.dist-info/LICENSE
3312
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/semantic_version-2.10.0.dist-info/LICENSE
3313
3313
  Copyright (c) The python-semanticversion project
3314
3314
  All rights reserved.
3315
3315
 
@@ -3340,7 +3340,7 @@ MIT License
3340
3340
  Benjamin Peterson
3341
3341
  https://github.com/benjaminp/six
3342
3342
  Python 2 and 3 compatibility utilities
3343
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/six-1.17.0.dist-info/LICENSE
3343
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/six-1.17.0.dist-info/LICENSE
3344
3344
  Copyright (c) 2010-2024 Benjamin Peterson
3345
3345
 
3346
3346
  Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -3362,12 +3362,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3362
3362
 
3363
3363
 
3364
3364
  tqdm
3365
- 4.67.3
3365
+ 4.68.2
3366
3366
  MPL-2.0 AND MIT
3367
3367
  UNKNOWN
3368
3368
  https://tqdm.github.io
3369
3369
  Fast, Extensible Progress Meter
3370
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/tqdm-4.67.3.dist-info/licenses/LICENCE
3370
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/tqdm-4.68.2.dist-info/licenses/LICENCE
3371
3371
  `tqdm` is a product of collaborative work.
3372
3372
  Unless otherwise stated, all authors (see commit logs) retain copyright
3373
3373
  for their respective work, and release the work under the MIT licence
@@ -3425,7 +3425,7 @@ PSF-2.0
3425
3425
  "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
3426
3426
  https://github.com/python/typing_extensions
3427
3427
  Backported and Experimental Type Hints for Python 3.9+
3428
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE
3428
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE
3429
3429
  A. HISTORY OF THE SOFTWARE
3430
3430
  ==========================
3431
3431
 
@@ -3713,7 +3713,7 @@ Apache-2.0
3713
3713
  Python Software Foundation
3714
3714
  https://github.com/python/tzdata
3715
3715
  Provider of IANA time zone data
3716
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/tzdata-2026.2.dist-info/licenses/LICENSE
3716
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/tzdata-2026.2.dist-info/licenses/LICENSE
3717
3717
  Apache Software License 2.0
3718
3718
 
3719
3719
  Copyright (c) 2020, Paul Ganssle (Google)
@@ -3737,7 +3737,7 @@ MIT
3737
3737
  Andrey Petrov <andrey.petrov@shazow.net>
3738
3738
  https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
3739
3739
  HTTP library with thread-safe connection pooling, file post, and more.
3740
- /home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/urllib3-2.7.0.dist-info/licenses/LICENSE.txt
3740
+ /home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/urllib3-2.7.0.dist-info/licenses/LICENSE.txt
3741
3741
  MIT License
3742
3742
 
3743
3743
  Copyright (c) 2008-2020 Andrey Petrov and contributors.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howso-engine
3
- Version: 60.2.2
3
+ Version: 60.3.1
4
4
  Summary: The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks.
5
5
  Author: Howso Incorporated
6
6
  Author-email: support@howso.com
@@ -705,7 +705,7 @@ Requires-Dist: sacremoses
705
705
  Requires-Dist: semantic-version~=2.0
706
706
  Requires-Dist: typing-extensions~=4.9
707
707
  Requires-Dist: urllib3>=2.6.3
708
- Requires-Dist: amalgam-lang==31.0.1
708
+ Requires-Dist: amalgam-lang==32.0.1
709
709
  Provides-Extra: dev
710
710
  Requires-Dist: dill~=0.0; extra == "dev"
711
711
  Requires-Dist: flake8-docstrings; extra == "dev"
@@ -1900,6 +1900,10 @@ class AbstractHowsoClient(ABC):
1900
1900
  If True, outputs the distance contribution (expected total
1901
1901
  surprisal contribution) for the reacted case. Uses both context
1902
1902
  and action feature values.
1903
+ - residual_contribution : bool, optional
1904
+ If True, outputs the residual contribution (average feature
1905
+ residual surprisal) for the reacted case. Uses both context
1906
+ and action feature values.
1903
1907
  - distance_ratio : bool, optional
1904
1908
  If True, outputs the ratio of distance (relative surprisal)
1905
1909
  between this reacted case and its nearest case to the minimum
@@ -1913,6 +1917,11 @@ class AbstractHowsoClient(ABC):
1913
1917
  not when computing details robustly. Details will be computed
1914
1918
  for all context and action features if this value is not
1915
1919
  specified.
1920
+ - feature_density_convictions : bool, optional
1921
+ If True, outputs the feature density convictions for the local data around the prediction.
1922
+ Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
1923
+ Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
1924
+ their respective keys.
1916
1925
  - feature_deviations : bool, optional
1917
1926
  If True, outputs computed feature deviations for all (context
1918
1927
  and action) features locally around the prediction.
@@ -3591,6 +3600,7 @@ class AbstractHowsoClient(ABC):
3591
3600
  overwrite: bool = False,
3592
3601
  p_value_of_addition: bool | str = False,
3593
3602
  p_value_of_removal: bool | str = False,
3603
+ residual_contribution: bool | str = False,
3594
3604
  similarity_conviction: bool | str = False,
3595
3605
  use_case_weights: t.Optional[bool] = None,
3596
3606
  weight_feature: t.Optional[str] = None,
@@ -3651,6 +3661,10 @@ class AbstractHowsoClient(ABC):
3651
3661
  The name of the feature to store distance contribution.
3652
3662
  If set to True the values will be stored to the
3653
3663
  feature 'distance_contribution'.
3664
+ residual_contribution : bool or str, default False
3665
+ The name of the feature to store residual contribution.
3666
+ If set to True the values will be stored to the
3667
+ feature 'residual_contribution'.
3654
3668
  weight_feature : str, optional
3655
3669
  Name of feature whose values to use as case weights.
3656
3670
  When left unspecified uses the internally managed case weight.
@@ -3675,6 +3689,7 @@ class AbstractHowsoClient(ABC):
3675
3689
  "overwrite": overwrite,
3676
3690
  "p_value_of_addition": p_value_of_addition,
3677
3691
  "p_value_of_removal": p_value_of_removal,
3692
+ "residual_contribution": residual_contribution,
3678
3693
  "similarity_conviction": similarity_conviction,
3679
3694
  "distance_contribution": distance_contribution,
3680
3695
  "weight_feature": weight_feature,
@@ -84,6 +84,15 @@ class ReactDetails(TypedDict, total=False):
84
84
  distance_ratio_parts: pd.DataFrame
85
85
  """A DataFrame of the parts that are used to compute the distance ratio for each case."""
86
86
 
87
+ feature_density_convictions: pd.DataFrame
88
+ """A DataFrame of the feature density convictions for the local data around this case. Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values"""
89
+
90
+ feature_average_local_mad: pd.DataFrame
91
+ """A DataFrame of the average weighted mean absolute deviation of all local cases for a specific case, using each case's local data for computation."""
92
+
93
+ feature_local_mad: pd.DataFrame
94
+ """A DataFrame of the weighted mean absolute deviation of all local cases for a specific case, using each case's local data for computation."""
95
+
87
96
  feature_deviations: pd.DataFrame
88
97
  """
89
98
  A DataFrame of the mean absolute error of predicting each feature using the full set of context features and
@@ -210,6 +219,9 @@ class ReactDetails(TypedDict, total=False):
210
219
  relevant_values: list[dict[str, pd.Series]]
211
220
  """A list of dict mapping feature name to the list of relevant values for each context."""
212
221
 
222
+ residual_contribution: list[float]
223
+ """A list of the computed residual contribution for each given case."""
224
+
213
225
  similarity_conviction: list[float]
214
226
  """A list of the average similarity conviction of cases in each group."""
215
227
 
@@ -1493,6 +1493,10 @@ class Trainee(BaseTrainee):
1493
1493
  If True, outputs the distance contribution (expected total
1494
1494
  surprisal contribution) for the reacted case. Uses both context
1495
1495
  and action feature values.
1496
+ - residual_contribution : bool, optional
1497
+ If True, outputs the residual contribution (average feature
1498
+ residual surprisal) for the reacted case. Uses both context
1499
+ and action feature values.
1496
1500
  - distance_ratio : bool, optional
1497
1501
  If True, outputs the ratio of distance (relative surprisal)
1498
1502
  between this reacted case and its nearest case to the minimum
@@ -1506,6 +1510,11 @@ class Trainee(BaseTrainee):
1506
1510
  not when computing details robustly. Details will be computed
1507
1511
  for all context and action features if this value is not
1508
1512
  specified.
1513
+ - feature_density_convictions : bool, optional
1514
+ If True, outputs the feature density convictions for the local data around the prediction.
1515
+ Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
1516
+ Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
1517
+ their respective keys.
1509
1518
  - feature_deviations : bool, optional
1510
1519
  If True, outputs computed feature deviations for all (context
1511
1520
  and action) features locally around the prediction.
@@ -3530,6 +3539,7 @@ class Trainee(BaseTrainee):
3530
3539
  overwrite: bool = False,
3531
3540
  p_value_of_addition: str | bool = False,
3532
3541
  p_value_of_removal: str | bool = False,
3542
+ residual_contribution: bool | str = False,
3533
3543
  similarity_conviction: str | bool = False,
3534
3544
  use_case_weights: t.Optional[bool] = None,
3535
3545
  weight_feature: t.Optional[str] = None,
@@ -3584,6 +3594,10 @@ class Trainee(BaseTrainee):
3584
3594
  The name of the feature to store p value of removal
3585
3595
  values. If set to True the values will be stored to the feature
3586
3596
  'p_value_of_removal'.
3597
+ residual_contribution : bool or str, default False
3598
+ The name of the feature to store residual contribution.
3599
+ If set to True the values will be stored to the
3600
+ feature 'residual_contribution'.
3587
3601
  similarity_conviction : bool or str, default False
3588
3602
  The name of the feature to store similarity conviction
3589
3603
  values. If set to True the values will be stored to the feature
@@ -3610,6 +3624,7 @@ class Trainee(BaseTrainee):
3610
3624
  overwrite=overwrite,
3611
3625
  p_value_of_addition=p_value_of_addition,
3612
3626
  p_value_of_removal=p_value_of_removal,
3627
+ residual_contribution=residual_contribution,
3613
3628
  similarity_conviction=similarity_conviction,
3614
3629
  features=features,
3615
3630
  use_case_weights=use_case_weights,
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "115.3.2",
2
+ "version": "115.4.1",
3
3
  "dependencies": {
4
- "amalgam": "78.0.2"
4
+ "amalgam": "80.0.2"
5
5
  },
6
6
  "display_title": "",
7
7
  "build_date": "",
8
- "sha": "91523a9761f1d5fd5fa7fb34c791739e8b0aa516",
9
- "url": "https://github.com/howsoai/howso-engine/releases/tag/115.3.2"
8
+ "sha": "7857102e12dcbfe51ea98f9806595a0e9cc594af",
9
+ "url": "https://github.com/howsoai/howso-engine/releases/tag/115.4.1"
10
10
  }
@@ -714,6 +714,11 @@ class HowsoEstimator(BaseEstimator):
714
714
  not when computing details robustly. Details will be computed
715
715
  for all context and action features if this value is not
716
716
  specified.
717
+ - feature_density_convictions : bool, optional
718
+ If True, outputs the feature density convictions for the local data around the prediction.
719
+ Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
720
+ Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
721
+ their respective keys.
717
722
  - feature_deviations : bool, optional
718
723
  If True, outputs computed feature deviations for all (context
719
724
  and action) features locally around the prediction.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howso-engine
3
- Version: 60.2.2
3
+ Version: 60.3.1
4
4
  Summary: The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks.
5
5
  Author: Howso Incorporated
6
6
  Author-email: support@howso.com
@@ -705,7 +705,7 @@ Requires-Dist: sacremoses
705
705
  Requires-Dist: semantic-version~=2.0
706
706
  Requires-Dist: typing-extensions~=4.9
707
707
  Requires-Dist: urllib3>=2.6.3
708
- Requires-Dist: amalgam-lang==31.0.1
708
+ Requires-Dist: amalgam-lang==32.0.1
709
709
  Provides-Extra: dev
710
710
  Requires-Dist: dill~=0.0; extra == "dev"
711
711
  Requires-Dist: flake8-docstrings; extra == "dev"
@@ -14,7 +14,7 @@ sacremoses
14
14
  semantic-version~=2.0
15
15
  typing-extensions~=4.9
16
16
  urllib3>=2.6.3
17
- amalgam-lang==31.0.1
17
+ amalgam-lang==32.0.1
18
18
 
19
19
  [dev]
20
20
  dill~=0.0
@@ -48,7 +48,7 @@ dependencies = [
48
48
  "semantic-version~=2.0",
49
49
  "typing-extensions~=4.9",
50
50
  "urllib3>=2.6.3",
51
- "amalgam-lang==31.0.1", # Use exact since Engine is exact in version.json
51
+ "amalgam-lang==32.0.1", # Use exact since Engine is exact in version.json
52
52
  ]
53
53
 
54
54
  [project.optional-dependencies]
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --cert=None --client-cert=None --extra=dev --extra=scikit --index-url=None --no-emit-index-url --output-file=requirements-3.10-dev.txt --pip-args=None
6
6
  #
7
- amalgam-lang==31.0.1
7
+ amalgam-lang==32.0.1
8
8
  # via howso-engine (pyproject.toml)
9
9
  astroid==4.0.4
10
10
  # via pylint
@@ -20,7 +20,7 @@ click==8.4.1
20
20
  # via
21
21
  # pip-tools
22
22
  # sacremoses
23
- coverage[toml]==7.14.0
23
+ coverage[toml]==7.14.1
24
24
  # via pytest-cov
25
25
  dill==0.4.1
26
26
  # via
@@ -30,7 +30,7 @@ exceptiongroup==1.3.1
30
30
  # via pytest
31
31
  execnet==2.1.2
32
32
  # via pytest-xdist
33
- faker==40.19.1
33
+ faker==40.23.0
34
34
  # via howso-engine (pyproject.toml)
35
35
  flake8==3.9.2
36
36
  # via
@@ -42,7 +42,7 @@ flake8-import-order==0.19.2
42
42
  # via howso-engine (pyproject.toml)
43
43
  humanize==4.15.0
44
44
  # via howso-engine (pyproject.toml)
45
- idna==3.16
45
+ idna==3.18
46
46
  # via requests
47
47
  iniconfig==2.3.0
48
48
  # via pytest
@@ -82,9 +82,9 @@ pandas==2.3.3
82
82
  # via howso-engine (pyproject.toml)
83
83
  pip-tools==7.5.3
84
84
  # via howso-engine (pyproject.toml)
85
- pipdeptree==2.35.3
85
+ pipdeptree==3.1.0
86
86
  # via howso-engine (pyproject.toml)
87
- platformdirs==4.9.6
87
+ platformdirs==4.10.0
88
88
  # via pylint
89
89
  pluggy==1.6.0
90
90
  # via
@@ -149,7 +149,7 @@ sentinels==1.1.1
149
149
  # via mongomock
150
150
  six==1.17.0
151
151
  # via python-dateutil
152
- snowballstemmer==3.0.1
152
+ snowballstemmer==3.1.1
153
153
  # via pydocstyle
154
154
  threadpoolctl==3.6.0
155
155
  # via scikit-learn
@@ -158,11 +158,12 @@ tomli==2.4.1
158
158
  # build
159
159
  # coverage
160
160
  # pip-tools
161
+ # pipdeptree
161
162
  # pylint
162
163
  # pytest
163
164
  tomlkit==0.15.0
164
165
  # via pylint
165
- tqdm==4.67.3
166
+ tqdm==4.68.2
166
167
  # via sacremoses
167
168
  typing-extensions==4.15.0
168
169
  # via
@@ -179,7 +180,7 @@ wheel==0.47.0
179
180
  # via pip-tools
180
181
 
181
182
  # The following packages are considered to be unsafe in a requirements file:
182
- pip==26.1.1
183
+ pip==26.1.2
183
184
  # via pip-tools
184
185
  setuptools==82.0.1
185
186
  # via
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-emit-index-url --output-file=requirements-3.10.txt --pip-args=None
6
6
  #
7
- amalgam-lang==31.0.1
7
+ amalgam-lang==32.0.1
8
8
  # via howso-engine (pyproject.toml)
9
9
  certifi==2026.5.20
10
10
  # via
@@ -14,11 +14,11 @@ charset-normalizer==3.4.7
14
14
  # via requests
15
15
  click==8.4.1
16
16
  # via sacremoses
17
- faker==40.19.1
17
+ faker==40.23.0
18
18
  # via howso-engine (pyproject.toml)
19
19
  humanize==4.15.0
20
20
  # via howso-engine (pyproject.toml)
21
- idna==3.16
21
+ idna==3.18
22
22
  # via requests
23
23
  joblib==1.5.3
24
24
  # via sacremoses
@@ -60,7 +60,7 @@ semantic-version==2.10.0
60
60
  # via howso-engine (pyproject.toml)
61
61
  six==1.17.0
62
62
  # via python-dateutil
63
- tqdm==4.67.3
63
+ tqdm==4.68.2
64
64
  # via sacremoses
65
65
  typing-extensions==4.15.0
66
66
  # via howso-engine (pyproject.toml)