olca 0.2.3__tar.gz → 0.2.4__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.
- {olca-0.2.3 → olca-0.2.4}/PKG-INFO +1 -1
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/PKG-INFO +1 -1
- {olca-0.2.3 → olca-0.2.4}/pyproject.toml +1 -1
- {olca-0.2.3 → olca-0.2.4}/setup.py +2 -1
- {olca-0.2.3 → olca-0.2.4}/LICENSE +0 -0
- {olca-0.2.3 → olca-0.2.4}/README.md +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca/__init__.py +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca/olcacli.py +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/SOURCES.txt +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/dependency_links.txt +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/entry_points.txt +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/requires.txt +0 -0
- {olca-0.2.3 → olca-0.2.4}/olca.egg-info/top_level.txt +0 -0
- {olca-0.2.3 → olca-0.2.4}/setup.cfg +0 -0
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='olca',
|
5
|
-
version = "0.2.
|
5
|
+
version = "0.2.4",
|
6
6
|
author='Jean GUillaume ISabelle',
|
7
7
|
author_email='jgi@jgwill.com',
|
8
8
|
description='A Python package for experimenting with Langchain agent and interactivity in Terminal modalities.',
|
@@ -29,6 +29,7 @@ setup(
|
|
29
29
|
'langchain-community',
|
30
30
|
'langsmith',
|
31
31
|
'langchain-ollama',
|
32
|
+
'langgraph',
|
32
33
|
'llm'
|
33
34
|
],
|
34
35
|
classifiers=[
|
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
|