Skip to content

Commit 8c0046c

Browse files
committed
Relax python-dotenv
1 parent 521120e commit 8c0046c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.34',
10+
version='0.42.35',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
@@ -19,7 +19,7 @@
1919
'requests>=2,<3',
2020
'Flask>=2,<3',
2121
'flask-cors>=3,<4',
22-
'python-dotenv>=1,<2'
22+
'python-dotenv>=0.18,<2'
2323
],
2424
entry_points={
2525
'console_scripts': [

0 commit comments

Comments
 (0)