-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ede4492
commit f0c9769
Showing
8 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "leonardo_api" | ||
version = "0.0.7" | ||
version = "0.0.8" | ||
authors = [ | ||
{ name="Iliya Vereshchagin", email="[email protected]" }, | ||
] | ||
|
@@ -33,6 +33,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Developers", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
aiohttp==3.8.6 | ||
aiohttp==3.9.0 | ||
aiofiles==23.2.1 | ||
asyncio==3.4.3 | ||
requests==2.31.0 | ||
urllib3==2.0.6 | ||
urllib3==2.1.0 | ||
async-timeout==4.0.3 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.3.0 | ||
certifi==2023.11.17 | ||
charset-normalizer==3.3.2 | ||
frozenlist==1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = leonardo_api | ||
version = attr: leonardo_api.0.0.7 | ||
version = attr: leonardo_api.0.0.8 | ||
author = Iliya Vereshchagin | ||
author_email = [email protected] | ||
maintainer = Iliya Vereshchagin | ||
|
@@ -17,6 +17,7 @@ classifiers = | |
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Programming Language :: Python :: 3.12 | ||
Operating System :: OS Independent | ||
Intended Audience :: Developers | ||
Intended Audience :: Information Technology | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
aiohttp==3.8.6 | ||
aiohttp==3.9.0 | ||
aiofiles==23.2.1 | ||
asyncio==3.4.3 | ||
requests==2.31.0 | ||
urllib3==2.0.6 | ||
urllib3==2.1.0 | ||
async-timeout==4.0.3 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.3.0 | ||
certifi==2023.11.17 | ||
charset-normalizer==3.3.2 | ||
frozenlist==1.4.0 |