abstractcore 2.9.0__py3-none-any.whl → 2.9.1__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.
- abstractcore/utils/version.py +1 -1
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/METADATA +2 -1
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/RECORD +7 -7
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/WHEEL +0 -0
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/entry_points.txt +0 -0
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/licenses/LICENSE +0 -0
- {abstractcore-2.9.0.dist-info → abstractcore-2.9.1.dist-info}/top_level.txt +0 -0
abstractcore/utils/version.py
CHANGED
|
@@ -11,4 +11,4 @@ including when the package is installed from PyPI where pyproject.toml is not av
|
|
|
11
11
|
|
|
12
12
|
# Package version - update this when releasing new versions
|
|
13
13
|
# This must be manually synchronized with the version in pyproject.toml
|
|
14
|
-
__version__ = "2.9.
|
|
14
|
+
__version__ = "2.9.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: abstractcore
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.1
|
|
4
4
|
Summary: Unified interface to all LLM providers with essential infrastructure for tool calling, streaming, and model management
|
|
5
5
|
Author-email: Laurent-Philippe Albou <contact@abstractcore.ai>
|
|
6
6
|
Maintainer-email: Laurent-Philippe Albou <contact@abstractcore.ai>
|
|
@@ -30,6 +30,7 @@ Requires-Dist: pydantic<3.0.0,>=2.0.0
|
|
|
30
30
|
Requires-Dist: httpx<1.0.0,>=0.24.0
|
|
31
31
|
Requires-Dist: tiktoken<1.0.0,>=0.5.0
|
|
32
32
|
Requires-Dist: requests<3.0.0,>=2.25.0
|
|
33
|
+
Requires-Dist: beautifulsoup4<5.0.0,>=4.12.0
|
|
33
34
|
Requires-Dist: Pillow<12.0.0,>=10.0.0
|
|
34
35
|
Provides-Extra: openai
|
|
35
36
|
Requires-Dist: openai<2.0.0,>=1.0.0; extra == "openai"
|
|
@@ -109,11 +109,11 @@ abstractcore/utils/self_fixes.py,sha256=1VYxPq-q7_DtNl39NbrzUmyHpkhb9Q2SdnXUj4c0
|
|
|
109
109
|
abstractcore/utils/structured_logging.py,sha256=Vm-HviSa42G9DJCWmaEv4a0QG3NMsADD3ictLOs4En0,19952
|
|
110
110
|
abstractcore/utils/token_utils.py,sha256=eLwFmJ68p9WMFD_MHLMmeJRW6Oqx_4hKELB8FNQ2Mnk,21097
|
|
111
111
|
abstractcore/utils/trace_export.py,sha256=MD1DHDWltpewy62cYzz_OSPAA6edZbZq7_pZbvxz_H8,9279
|
|
112
|
-
abstractcore/utils/version.py,sha256=
|
|
112
|
+
abstractcore/utils/version.py,sha256=4IbPxA_JiEAejpPrbKTdiuS48vnF9vmJY3yr1nYojSU,605
|
|
113
113
|
abstractcore/utils/vlm_token_calculator.py,sha256=KMhV97gYpiWHYNnPR5yFLw6eA1CPKQ1c-ihPdns72Wg,27979
|
|
114
|
-
abstractcore-2.9.
|
|
115
|
-
abstractcore-2.9.
|
|
116
|
-
abstractcore-2.9.
|
|
117
|
-
abstractcore-2.9.
|
|
118
|
-
abstractcore-2.9.
|
|
119
|
-
abstractcore-2.9.
|
|
114
|
+
abstractcore-2.9.1.dist-info/licenses/LICENSE,sha256=PI2v_4HMvd6050uDD_4AY_8PzBnu2asa3RKbdDjowTA,1078
|
|
115
|
+
abstractcore-2.9.1.dist-info/METADATA,sha256=ZNZpIB7n0qE_vKM7tH574gq1gLt6YSN70NMFp5gthg4,48126
|
|
116
|
+
abstractcore-2.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
117
|
+
abstractcore-2.9.1.dist-info/entry_points.txt,sha256=jXNdzeltVs23A2JM2e2HOiAHldHrsnud3EvPI5VffOs,658
|
|
118
|
+
abstractcore-2.9.1.dist-info/top_level.txt,sha256=DiNHBI35SIawW3N9Z-z0y6cQYNbXd32pvBkW0RLfScs,13
|
|
119
|
+
abstractcore-2.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|