dagster-openai 0.26.2__tar.gz → 0.26.4__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.26.2
3
+ Version: 0.26.4
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
@@ -0,0 +1 @@
1
+ __version__ = "0.26.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.26.2
3
+ Version: 0.26.4
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
@@ -0,0 +1,2 @@
1
+ dagster==1.10.4
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.10.2",
34
+ "dagster==1.10.4",
35
35
  "openai",
36
36
  ],
37
37
  zip_safe=False,
@@ -1 +0,0 @@
1
- __version__ = "0.26.2"
@@ -1,2 +0,0 @@
1
- dagster==1.10.2
2
- openai
File without changes