langchain-timbr 2.1.10__tar.gz → 2.1.11__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.
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/PKG-INFO +4 -3
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/pyproject.toml +3 -2
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/requirements.txt +1 -1
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/requirements310.txt +2 -1
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/requirements311.txt +3 -2
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/_version.py +2 -2
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/dependabot.yml +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/pull_request_template.md +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/workflows/_codespell.yml +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/workflows/_fossa.yml +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/workflows/install-dependencies-and-run-tests.yml +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.github/workflows/publish.yml +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/.gitignore +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/LICENSE +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/README.md +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/SECURITY.md +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/pytest.ini +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/__init__.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/config.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/__init__.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/execute_timbr_query_chain.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/generate_answer_chain.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/generate_timbr_sql_chain.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/identify_concept_chain.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/timbr_sql_agent.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/validate_timbr_sql_chain.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/__init__.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/execute_timbr_query_node.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/generate_response_node.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/generate_timbr_sql_node.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/identify_concept_node.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langgraph/validate_timbr_query_node.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/llm_wrapper/llm_wrapper.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/llm_wrapper/timbr_llm_wrapper.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/timbr_llm_connector.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/general.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/prompt_service.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/temperature_supported_models.json +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/timbr_llm_utils.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/timbr_utils.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/README.md +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/conftest.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_agent_integration.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_azure_databricks_provider.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_azure_openai_model.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_chain_pipeline.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_chain_reasoning.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_jwt_token.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_langchain_chains.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_langgraph_nodes.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_timeout_functionality.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/conftest.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_chain_documentation.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_connection_validation.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_llm_wrapper_optional_params.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_optional_llm_integration.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_standard_chain_requirements.py +0 -0
- {langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_unit_tests.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langchain-timbr
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.11
|
|
4
4
|
Summary: LangChain & LangGraph extensions that parse LLM prompts into Timbr semantic SQL and execute them.
|
|
5
5
|
Project-URL: Homepage, https://github.com/WPSemantix/langchain-timbr
|
|
6
6
|
Project-URL: Documentation, https://docs.timbr.ai/doc/docs/integration/langchain-sdk/
|
|
@@ -23,10 +23,11 @@ Requires-Dist: cryptography==45.0.7; python_version >= '3.11'
|
|
|
23
23
|
Requires-Dist: cryptography>=44.0.3; python_version == '3.10'
|
|
24
24
|
Requires-Dist: langchain-community==0.3.30; python_version >= '3.11'
|
|
25
25
|
Requires-Dist: langchain-community>=0.3.27; python_version == '3.10'
|
|
26
|
-
Requires-Dist: langchain-core>=0.3.
|
|
26
|
+
Requires-Dist: langchain-core>=0.3.81
|
|
27
27
|
Requires-Dist: langchain==0.3.27; python_version >= '3.11'
|
|
28
28
|
Requires-Dist: langchain>=0.3.25; python_version == '3.10'
|
|
29
|
-
Requires-Dist: langgraph==0.
|
|
29
|
+
Requires-Dist: langgraph-checkpoint==3.0.0
|
|
30
|
+
Requires-Dist: langgraph==1.0.1; python_version >= '3.11'
|
|
30
31
|
Requires-Dist: langgraph>=0.3.20; python_version == '3.10'
|
|
31
32
|
Requires-Dist: pydantic==2.10.4
|
|
32
33
|
Requires-Dist: pytimbr-api>=2.1.0
|
|
@@ -28,13 +28,14 @@ dependencies = [
|
|
|
28
28
|
"tiktoken==0.8.0",
|
|
29
29
|
"uvicorn==0.34.0",
|
|
30
30
|
"pytimbr-api>=2.1.0",
|
|
31
|
-
"langchain-core>=0.3.
|
|
31
|
+
"langchain-core>=0.3.81",
|
|
32
|
+
"langgraph-checkpoint==3.0.0",
|
|
32
33
|
|
|
33
34
|
# Python 3.11+ versions (same for 3.11 and 3.12+)
|
|
34
35
|
"cryptography==45.0.7; python_version>='3.11'",
|
|
35
36
|
"langchain==0.3.27; python_version>='3.11'",
|
|
36
37
|
"langchain-community==0.3.30; python_version>='3.11'",
|
|
37
|
-
"langgraph==0.
|
|
38
|
+
"langgraph==1.0.1; python_version>='3.11'",
|
|
38
39
|
"transformers==4.57.0; python_version>='3.11'",
|
|
39
40
|
|
|
40
41
|
# Python 3.10 specific versions
|
|
@@ -8,12 +8,13 @@ langchain>=0.3.25
|
|
|
8
8
|
langchain-anthropic>=0.3.1
|
|
9
9
|
langchain-aws==0.2.35
|
|
10
10
|
langchain-community>=0.3.27
|
|
11
|
-
langchain-core>=0.3.
|
|
11
|
+
langchain-core>=0.3.81
|
|
12
12
|
langchain-google-genai>=2.0.9
|
|
13
13
|
langchain-google-vertexai>=2.0.28
|
|
14
14
|
langchain-openai>=0.3.16
|
|
15
15
|
langchain-tests>=0.3.20
|
|
16
16
|
langgraph>=0.3.20
|
|
17
|
+
langgraph-checkpoint==3.0.0
|
|
17
18
|
openai>=1.77.0
|
|
18
19
|
opentelemetry-api==1.38.0 # Required when using snowflake with Python under 3.12
|
|
19
20
|
opentelemetry-sdk==1.38.0 # Required when using snowflake with Python under 3.12
|
|
@@ -8,12 +8,13 @@ langchain==0.3.27
|
|
|
8
8
|
langchain-anthropic==0.3.5
|
|
9
9
|
langchain-aws==0.2.35
|
|
10
10
|
langchain-community==0.3.30
|
|
11
|
-
langchain-core==0.3.
|
|
11
|
+
langchain-core==0.3.81
|
|
12
12
|
langchain-google-genai==2.0.10
|
|
13
13
|
langchain-google-vertexai==2.1.2
|
|
14
14
|
langchain-openai==0.3.34
|
|
15
15
|
langchain-tests==0.3.22
|
|
16
|
-
langgraph==0.
|
|
16
|
+
langgraph==1.0.1
|
|
17
|
+
langgraph-checkpoint==3.0.0
|
|
17
18
|
openai==2.1.0
|
|
18
19
|
opentelemetry-api==1.38.0 # Required when using snowflake with Python under 3.12
|
|
19
20
|
opentelemetry-sdk==1.38.0 # Required when using snowflake with Python under 3.12
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '2.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 1,
|
|
31
|
+
__version__ = version = '2.1.11'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 1, 11)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/langchain/timbr_sql_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/llm_wrapper/llm_wrapper.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/timbr_llm_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/prompt_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/src/langchain_timbr/utils/timbr_llm_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_agent_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_azure_openai_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_langchain_chains.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/integration/test_timeout_functionality.py
RENAMED
|
File without changes
|
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_chain_documentation.py
RENAMED
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_connection_validation.py
RENAMED
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_llm_wrapper_optional_params.py
RENAMED
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_optional_llm_integration.py
RENAMED
|
File without changes
|
{langchain_timbr-2.1.10 → langchain_timbr-2.1.11}/tests/standard/test_standard_chain_requirements.py
RENAMED
|
File without changes
|
|
File without changes
|