Use pydantic v2
							parent
							
								
									6ef0014245
								
							
						
					
					
						commit
						e851113ffd
					
				@ -0,0 +1,10 @@
 | 
			
		||||
[flake8]
 | 
			
		||||
# https://lintlyci.github.io/Flake8Rules/
 | 
			
		||||
# E231 missing whitespace after ','
 | 
			
		||||
# E266 Too many leading '#' for block comment
 | 
			
		||||
# E501 Line too long (82 > 79 characters)
 | 
			
		||||
# W503 Line break occurred before a binary operator <- This one is flipping to the reverse as best-practice, which is how Black currently formats
 | 
			
		||||
# W605 Invalid escape sequence 'x'
 | 
			
		||||
ignore = E203, E231, E266, E501, W503, W605, E704
 | 
			
		||||
max-line-length = 100
 | 
			
		||||
exclude = .git, .venv, __pycache__, docs, gitlab-ci-includes
 | 
			
		||||
@ -1,2 +1,3 @@
 | 
			
		||||
aiohttp==3.8.4
 | 
			
		||||
pydantic==1.10.2
 | 
			
		||||
aiohttp>=3.8.4
 | 
			
		||||
pydantic>=2.11.5
 | 
			
		||||
pydantic-core>=2.33.2
 | 
			
		||||
 | 
			
		||||
@ -1 +1 @@
 | 
			
		||||
__version__ = "0.0.3"
 | 
			
		||||
__version__ = "0.0.6"
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue