@OUR_7_PRINCES · Post #114546 · 09.07.2025 г., 06:10
BTS WEVERSE MOMENT/FEED JIMIN 250709 JM: "ARMY birth day" Happy birthday July 9, 2025 I love you I'll work hard (on music) and return!! #twitter @OUR_7_PRINCES
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
Пребарај: #twitter
@OUR_7_PRINCES · Post #114546 · 09.07.2025 г., 06:10
BTS WEVERSE MOMENT/FEED JIMIN 250709 JM: "ARMY birth day" Happy birthday July 9, 2025 I love you I'll work hard (on music) and return!! #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114544 · 09.07.2025 г., 06:06
BTS WEVERSE MOMENTS/FEEDS V/TAEHYUNG 250709 TH: Happy ARMY Day~🩷🍾 TH: Spend today the most happily 🥳 #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114503 · 07.07.2025 г., 05:34
According to BP fans j-hope was invited to BLACKPINK’s Deadline tour today by Jisoo * the logo on the bag is her label’s logo #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114497 · 06.07.2025 г., 15:47
🐻 anyway, I contacted you (turned the live on) to talk about this 🐻 *listens closely to ARMYs shouting outside 🐻 ARMYs outside... *loud shouts from ARMYs* I think.. *laughs* I think the ARMYs outside are watching Weverse.. ehey, it's raining 🐻 when it rains... *continued shouting* 😆 🐻 I wanna go outside and be like "what's up"... but it's really dangerous so I won't do that since it's dangerous 🐻 *continued shouting* ey no, I can't 🐻 do you guys hear it? the ARMYs out there are shouting for me.. this isn't my hotel you guys, since it's not my hotel... you get it, right? #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114496 · 06.07.2025 г., 15:39
🐻 but now I don't really have any (schedule) after this, since it's the time for preparation, I need to eat and live now... my ribs were hurting today since I was hungry 🐻 look at this~ [cutely] *shows food* 🐻 should I show you this? hobi hyung shout out.. huh? *turns off camera instead of turning it back* this isn't a shout out 🐻 killing it girl~ x2 🐻😆 🐻 *bangs his foot against something* #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114465 · 05.07.2025 г., 11:34
KIM TAEHYUNG INSTA STORY UPDATE #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114463 · 05.07.2025 г., 11:32
TAEHYUNG WEVERSE LIVE “you drunk?” 🐻: YES #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114462 · 05.07.2025 г., 11:30
TAEHYUNG WEVERSE LIVE 🐻: Wait! Hold on 🐻: Guys… 🐻: Everyone… 🐻: Please talk slowly 🐻: Tell me what… what is that you want #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114460 · 05.07.2025 г., 11:28
Taehyung live translation 🐻: Good morning, everyone! 🐻: Good afternoon! 🐻: I woke up because the hotel staff came to clean everything. And because of that, I couldn’t go back to sleep. 🐻: Actually, I wanted to sleep a bit more. 🐻: I woke up earlier than expected… so… 🐻: Normally, I can sleep really well, but… I think it’s been like this since I came back from the military. 🐻: Now I wake up at the slightest noise… someone came to clean early and I woke up because of the noise. 🐻: I used to sleep so deeply, but now even a small sound wakes me up completely. Maybe it’s because of the military. 🐻: "How’s Paris?" 🐻: I loved it so much. I really loved it. 🐻: Sorry, but can we use simple English here? It’s hard for me… 🐻: Seriously, ARMYs, I’m sorry, but reading so much English is making me sleepy. 🐻: Is there a way to read this in Korean? Does Weverse have Korean translation? 🐻: This is really hard. 🐻: I love you. #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114456 · 05.07.2025 г., 11:25
KIM TAEHYUNG INSTA STORY UPDATE 🫨 The glow in the dark thing was awesome DeVialet*, nice to meet you~ ✒️* in Korean he spelled it with his name 드(뷔)알레. The correct spelling is 드비알레. It's a Bluetooth speaker. #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114441 · 04.07.2025 г., 23:09
YOONGI IS NOW A SHAREHOLDER PF MLB ATHLETICS HE WENT STRAIGHT FROM AN AMBASSADOR TO A SHAREHOLDER #twitter @OUR_7_PRINCES
Hashtags
@OUR_7_PRINCES · Post #114381 · 02.07.2025 г., 15:19
BTS has re-entered Top 50 on the Spotify’s Top Artists Chart at #49 (+5)! 🌎 CONGRATULATIONS BTS #twitter @OUR_7_PRINCES
Hashtags