@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #fil
@degenpump_crypto_pump_signals · Post #504441 · 11.05.2026 г., 15:29
#FIL/USDT Take-Profit target 1 ✅ Profit: 22.6667% 📈 Period: 2 hr 5 min ⏰
Hashtags
@CoinSonar · Post #243408 · 17.04.2026 г., 01:50
#FIL | Volume spike (USDT PAIR) 58 times the average volume 258.06K USDT traded in 1 min └Buying vol: 179.20K USDT 🟢 Boost score: 5/10 24h Vol: 6.40M USDT (Binance) Price: 0.984 (-1.4% in 24h)
Hashtags
@proanalysistrader · Post #28045 · 21.10.2024 г., 13:07
#FIL/USDT analysis : #FIL is currently in an uptrend, consistently making higher highs (HHs) and higher lows (HLs) along the trendline. The price is now retracing towards the 200 EMA, presenting a potential long trade opportunity. The target should be the previous high levels, as the price is anticipated to rise further. TF : 1D Entry : $3.888 Target : $4.662 SL : $3.366
Hashtags
@americancryptotrading · Post #27613 · 08.05.2026 г., 08:21
🇺🇸#FIL/USDT is approaching the midline of the descendingchannel formation on the 3D chart💁♂️ Looking for a rise✈️ American Crypto©
Hashtags
@americancryptotrading · Post #27570 · 27.03.2026 г., 10:40
🇺🇸#FIL/USDT is printing the descendingchannel formation on the 2W timeframe👨💻 A strong rally is approaching🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27525 · 05.02.2026 г., 11:46
🇺🇸#FIL/USDT has found support at the lowerboundary of the descendingchannel formation on the 3D chart👨💻 Looking for a leg upward📈 American Crypto©
Hashtags
@americancryptotrading · Post #27490 · 03.01.2026 г., 11:17
🇺🇸#FIL/USDT is rebounding from the lowerborder of the descendingchannel pattern on the 3D chart👨💻 Bounce will bring a huge rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27457 · 02.12.2025 г., 10:25
🇺🇸#FIL/USDT is currently shaping the descendingchannel formation on the weekly chart👨💻 Send it if we break out🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27378 · 17.09.2025 г., 09:00
🇺🇸#FIL/USDT is hovering above the broken descendingresistance line on the daily timeframe🧐 A pump is expected📈 American Crypto©
Hashtags
@americancryptotrading · Post #27268 · 02.06.2025 г., 09:38
🇺🇸#FIL/USDT is retesting the broken descendingresistance line on the daily timeframe🔍 Time to rally🐃 American Crypto©
Hashtags
@americancryptotrading · Post #27164 · 23.02.2025 г., 19:18
🇺🇸#FIL/USDT has found support at the lowerborder of the descendingtriangle formation on the weekly chart👀 Time to bounce and rally📈 American Crypto©
Hashtags
@americancryptotrading · Post #27096 · 24.12.2024 г., 15:01
🇺🇸#FIL/USDT is retesting broken descendingresistance on the weekly chart🧐 Looking for a rise✈️ American Crypto©
Hashtags