dagster-openai 0.23.8__tar.gz → 0.23.9rc0__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.23.8
3
+ Version: 0.23.9rc0
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,9 +13,7 @@ from dagster import (
13
13
  OpExecutionContext,
14
14
  )
15
15
  from dagster._annotations import experimental, public
16
- from dagster._core.errors import (
17
- DagsterInvariantViolationError,
18
- )
16
+ from dagster._core.errors import DagsterInvariantViolationError
19
17
  from openai import Client
20
18
  from pydantic import Field, PrivateAttr
21
19
 
@@ -0,0 +1 @@
1
+ __version__ = "0.23.9rc0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.23.8
3
+ Version: 0.23.9rc0
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
@@ -0,0 +1,2 @@
1
+ dagster==1.7.9rc0
2
+ openai
@@ -32,7 +32,7 @@ setup(
32
32
  ],
33
33
  packages=find_packages(exclude=["dagster_openai_tests*"]),
34
34
  install_requires=[
35
- "dagster==1.7.8",
35
+ "dagster==1.7.9rc0",
36
36
  "openai",
37
37
  ],
38
38
  zip_safe=False,
@@ -1 +0,0 @@
1
- __version__ = "0.23.8"
@@ -1,2 +0,0 @@
1
- dagster==1.7.8
2
- openai