openaivec 1.0.11__tar.gz → 1.0.12__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.
- openaivec-1.0.12/.github/workflows/publish.yml +59 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/PKG-INFO +1 -1
- openaivec-1.0.11/.github/workflows/publish.yml +0 -34
- {openaivec-1.0.11 → openaivec-1.0.12}/.env.example +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.github/copilot-instructions.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.github/dependabot.yml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.github/workflows/docs.yml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.github/workflows/test-pr.yml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.github/workflows/test.yml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/.gitignore +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/AGENTS.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/CODE_OF_CONDUCT.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/LICENSE +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/README.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/SECURITY.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/SUPPORT.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/main.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/pandas_ext.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/spark.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/task.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/customer_sentiment.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/inquiry_classification.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/inquiry_summary.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/intent_analysis.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/response_suggestion.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/urgency_analysis.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/dependency_parsing.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/keyword_extraction.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/morphological_analysis.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/named_entity_recognition.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/sentiment_analysis.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/nlp/translation.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/contributor-guide.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/index.md +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/overrides/main.html +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/docs/robots.txt +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/mkdocs.yml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/pyproject.toml +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/pytest.ini +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_cache/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_cache/optimize.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_cache/proxy.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_di.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_embeddings.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_log.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_model.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_prompt.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_provider.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_responses.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_schema/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_schema/infer.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_schema/spec.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_serialize.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/_util.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/pandas_ext.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/spark.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/customer_sentiment.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/inquiry_classification.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/inquiry_summary.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/intent_analysis.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/response_suggestion.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/urgency_analysis.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/dependency_parsing.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/keyword_extraction.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/morphological_analysis.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/named_entity_recognition.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/sentiment_analysis.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/nlp/translation.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/table/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/table/fillna.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/__init__.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/_cache/test_optimize.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/_cache/test_proxy.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/_cache/test_proxy_suggester.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/_schema/test_infer.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/_schema/test_spec.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/conftest.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_di.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_embeddings.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_pandas_ext.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_prompt.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_provider.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_responses.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_serialize.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_serialize_pydantic_v2_compliance.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_spark.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_task.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/tests/test_util.py +0 -0
- {openaivec-1.0.11 → openaivec-1.0.12}/uv.lock +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
name: Publish to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "v*.*.*"
|
|
7
|
+
|
|
8
|
+
permissions:
|
|
9
|
+
contents: write
|
|
10
|
+
id-token: write
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
build-and-publish:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
environment: pypi
|
|
16
|
+
|
|
17
|
+
steps:
|
|
18
|
+
- name: Checkout repository
|
|
19
|
+
uses: actions/checkout@v4
|
|
20
|
+
|
|
21
|
+
- name: Install uv
|
|
22
|
+
uses: astral-sh/setup-uv@v7
|
|
23
|
+
|
|
24
|
+
- name: Set up Python
|
|
25
|
+
run: uv python install 3.10
|
|
26
|
+
|
|
27
|
+
- name: Install dependencies via uv
|
|
28
|
+
run: uv sync --all-extras --dev
|
|
29
|
+
|
|
30
|
+
- name: Build with uv
|
|
31
|
+
run: uv build
|
|
32
|
+
|
|
33
|
+
- name: Install cosign
|
|
34
|
+
uses: sigstore/cosign-installer@v3
|
|
35
|
+
|
|
36
|
+
- name: Sign artifacts with cosign (OIDC)
|
|
37
|
+
run: |
|
|
38
|
+
set -euo pipefail
|
|
39
|
+
ls -la dist
|
|
40
|
+
mkdir -p signatures
|
|
41
|
+
for f in dist/*; do
|
|
42
|
+
if [ -f "$f" ]; then
|
|
43
|
+
base="$(basename "$f")"
|
|
44
|
+
cosign sign-blob --yes \
|
|
45
|
+
--output-signature "signatures/${base}.sig" \
|
|
46
|
+
--output-certificate "signatures/${base}.pem" \
|
|
47
|
+
"$f"
|
|
48
|
+
fi
|
|
49
|
+
done
|
|
50
|
+
|
|
51
|
+
- name: Create GitHub Release
|
|
52
|
+
uses: softprops/action-gh-release@v2
|
|
53
|
+
with:
|
|
54
|
+
files: |
|
|
55
|
+
dist/*
|
|
56
|
+
signatures/*
|
|
57
|
+
|
|
58
|
+
- name: Publish to PyPI
|
|
59
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
name: Publish to PyPI
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
tags:
|
|
6
|
-
- "v*.*.*"
|
|
7
|
-
|
|
8
|
-
permissions:
|
|
9
|
-
contents: read
|
|
10
|
-
id-token: write
|
|
11
|
-
|
|
12
|
-
jobs:
|
|
13
|
-
build-and-publish:
|
|
14
|
-
runs-on: ubuntu-latest
|
|
15
|
-
environment: pypi
|
|
16
|
-
|
|
17
|
-
steps:
|
|
18
|
-
- name: Checkout repository
|
|
19
|
-
uses: actions/checkout@v4
|
|
20
|
-
|
|
21
|
-
- name: Install uv
|
|
22
|
-
uses: astral-sh/setup-uv@v7
|
|
23
|
-
|
|
24
|
-
- name: Set up Python
|
|
25
|
-
run: uv python install 3.10
|
|
26
|
-
|
|
27
|
-
- name: Install dependencies via uv
|
|
28
|
-
run: uv sync --all-extras --dev
|
|
29
|
-
|
|
30
|
-
- name: Build with uv
|
|
31
|
-
run: uv build
|
|
32
|
-
|
|
33
|
-
- name: Publish to PyPI
|
|
34
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
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
|
{openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/inquiry_classification.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/docs/api/tasks/customer_support/response_suggestion.md
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
|
|
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
|
|
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
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/customer_sentiment.py
RENAMED
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/inquiry_classification.py
RENAMED
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/inquiry_summary.py
RENAMED
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/intent_analysis.py
RENAMED
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/response_suggestion.py
RENAMED
|
File without changes
|
{openaivec-1.0.11 → openaivec-1.0.12}/src/openaivec/task/customer_support/urgency_analysis.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|