kensho-kfinance 1.0.1__tar.gz → 1.0.2__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.

Potentially problematic release.


This version of kensho-kfinance might be problematic. Click here for more details.

Files changed (41) hide show
  1. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/PKG-INFO +5 -2
  2. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kensho_kfinance.egg-info/PKG-INFO +5 -2
  3. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kensho_kfinance.egg-info/requires.txt +1 -1
  4. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/CHANGELOG.md +3 -0
  5. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/version.py +2 -2
  6. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/pyproject.toml +6 -1
  7. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/.coveragerc +0 -0
  8. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/.github/workflows/ci-lint.yml +0 -0
  9. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/.github/workflows/ci-test.yml +0 -0
  10. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/.github/workflows/python-publish.yml +0 -0
  11. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/.gitignore +0 -0
  12. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/AUTHORS.md +0 -0
  13. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/CODE_OF_CONDUCT.md +0 -0
  14. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/CONTRIBUTING.md +0 -0
  15. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/LICENSE +0 -0
  16. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/README.md +0 -0
  17. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/docs/index.rst +0 -0
  18. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/docs/kfinance.rst +0 -0
  19. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/docs/llm_tools.rst +0 -0
  20. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kensho_kfinance.egg-info/SOURCES.txt +0 -0
  21. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kensho_kfinance.egg-info/dependency_links.txt +0 -0
  22. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kensho_kfinance.egg-info/top_level.txt +0 -0
  23. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/__init__.py +0 -0
  24. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/constants.py +0 -0
  25. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/fetch.py +0 -0
  26. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/kfinance.py +0 -0
  27. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/llm_tools.py +0 -0
  28. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/meta_classes.py +0 -0
  29. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/prompt.py +0 -0
  30. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/py.typed +0 -0
  31. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/server_thread.py +0 -0
  32. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/tests/__init__.py +0 -0
  33. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/tests/test_fetch.py +0 -0
  34. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/tests/test_objects.py +0 -0
  35. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/kfinance/tool_schemas.py +0 -0
  36. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/scripts/copyright_line_check.sh +0 -0
  37. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/scripts/docs/make_rst.py +0 -0
  38. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/scripts/lint.sh +0 -0
  39. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/scripts/test.sh +0 -0
  40. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/setup.cfg +0 -0
  41. {kensho_kfinance-1.0.1 → kensho_kfinance-1.0.2}/setup.py +0 -0
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: kensho-kfinance
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Python CLI for kFinance
5
5
  Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
6
+ Project-URL: source, https://github.com/kensho-technologies/kfinance
7
+ Project-URL: changelog, https://github.com/kensho-technologies/kfinance/blob/main/kfinance/CHANGELOG.md
8
+ Project-URL: documentation, https://docs.kensho.com/llmreadyapi/python-library
6
9
  Classifier: Programming Language :: Python :: 3
7
10
  Classifier: Operating System :: OS Independent
8
11
  Requires-Python: >=3.10
@@ -11,7 +14,7 @@ License-File: LICENSE
11
14
  License-File: AUTHORS.md
12
15
  Requires-Dist: python-dateutil<2.9,>=2.8.2
13
16
  Requires-Dist: requests<3,>=2.22.0
14
- Requires-Dist: urllib3>=2.3.0
17
+ Requires-Dist: urllib3>=1.21.1
15
18
  Requires-Dist: pyjwt>=2.8.0
16
19
  Requires-Dist: numpy>=1.22.4
17
20
  Requires-Dist: pandas>=2.0.0
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: kensho-kfinance
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Python CLI for kFinance
5
5
  Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
6
+ Project-URL: source, https://github.com/kensho-technologies/kfinance
7
+ Project-URL: changelog, https://github.com/kensho-technologies/kfinance/blob/main/kfinance/CHANGELOG.md
8
+ Project-URL: documentation, https://docs.kensho.com/llmreadyapi/python-library
6
9
  Classifier: Programming Language :: Python :: 3
7
10
  Classifier: Operating System :: OS Independent
8
11
  Requires-Python: >=3.10
@@ -11,7 +14,7 @@ License-File: LICENSE
11
14
  License-File: AUTHORS.md
12
15
  Requires-Dist: python-dateutil<2.9,>=2.8.2
13
16
  Requires-Dist: requests<3,>=2.22.0
14
- Requires-Dist: urllib3>=2.3.0
17
+ Requires-Dist: urllib3>=1.21.1
15
18
  Requires-Dist: pyjwt>=2.8.0
16
19
  Requires-Dist: numpy>=1.22.4
17
20
  Requires-Dist: pandas>=2.0.0
@@ -1,6 +1,6 @@
1
1
  python-dateutil<2.9,>=2.8.2
2
2
  requests<3,>=2.22.0
3
- urllib3>=2.3.0
3
+ urllib3>=1.21.1
4
4
  pyjwt>=2.8.0
5
5
  numpy>=1.22.4
6
6
  pandas>=2.0.0
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.2
4
+ - Relaxing requirements for urllib3 dependency.
5
+
3
6
  ## v1.0.1
4
7
  - Correct installation instructions in README.
5
8
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '1.0.1'
21
- __version_tuple__ = version_tuple = (1, 0, 1)
20
+ __version__ = version = '1.0.2'
21
+ __version_tuple__ = version_tuple = (1, 0, 2)
@@ -19,7 +19,7 @@ classifiers = [
19
19
  dependencies = [
20
20
  "python-dateutil>=2.8.2,<2.9",
21
21
  "requests>=2.22.0,<3",
22
- "urllib3>=2.3.0",
22
+ "urllib3>=1.21.1",
23
23
  "pyjwt>=2.8.0",
24
24
  "numpy>=1.22.4",
25
25
  "pandas>=2.0.0",
@@ -38,6 +38,11 @@ dev = [
38
38
  "ruff>=0.9.4,<1",
39
39
  ]
40
40
 
41
+ [project.urls]
42
+ source = "https://github.com/kensho-technologies/kfinance"
43
+ changelog = "https://github.com/kensho-technologies/kfinance/blob/main/kfinance/CHANGELOG.md"
44
+ documentation = "https://docs.kensho.com/llmreadyapi/python-library"
45
+
41
46
  [build-system]
42
47
  requires = ["setuptools>=61.0", "setuptools-scm>=8"]
43
48
  build-backend = "setuptools.build_meta"
File without changes