dagster-openai 0.27.15__tar.gz → 0.28.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-openai
3
- Version: 0.27.15
3
+ Version: 0.28.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
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Operating System :: OS Independent
14
14
  License-File: LICENSE
15
- Requires-Dist: dagster==1.11.15
15
+ Requires-Dist: dagster==1.12.0
16
16
  Requires-Dist: openai
17
17
  Dynamic: author
18
18
  Dynamic: author-email
@@ -0,0 +1 @@
1
+ __version__ = "0.28.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-openai
3
- Version: 0.27.15
3
+ Version: 0.28.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
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Operating System :: OS Independent
14
14
  License-File: LICENSE
15
- Requires-Dist: dagster==1.11.15
15
+ Requires-Dist: dagster==1.12.0
16
16
  Requires-Dist: openai
17
17
  Dynamic: author
18
18
  Dynamic: author-email
@@ -0,0 +1,2 @@
1
+ dagster==1.12.0
2
+ openai
@@ -31,7 +31,7 @@ setup(
31
31
  ],
32
32
  packages=find_packages(exclude=["dagster_openai_tests*"]),
33
33
  install_requires=[
34
- "dagster==1.11.15",
34
+ "dagster==1.12.0",
35
35
  "openai",
36
36
  ],
37
37
  zip_safe=False,
@@ -1 +0,0 @@
1
- __version__ = "0.27.15"
@@ -1,2 +0,0 @@
1
- dagster==1.11.15
2
- openai