dagster-openai 0.25.13__tar.gz → 0.26.0__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 dagster-openai might be problematic. Click here for more details.
- {dagster-openai-0.25.13/dagster_openai.egg-info → dagster-openai-0.26.0}/PKG-INFO +1 -1
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai/resources.py +1 -3
- dagster-openai-0.26.0/dagster_openai/version.py +1 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0/dagster_openai.egg-info}/PKG-INFO +1 -1
- dagster-openai-0.26.0/dagster_openai.egg-info/requires.txt +2 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/setup.py +1 -1
- dagster-openai-0.25.13/dagster_openai/version.py +0 -1
- dagster-openai-0.25.13/dagster_openai.egg-info/requires.txt +0 -2
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/LICENSE +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/MANIFEST.in +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/README.md +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai/__init__.py +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai/py.typed +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai.egg-info/SOURCES.txt +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai.egg-info/dependency_links.txt +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai.egg-info/not-zip-safe +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai.egg-info/top_level.txt +0 -0
- {dagster-openai-0.25.13 → dagster-openai-0.26.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagster-openai
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.26.0
|
|
4
4
|
Summary: An OpenAI client resource for interacting with OpenAI API.
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai
|
|
6
6
|
Author: Dagster Labs
|
|
@@ -13,7 +13,7 @@ from dagster import (
|
|
|
13
13
|
InitResourceContext,
|
|
14
14
|
OpExecutionContext,
|
|
15
15
|
)
|
|
16
|
-
from dagster._annotations import
|
|
16
|
+
from dagster._annotations import public
|
|
17
17
|
from dagster._core.errors import DagsterInvariantViolationError
|
|
18
18
|
from openai import Client
|
|
19
19
|
from pydantic import Field, PrivateAttr
|
|
@@ -49,7 +49,6 @@ def _add_to_asset_metadata(
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
@public
|
|
52
|
-
@experimental
|
|
53
52
|
def with_usage_metadata(
|
|
54
53
|
context: Union[AssetExecutionContext, OpExecutionContext], output_name: Optional[str], func
|
|
55
54
|
):
|
|
@@ -144,7 +143,6 @@ def with_usage_metadata(
|
|
|
144
143
|
|
|
145
144
|
|
|
146
145
|
@public
|
|
147
|
-
@experimental
|
|
148
146
|
class OpenAIResource(ConfigurableResource):
|
|
149
147
|
"""This resource is wrapper over the
|
|
150
148
|
`openai library <https://github.com/openai/openai-python>`_.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.26.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagster-openai
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.26.0
|
|
4
4
|
Summary: An OpenAI client resource for interacting with OpenAI API.
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai
|
|
6
6
|
Author: Dagster Labs
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.25.13"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster-openai-0.25.13 → dagster-openai-0.26.0}/dagster_openai.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|