dagster-openai 0.24.3__py3-none-any.whl → 0.24.5__py3-none-any.whl

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.

@@ -1,9 +1,9 @@
1
1
  from dagster._core.libraries import DagsterLibraryRegistry
2
2
 
3
- from .resources import (
3
+ from dagster_openai.resources import (
4
4
  OpenAIResource as OpenAIResource,
5
5
  with_usage_metadata as with_usage_metadata,
6
6
  )
7
- from .version import __version__
7
+ from dagster_openai.version import __version__
8
8
 
9
9
  DagsterLibraryRegistry.register("dagster-openai", __version__)
dagster_openai/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.24.3"
1
+ __version__ = "0.24.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.24.3
3
+ Version: 0.24.5
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
@@ -13,6 +13,6 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Operating System :: OS Independent
15
15
  License-File: LICENSE
16
- Requires-Dist: dagster ==1.8.3
16
+ Requires-Dist: dagster ==1.8.5
17
17
  Requires-Dist: openai
18
18
 
@@ -0,0 +1,8 @@
1
+ dagster_openai/__init__.py,sha256=ErCapqG5Po_PhWCQHtz7Qo9xTHoC_g5A8WjY-CrOpxk,298
2
+ dagster_openai/resources.py,sha256=2Mwm5dtekrujBBIssPa5lgDi0bL1feZroQ-i-lZZ6y0,15296
3
+ dagster_openai/version.py,sha256=6YOhWuSbeZZXix_MT-DcF-iErMerXY0XS-OBD0tO35s,23
4
+ dagster_openai-0.24.5.dist-info/LICENSE,sha256=HTQpxmWIpPec-pUSMBAj0wR44OnVdRmrWygQ-GUuVzQ,11349
5
+ dagster_openai-0.24.5.dist-info/METADATA,sha256=gx564UmYkjSjkqSTJJ4o_WTnq6fOm35Z7nEuRdHJC10,694
6
+ dagster_openai-0.24.5.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
7
+ dagster_openai-0.24.5.dist-info/top_level.txt,sha256=-66JR-jWfULrYSXUk2AfOdXl8cQyyldzBvBmEQdKn9o,15
8
+ dagster_openai-0.24.5.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- dagster_openai/__init__.py,sha256=adh4dThgW_IPRcVpJSgRvZpd0dY0OY1c72uLYGMW7vk,270
2
- dagster_openai/resources.py,sha256=2Mwm5dtekrujBBIssPa5lgDi0bL1feZroQ-i-lZZ6y0,15296
3
- dagster_openai/version.py,sha256=FVT3zgMnGxhctio1D7Bj2hvIqrqQQ-a9tvDQYKSSekk,23
4
- dagster_openai-0.24.3.dist-info/LICENSE,sha256=HTQpxmWIpPec-pUSMBAj0wR44OnVdRmrWygQ-GUuVzQ,11349
5
- dagster_openai-0.24.3.dist-info/METADATA,sha256=gKsN5_T7bQUaZd8iCOi55AghPQvStTL2kzQh7hKqQlk,694
6
- dagster_openai-0.24.3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
7
- dagster_openai-0.24.3.dist-info/top_level.txt,sha256=-66JR-jWfULrYSXUk2AfOdXl8cQyyldzBvBmEQdKn9o,15
8
- dagster_openai-0.24.3.dist-info/RECORD,,