Skip to content

Commit

Permalink
Update pyproject.toml for Poetry mismatch (#1454)
Browse files Browse the repository at this point in the history
* Update pyproject.toml for Poetry mismatch

* Update samples/apps/autogen-studio/pyproject.toml

Co-authored-by: Agam More <[email protected]>

---------

Co-authored-by: Victor Dibia <[email protected]>
Co-authored-by: Victor Dibia <[email protected]>
  • Loading branch information
3 people authored Feb 3, 2024
1 parent 38d03b0 commit 392d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/apps/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
description = "AutoGen Studio"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.9"
requires-python = ">=3.9, <3.13"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 392d381

Please sign in to comment.