dapr-ext-langgraph-dev 1.17.0.dev76__tar.gz → 1.17.0.dev78__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.
- {dapr_ext_langgraph_dev-1.17.0.dev76/dapr_ext_langgraph_dev.egg-info → dapr_ext_langgraph_dev-1.17.0.dev78}/PKG-INFO +3 -2
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78/dapr_ext_langgraph_dev.egg-info}/PKG-INFO +3 -2
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr_ext_langgraph_dev.egg-info/requires.txt +1 -1
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/setup.py +13 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/LICENSE +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/README.rst +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr/ext/langgraph/__init__.py +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr/ext/langgraph/dapr_checkpointer.py +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr/ext/langgraph/py.typed +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr/ext/langgraph/version.py +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr_ext_langgraph_dev.egg-info/SOURCES.txt +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr_ext_langgraph_dev.egg-info/dependency_links.txt +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/dapr_ext_langgraph_dev.egg-info/top_level.txt +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/setup.cfg +0 -0
- {dapr_ext_langgraph_dev-1.17.0.dev76 → dapr_ext_langgraph_dev-1.17.0.dev78}/tests/test_checkpointer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dapr-ext-langgraph-dev
|
|
3
|
-
Version: 1.17.0.
|
|
3
|
+
Version: 1.17.0.dev78
|
|
4
4
|
Summary: The developmental release for the Dapr Checkpointer extension for LangGraph
|
|
5
5
|
Home-page: https://dapr.io/
|
|
6
6
|
Author: Dapr Authors
|
|
@@ -20,13 +20,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.14
|
|
21
21
|
Requires-Python: >=3.10
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: dapr>=1.17.0.dev
|
|
23
|
+
Requires-Dist: dapr-dev>=1.17.0.dev
|
|
24
24
|
Requires-Dist: langgraph>=0.3.6
|
|
25
25
|
Requires-Dist: langchain>=0.1.17
|
|
26
26
|
Requires-Dist: python-ulid>=3.0.0
|
|
27
27
|
Requires-Dist: msgpack-python>=0.4.5
|
|
28
28
|
Dynamic: description
|
|
29
29
|
Dynamic: license-file
|
|
30
|
+
Dynamic: requires-dist
|
|
30
31
|
Dynamic: summary
|
|
31
32
|
|
|
32
33
|
This is the developmental release for the Dapr Checkpointer extension for LangGraph
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dapr-ext-langgraph-dev
|
|
3
|
-
Version: 1.17.0.
|
|
3
|
+
Version: 1.17.0.dev78
|
|
4
4
|
Summary: The developmental release for the Dapr Checkpointer extension for LangGraph
|
|
5
5
|
Home-page: https://dapr.io/
|
|
6
6
|
Author: Dapr Authors
|
|
@@ -20,13 +20,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.14
|
|
21
21
|
Requires-Python: >=3.10
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: dapr>=1.17.0.dev
|
|
23
|
+
Requires-Dist: dapr-dev>=1.17.0.dev
|
|
24
24
|
Requires-Dist: langgraph>=0.3.6
|
|
25
25
|
Requires-Dist: langchain>=0.1.17
|
|
26
26
|
Requires-Dist: python-ulid>=3.0.0
|
|
27
27
|
Requires-Dist: msgpack-python>=0.4.5
|
|
28
28
|
Dynamic: description
|
|
29
29
|
Dynamic: license-file
|
|
30
|
+
Dynamic: requires-dist
|
|
30
31
|
Dynamic: summary
|
|
31
32
|
|
|
32
33
|
This is the developmental release for the Dapr Checkpointer extension for LangGraph
|
|
@@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
|
|
|
13
13
|
limitations under the License.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
+
import configparser
|
|
16
17
|
import os
|
|
17
18
|
|
|
18
19
|
from setuptools import setup
|
|
@@ -47,6 +48,14 @@ or all of them in your application.
|
|
|
47
48
|
# Get build number from GITHUB_RUN_NUMBER environment variable
|
|
48
49
|
build_number = os.environ.get('GITHUB_RUN_NUMBER', '0')
|
|
49
50
|
|
|
51
|
+
cfg = configparser.ConfigParser()
|
|
52
|
+
cfg.read('setup.cfg')
|
|
53
|
+
install_requires = [
|
|
54
|
+
r.strip()
|
|
55
|
+
for r in cfg.get('options', 'install_requires', fallback='').strip().splitlines()
|
|
56
|
+
if r.strip()
|
|
57
|
+
]
|
|
58
|
+
|
|
50
59
|
if not is_release():
|
|
51
60
|
name += '-dev'
|
|
52
61
|
version = f'{__version__}{build_number}'
|
|
@@ -54,6 +63,9 @@ if not is_release():
|
|
|
54
63
|
long_description = (
|
|
55
64
|
'This is the developmental release for the Dapr Checkpointer extension for LangGraph'
|
|
56
65
|
)
|
|
66
|
+
install_requires = [
|
|
67
|
+
'dapr-dev' + r[4:] if r.startswith('dapr ') else r for r in install_requires
|
|
68
|
+
]
|
|
57
69
|
|
|
58
70
|
print(f'package name: {name}, version: {version}', flush=True)
|
|
59
71
|
|
|
@@ -63,4 +75,5 @@ setup(
|
|
|
63
75
|
version=version,
|
|
64
76
|
description=description,
|
|
65
77
|
long_description=long_description,
|
|
78
|
+
install_requires=install_requires,
|
|
66
79
|
)
|
|
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
|