dagster-openai 0.25.7__tar.gz → 0.25.9__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.7/dagster_openai.egg-info → dagster-openai-0.25.9}/PKG-INFO +1 -1
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai/resources.py +2 -1
- dagster-openai-0.25.9/dagster_openai/version.py +1 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9/dagster_openai.egg-info}/PKG-INFO +1 -1
- dagster-openai-0.25.9/dagster_openai.egg-info/requires.txt +2 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/setup.py +1 -1
- dagster-openai-0.25.7/dagster_openai/version.py +0 -1
- dagster-openai-0.25.7/dagster_openai.egg-info/requires.txt +0 -2
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/LICENSE +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/MANIFEST.in +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/README.md +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai/__init__.py +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai/py.typed +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai.egg-info/SOURCES.txt +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai.egg-info/dependency_links.txt +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai.egg-info/not-zip-safe +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai.egg-info/top_level.txt +0 -0
- {dagster-openai-0.25.7 → dagster-openai-0.25.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagster-openai
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.9
|
|
4
4
|
Summary: A Open AI client resource for interacting with Open AI API.
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai
|
|
6
6
|
Author: Dagster Labs
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
from collections import defaultdict
|
|
2
|
+
from collections.abc import Generator
|
|
2
3
|
from contextlib import contextmanager
|
|
3
4
|
from enum import Enum
|
|
4
5
|
from functools import wraps
|
|
5
|
-
from typing import
|
|
6
|
+
from typing import Optional, Union
|
|
6
7
|
from weakref import WeakKeyDictionary
|
|
7
8
|
|
|
8
9
|
from dagster import (
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.25.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagster-openai
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.9
|
|
4
4
|
Summary: A Open AI client resource for interacting with Open AI 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.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster-openai-0.25.7 → dagster-openai-0.25.9}/dagster_openai.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|