File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - pytest==7.4.3
4545 - pydantic==1.10.13
4646 - hypothesis==6.99.12
47- - types-setuptools==69.2 .0.20240317
47+ - types-setuptools==78.1 .0.20250329
4848 - types-requests==2.31.0.20240311
4949
5050 - repo : https://github.com/seddonym/import-linter
7272 - id : check-manifest
7373 args : ["--no-build-isolation"]
7474 additional_dependencies :
75- - setuptools==75 .1.0
76- - setuptools-scm==8.1 .0
77- - wheel==0.44.0
75+ - setuptools==78 .1.0
76+ - setuptools-scm==8.2 .0
77+ - wheel==0.45.1
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ authors = [
44 { name =" Anton Agestam" , email =" anton.agestam@aiven.io" },
55]
66description = " Python data types for the Apache Kafka® Protocol."
7- license = {text = " Apache-2.0 license" }
7+ license = " Apache-2.0"
8+ license-files = [" LICENSE" , " NOTICE" ]
89requires-python = " >=3.11"
910classifiers = [
1011 " Intended Audience :: Developers" ,
@@ -49,7 +50,7 @@ all = [
4950"Bug Tracker" = " https://github.com/Aiven-Open/kio/issues"
5051
5152[build-system ]
52- requires = [" setuptools==75 .1.0" , " setuptools-scm==8.1 .0" , " wheel==0.44.0 " ]
53+ requires = [" setuptools==78 .1.0" , " setuptools-scm==8.2 .0" , " wheel==0.45.1 " ]
5354build-backend = " setuptools.build_meta"
5455
5556[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments