-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: types for diverted flights, py313 support, bump version
- Loading branch information
1 parent
b31def6
commit d4ace02
Showing
3 changed files
with
9 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "fr24" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "Parse gRPC and JSON data from flightradar24" | ||
authors = [ | ||
{ name = "Abraham Cheung", email = "[email protected]" }, | ||
|
@@ -23,6 +23,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Typing :: Typed", | ||
] | ||
dependencies = [ | ||
|
@@ -42,18 +43,9 @@ Documentation = "https://cathaypacific8747.github.io/fr24/" | |
Issues = "https://github.com/cathaypacific8747/fr24/issues" | ||
|
||
[dependency-groups] | ||
dev = [ | ||
"ipykernel>=6.29.5", | ||
"textual-dev>=1.6.1", | ||
] | ||
typing = [ | ||
"mypy-protobuf>=3.6.0", | ||
"mypy>=1.13.0", | ||
"types-protobuf==5.28.*", | ||
] | ||
lint = [ | ||
"ruff>=0.7.2", | ||
] | ||
dev = ["ipykernel>=6.29.5", "textual-dev>=1.6.1"] | ||
typing = ["mypy-protobuf>=3.6.0", "mypy>=1.13.0", "types-protobuf==5.28.*"] | ||
lint = ["ruff>=0.7.2"] | ||
test = [ | ||
"eval-type-backport>=0.2.0", # for pydantic, <3.10 syntax | ||
"pydantic>=2.9.2", | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.