reait 1.2.0__tar.gz → 1.2.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.
- {reait-1.2.0 → reait-1.2.1}/PKG-INFO +1 -1
- {reait-1.2.0 → reait-1.2.1}/pyproject.toml +1 -1
- {reait-1.2.0 → reait-1.2.1}/src/reait/api.py +2 -2
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/PKG-INFO +1 -1
- {reait-1.2.0 → reait-1.2.1}/LICENSE +0 -0
- {reait-1.2.0 → reait-1.2.1}/README.md +0 -0
- {reait-1.2.0 → reait-1.2.1}/requirements.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/setup.cfg +0 -0
- {reait-1.2.0 → reait-1.2.1}/setup.py +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait/__init__.py +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait/main.py +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/SOURCES.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/dependency_links.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/entry_points.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/requires.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/src/reait.egg-info/top_level.txt +0 -0
- {reait-1.2.0 → reait-1.2.1}/tests/test_apis.py +0 -0
- {reait-1.2.0 → reait-1.2.1}/tests/test_reait.py +0 -0
@@ -15,7 +15,7 @@ from pandas import DataFrame
|
|
15
15
|
from requests import request, Response, HTTPError
|
16
16
|
from sklearn.metrics.pairwise import cosine_similarity
|
17
17
|
|
18
|
-
__version__ = "1.2.
|
18
|
+
__version__ = "1.2.1"
|
19
19
|
|
20
20
|
re_conf = {
|
21
21
|
"apikey": environ.get("REAI_API_KEY", ""),
|
@@ -760,7 +760,7 @@ def RE_functions_list(
|
|
760
760
|
|
761
761
|
res: Response = reveng_req(
|
762
762
|
requests.get,
|
763
|
-
f"v2/analyses/{analysis_id}/
|
763
|
+
f"/v2/analyses/{analysis_id}/functions/list",
|
764
764
|
params=params
|
765
765
|
)
|
766
766
|
|
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
|